AppliDeWS.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>
  10. </ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectGuid>{15D83077-59D5-4918-ACD9-E675CF152512}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>AppliDeWS</RootNamespace>
  17. <AssemblyName>AppliDeWS</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <UseIISExpress>true</UseIISExpress>
  20. <IISExpressSSLPort />
  21. <IISExpressAnonymousAuthentication />
  22. <IISExpressWindowsAuthentication />
  23. <IISExpressUseClassicPipelineMode />
  24. <UseGlobalApplicationHostFile />
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  48. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Runtime.Serialization" />
  61. <Reference Include="System.ServiceModel" />
  62. <Reference Include="System.Web.DynamicData" />
  63. <Reference Include="System.Web.Entity" />
  64. <Reference Include="System.Web.ApplicationServices" />
  65. <Reference Include="System.ComponentModel.DataAnnotations" />
  66. <Reference Include="System" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Web.Extensions" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Web" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="System.Configuration" />
  76. <Reference Include="System.Web.Services" />
  77. <Reference Include="System.EnterpriseServices" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Content Include="packages.config" />
  81. <None Include="Web.Debug.config">
  82. <DependentUpon>Web.config</DependentUpon>
  83. </None>
  84. <None Include="Web.Release.config">
  85. <DependentUpon>Web.config</DependentUpon>
  86. </None>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Content Include="ClientAjax.aspx" />
  90. <Content Include="Default.aspx" />
  91. <Content Include="Global.asax" />
  92. <Content Include="MonService.asmx" />
  93. <Content Include="Service1.svc" />
  94. <Content Include="Web.config" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="ClientAjax.aspx.cs">
  98. <DependentUpon>ClientAjax.aspx</DependentUpon>
  99. <SubType>ASPXCodeBehind</SubType>
  100. </Compile>
  101. <Compile Include="ClientAjax.aspx.designer.cs">
  102. <DependentUpon>ClientAjax.aspx</DependentUpon>
  103. </Compile>
  104. <Compile Include="Default.aspx.cs">
  105. <DependentUpon>Default.aspx</DependentUpon>
  106. <SubType>ASPXCodeBehind</SubType>
  107. </Compile>
  108. <Compile Include="Default.aspx.designer.cs">
  109. <DependentUpon>Default.aspx</DependentUpon>
  110. </Compile>
  111. <Compile Include="Global.asax.cs">
  112. <DependentUpon>Global.asax</DependentUpon>
  113. </Compile>
  114. <Compile Include="IService1.cs" />
  115. <Compile Include="MonService.asmx.cs">
  116. <DependentUpon>MonService.asmx</DependentUpon>
  117. <SubType>Component</SubType>
  118. </Compile>
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="Service1.svc.cs">
  121. <DependentUpon>Service1.svc</DependentUpon>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Folder Include="App_Data\" />
  126. <Folder Include="Models\" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <ProjectReference Include="..\DAL\DAL.csproj">
  130. <Project>{1f4b556e-acae-4fac-b3d3-7c1b4ecad1af}</Project>
  131. <Name>DAL</Name>
  132. </ProjectReference>
  133. </ItemGroup>
  134. <PropertyGroup>
  135. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  136. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  137. </PropertyGroup>
  138. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  139. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  140. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  141. <ProjectExtensions>
  142. <VisualStudio>
  143. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  144. <WebProjectProperties>
  145. <UseIIS>True</UseIIS>
  146. <AutoAssignPort>True</AutoAssignPort>
  147. <DevelopmentServerPort>9900</DevelopmentServerPort>
  148. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  149. <IISUrl>http://localhost:9896/</IISUrl>
  150. <NTLMAuthentication>False</NTLMAuthentication>
  151. <UseCustomServer>False</UseCustomServer>
  152. <CustomServerUrl>
  153. </CustomServerUrl>
  154. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  155. </WebProjectProperties>
  156. </FlavorProperties>
  157. </VisualStudio>
  158. </ProjectExtensions>
  159. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  160. <PropertyGroup>
  161. <ErrorText>Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText>
  162. </PropertyGroup>
  163. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
  164. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  165. </Target>
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>