ModelePWA.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\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>{125C6568-4B8E-40E9-A29D-8577AA7C89F2}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>ModelePWA</RootNamespace>
  17. <AssemblyName>ModelePWA</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. <TargetFrameworkProfile />
  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.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="System.Web.DynamicData" />
  66. <Reference Include="System.Web.Entity" />
  67. <Reference Include="System.Web.ApplicationServices" />
  68. <Reference Include="System.ComponentModel.DataAnnotations" />
  69. <Reference Include="System" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Web.Extensions" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Web" />
  74. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.Xml" />
  85. <Reference Include="System.Configuration" />
  86. <Reference Include="System.Web.Services" />
  87. <Reference Include="System.EnterpriseServices" />
  88. <Reference Include="System.Xml.Linq" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Content Include="assets\css\custom.css" />
  92. <Content Include="assets\css\font-awesome.min.css" />
  93. <Content Include="assets\css\template.css" />
  94. <Content Include="assets\fonts\fontawesome-webfont.svg" />
  95. <Content Include="assets\js\jquery.redirect.js" />
  96. <Content Include="assets\js\jquery.scrolly.min.js" />
  97. <Content Include="assets\js\skel.min.js" />
  98. <Content Include="assets\js\util.js" />
  99. <Content Include="bin\fr\System.Net.Http.Formatting.resources.dll" />
  100. <Content Include="bin\fr\System.Web.Http.resources.dll" />
  101. <Content Include="bin\fr\System.Web.Http.WebHost.resources.dll" />
  102. <Content Include="packages.config" />
  103. <Content Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
  104. <Content Include="bin\roslyn\Microsoft.CSharp.Core.targets" />
  105. <Content Include="bin\roslyn\Microsoft.VisualBasic.Core.targets" />
  106. <Content Include="bin\roslyn\VBCSCompiler.exe.config" />
  107. <Content Include="manifest.json" />
  108. <Content Include="assets\fonts\fontawesome-webfont.eot" />
  109. <Content Include="assets\fonts\fontawesome-webfont.ttf" />
  110. <Content Include="assets\fonts\fontawesome-webfont.woff" />
  111. <Content Include="assets\fonts\fontawesome-webfont.woff2" />
  112. <Content Include="assets\fonts\FontAwesome.otf" />
  113. <Content Include="assets\fonts\wildy.ttf" />
  114. <None Include="Web.Debug.config">
  115. <DependentUpon>Web.config</DependentUpon>
  116. </None>
  117. <None Include="Web.Release.config">
  118. <DependentUpon>Web.config</DependentUpon>
  119. </None>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Content Include="bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" />
  123. <Content Include="bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml" />
  124. <Content Include="bin\Newtonsoft.Json.dll" />
  125. <Content Include="bin\roslyn\csc.exe" />
  126. <Content Include="bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll" />
  127. <Content Include="bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll" />
  128. <Content Include="bin\roslyn\Microsoft.CodeAnalysis.dll" />
  129. <Content Include="bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll" />
  130. <Content Include="bin\roslyn\System.Collections.Immutable.dll" />
  131. <Content Include="bin\roslyn\System.Reflection.Metadata.dll" />
  132. <Content Include="bin\roslyn\vbc.exe" />
  133. <Content Include="bin\roslyn\VBCSCompiler.exe" />
  134. <Content Include="bin\System.Net.Http.Formatting.dll" />
  135. <Content Include="bin\System.Web.Http.dll" />
  136. <Content Include="bin\System.Web.Http.WebHost.dll" />
  137. <Content Include="Global.asax" />
  138. <Content Include="assets\img\tools.svg" />
  139. <Content Include="assets\img\tools_128.png" />
  140. <Content Include="assets\img\tools_512.png" />
  141. <Content Include="index.html" />
  142. <Content Include="assets\js\handlebars.min.js" />
  143. <Content Include="assets\js\jquery-3.2.1.min.js" />
  144. <Content Include="assets\js\jquery-ui.min.js" />
  145. <Content Include="assets\js\main.js" />
  146. <Content Include="sw.js" />
  147. <Content Include="tools.ico" />
  148. <Content Include="Web.config" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="App_Start\WebApiConfig.cs" />
  152. <Compile Include="Controllers\ModelePwaController.cs" />
  153. <Compile Include="Global.asax.cs">
  154. <DependentUpon>Global.asax</DependentUpon>
  155. </Compile>
  156. <Compile Include="obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs" />
  157. <Compile Include="obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs" />
  158. <Compile Include="obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs" />
  159. <Compile Include="Properties\AssemblyInfo.cs" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Folder Include="js\" />
  163. <Folder Include="obj\Debug\TempPE\" />
  164. </ItemGroup>
  165. <PropertyGroup>
  166. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  167. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  168. </PropertyGroup>
  169. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  170. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  171. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  172. <ProjectExtensions>
  173. <VisualStudio>
  174. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  175. <WebProjectProperties>
  176. <UseIIS>True</UseIIS>
  177. <AutoAssignPort>True</AutoAssignPort>
  178. <DevelopmentServerPort>62188</DevelopmentServerPort>
  179. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  180. <IISUrl>http://localhost:62188/</IISUrl>
  181. <NTLMAuthentication>False</NTLMAuthentication>
  182. <UseCustomServer>False</UseCustomServer>
  183. <CustomServerUrl>
  184. </CustomServerUrl>
  185. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  186. </WebProjectProperties>
  187. </FlavorProperties>
  188. </VisualStudio>
  189. </ProjectExtensions>
  190. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  191. <PropertyGroup>
  192. <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>
  193. </PropertyGroup>
  194. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
  195. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  196. </Target>
  197. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  198. Other similar extension points exist, see Microsoft.Common.targets.
  199. <Target Name="BeforeBuild">
  200. </Target>
  201. <Target Name="AfterBuild">
  202. </Target>
  203. -->
  204. </Project>