AppliDeWS.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Runtime.Serialization" />
  53. <Reference Include="System.ServiceModel" />
  54. <Reference Include="System.Web.DynamicData" />
  55. <Reference Include="System.Web.Entity" />
  56. <Reference Include="System.Web.ApplicationServices" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Web.Extensions" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Web" />
  66. <Reference Include="System.Xml" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Web.Services" />
  69. <Reference Include="System.EnterpriseServices" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Content Include="packages.config" />
  73. <None Include="Web.Debug.config">
  74. <DependentUpon>Web.config</DependentUpon>
  75. </None>
  76. <None Include="Web.Release.config">
  77. <DependentUpon>Web.config</DependentUpon>
  78. </None>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Content Include="Default.aspx" />
  82. <Content Include="Global.asax" />
  83. <Content Include="Service1.svc" />
  84. <Content Include="Web.config" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Default.aspx.cs">
  88. <DependentUpon>Default.aspx</DependentUpon>
  89. <SubType>ASPXCodeBehind</SubType>
  90. </Compile>
  91. <Compile Include="Default.aspx.designer.cs">
  92. <DependentUpon>Default.aspx</DependentUpon>
  93. </Compile>
  94. <Compile Include="Global.asax.cs">
  95. <DependentUpon>Global.asax</DependentUpon>
  96. </Compile>
  97. <Compile Include="IService1.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="Service1.svc.cs">
  100. <DependentUpon>Service1.svc</DependentUpon>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Folder Include="App_Data\" />
  105. <Folder Include="Models\" />
  106. </ItemGroup>
  107. <PropertyGroup>
  108. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  109. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  110. </PropertyGroup>
  111. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  112. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  113. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  114. <ProjectExtensions>
  115. <VisualStudio>
  116. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  117. <WebProjectProperties>
  118. <UseIIS>True</UseIIS>
  119. <AutoAssignPort>True</AutoAssignPort>
  120. <DevelopmentServerPort>9900</DevelopmentServerPort>
  121. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  122. <IISUrl>http://localhost:9896/</IISUrl>
  123. <NTLMAuthentication>False</NTLMAuthentication>
  124. <UseCustomServer>False</UseCustomServer>
  125. <CustomServerUrl>
  126. </CustomServerUrl>
  127. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  128. </WebProjectProperties>
  129. </FlavorProperties>
  130. </VisualStudio>
  131. </ProjectExtensions>
  132. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  133. <PropertyGroup>
  134. <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>
  135. </PropertyGroup>
  136. <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'))" />
  137. <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'))" />
  138. </Target>
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>