AppliWebANA.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.0.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>{4FBAE862-F94B-43FC-8DFE-77A97F08EE43}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>AppliWebANA</RootNamespace>
  17. <AssemblyName>AppliWebANA</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <MvcBuildViews>false</MvcBuildViews>
  20. <UseIISExpress>true</UseIISExpress>
  21. <IISExpressSSLPort />
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  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="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Microsoft.AI.Agent.Intercept, Version=2.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.7\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Microsoft.AI.DependencyCollector, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.3.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Microsoft.AI.PerfCounterCollector, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.3.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.AI.ServerTelemetryChannel, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.3.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="Microsoft.AI.Web, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.3.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="Microsoft.AI.WindowsServer, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.3.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="Microsoft.ApplicationInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.ApplicationInsights.2.3.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Web.DynamicData" />
  92. <Reference Include="System.Web.Entity" />
  93. <Reference Include="System.Web.ApplicationServices" />
  94. <Reference Include="System.ComponentModel.DataAnnotations" />
  95. <Reference Include="System.Core" />
  96. <Reference Include="System.Data.DataSetExtensions" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Web" />
  99. <Reference Include="System.Web.Extensions" />
  100. <Reference Include="System.Web.Abstractions" />
  101. <Reference Include="System.Web.Routing" />
  102. <Reference Include="System.Xml" />
  103. <Reference Include="System.Configuration" />
  104. <Reference Include="System.Web.Services" />
  105. <Reference Include="System.EnterpriseServices" />
  106. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Net.Http">
  111. </Reference>
  112. <Reference Include="System.Net.Http.WebRequest">
  113. </Reference>
  114. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  119. <Private>True</Private>
  120. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.Optimization">
  123. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  126. <Private>True</Private>
  127. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  130. <Private>True</Private>
  131. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  134. <Private>True</Private>
  135. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  138. <Private>True</Private>
  139. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  140. </Reference>
  141. <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  142. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  143. <Private>True</Private>
  144. </Reference>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Reference Include="System.Net.Http.Formatting">
  148. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.Web.Http">
  151. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Web.Http.WebHost">
  154. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  155. </Reference>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Compile Include="App_Start\BundleConfig.cs" />
  159. <Compile Include="App_Start\FilterConfig.cs" />
  160. <Compile Include="App_Start\RouteConfig.cs" />
  161. <Compile Include="App_Start\WebApiConfig.cs" />
  162. <Compile Include="Controllers\CompteursController.cs" />
  163. <Compile Include="Controllers\HomeController.cs" />
  164. <Compile Include="Global.asax.cs">
  165. <DependentUpon>Global.asax</DependentUpon>
  166. </Compile>
  167. <Compile Include="Models\Compteurs.cs" />
  168. <Compile Include="Models\CompteursVM.cs" />
  169. <Compile Include="Properties\AssemblyInfo.cs" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Content Include="Content\bootstrap-theme.css" />
  173. <Content Include="Content\bootstrap-theme.min.css" />
  174. <Content Include="Content\bootstrap.css" />
  175. <Content Include="Content\bootstrap.min.css" />
  176. <Content Include="favicon.ico" />
  177. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  178. <Content Include="Global.asax" />
  179. <Content Include="Content\Site.css" />
  180. <Content Include="Scripts\ai.0.22.9-build00167.js" />
  181. <Content Include="Scripts\ai.0.22.9-build00167.min.js" />
  182. <Content Include="ApplicationInsights.config">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </Content>
  185. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  186. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  187. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  188. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  189. <Content Include="Content\bootstrap-theme.min.css.map" />
  190. <Content Include="Content\bootstrap-theme.css.map" />
  191. <None Include="Scripts\jquery-3.1.1.intellisense.js" />
  192. <Content Include="Scripts\bootstrap.js" />
  193. <Content Include="Scripts\bootstrap.min.js" />
  194. <Content Include="Scripts\jquery-3.1.1.js" />
  195. <Content Include="Scripts\jquery-3.1.1.min.js" />
  196. <Content Include="Scripts\jquery-3.1.1.slim.js" />
  197. <Content Include="Scripts\jquery-3.1.1.slim.min.js" />
  198. <None Include="Scripts\jquery.validate-vsdoc.js" />
  199. <Content Include="Scripts\jquery.validate.js" />
  200. <Content Include="Scripts\jquery.validate.min.js" />
  201. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  202. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  203. <Content Include="Scripts\modernizr-2.8.3.js" />
  204. <Content Include="Scripts\respond.js" />
  205. <Content Include="Scripts\respond.matchmedia.addListener.js" />
  206. <Content Include="Scripts\respond.matchmedia.addListener.min.js" />
  207. <Content Include="Scripts\respond.min.js" />
  208. <Content Include="Scripts\_references.js" />
  209. <Content Include="Web.config" />
  210. <Content Include="Web.Debug.config">
  211. <DependentUpon>Web.config</DependentUpon>
  212. </Content>
  213. <Content Include="Web.Release.config">
  214. <DependentUpon>Web.config</DependentUpon>
  215. </Content>
  216. <Content Include="Views\Web.config" />
  217. <Content Include="Views\_ViewStart.cshtml" />
  218. <Content Include="Views\Shared\Error.cshtml" />
  219. <Content Include="Views\Shared\_Layout.cshtml" />
  220. <Content Include="Views\Home\About.cshtml" />
  221. <Content Include="Views\Home\Contact.cshtml" />
  222. <Content Include="Views\Home\Index.cshtml" />
  223. <Content Include="Views\Compteurs\Index.cshtml" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <Folder Include="App_Data\" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <Content Include="packages.config" />
  230. <None Include="Project_Readme.html" />
  231. <Content Include="Scripts\jquery-3.1.1.slim.min.map" />
  232. <Content Include="Scripts\jquery-3.1.1.min.map" />
  233. </ItemGroup>
  234. <PropertyGroup>
  235. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  236. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  237. </PropertyGroup>
  238. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  239. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  240. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  241. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  242. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  243. </Target>
  244. <ProjectExtensions>
  245. <VisualStudio>
  246. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  247. <WebProjectProperties>
  248. <UseIIS>True</UseIIS>
  249. <AutoAssignPort>True</AutoAssignPort>
  250. <DevelopmentServerPort>32783</DevelopmentServerPort>
  251. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  252. <IISUrl>http://localhost:32783/</IISUrl>
  253. <NTLMAuthentication>False</NTLMAuthentication>
  254. <UseCustomServer>False</UseCustomServer>
  255. <CustomServerUrl>
  256. </CustomServerUrl>
  257. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  258. </WebProjectProperties>
  259. </FlavorProperties>
  260. </VisualStudio>
  261. </ProjectExtensions>
  262. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  263. <PropertyGroup>
  264. <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>
  265. </PropertyGroup>
  266. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props'))" />
  267. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  268. </Target>
  269. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  270. Other similar extension points exist, see Microsoft.Common.targets.
  271. <Target Name="BeforeBuild">
  272. </Target>
  273. <Target Name="AfterBuild">
  274. </Target> -->
  275. </Project>