AppliWebANA.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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>{24BD154E-B97B-492E-A094-4D3C9EA948EA}</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  56. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Microsoft.AI.Agent.Intercept, Version=2.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.7\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.AI.DependencyCollector, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.3.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="Microsoft.AI.PerfCounterCollector, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.3.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="Microsoft.AI.ServerTelemetryChannel, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.3.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="Microsoft.AI.Web, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.3.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.AI.WindowsServer, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.3.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="Microsoft.ApplicationInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.ApplicationInsights.2.3.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
  85. <Private>True</Private>
  86. </Reference>
  87. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  89. <Private>True</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="System" />
  97. <Reference Include="System.Data" />
  98. <Reference Include="System.Drawing" />
  99. <Reference Include="System.Web.DynamicData" />
  100. <Reference Include="System.Web.Entity" />
  101. <Reference Include="System.Web.ApplicationServices" />
  102. <Reference Include="System.ComponentModel.DataAnnotations" />
  103. <Reference Include="System.Core" />
  104. <Reference Include="System.Data.DataSetExtensions" />
  105. <Reference Include="System.Xml.Linq" />
  106. <Reference Include="System.Web" />
  107. <Reference Include="System.Web.Extensions" />
  108. <Reference Include="System.Web.Abstractions" />
  109. <Reference Include="System.Web.Routing" />
  110. <Reference Include="System.Xml" />
  111. <Reference Include="System.Configuration" />
  112. <Reference Include="System.Web.Services" />
  113. <Reference Include="System.EnterpriseServices" />
  114. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Net.Http">
  119. </Reference>
  120. <Reference Include="System.Net.Http.WebRequest">
  121. </Reference>
  122. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.Optimization">
  131. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  134. <Private>True</Private>
  135. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Web.WebPages, 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.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  142. <Private>True</Private>
  143. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  146. <Private>True</Private>
  147. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  148. </Reference>
  149. <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  150. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  151. <Private>True</Private>
  152. </Reference>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Reference Include="System.Net.Http.Formatting">
  156. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Web.Http">
  159. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Web.Http.WebHost">
  162. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  163. </Reference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Compile Include="App_Start\BundleConfig.cs" />
  167. <Compile Include="App_Start\FilterConfig.cs" />
  168. <Compile Include="App_Start\RouteConfig.cs" />
  169. <Compile Include="App_Start\WebApiConfig.cs" />
  170. <Compile Include="Controllers\AnnuaireController.cs" />
  171. <Compile Include="Controllers\ArticlesController.cs" />
  172. <Compile Include="Controllers\CompteursController.cs" />
  173. <Compile Include="Controllers\EmployeController.cs" />
  174. <Compile Include="Controllers\MessagerieController.cs" />
  175. <Compile Include="Global.asax.cs">
  176. <DependentUpon>Global.asax</DependentUpon>
  177. </Compile>
  178. <Compile Include="Helpers\HelpersMaison.cs" />
  179. <Compile Include="Models\Article.cs" />
  180. <Compile Include="Models\Compteurs.cs" />
  181. <Compile Include="Models\CompteursVM.cs" />
  182. <Compile Include="Models\Employe.cs" />
  183. <Compile Include="Models\Message.cs" />
  184. <Compile Include="Models\Utilitaires.cs" />
  185. <Compile Include="Properties\AssemblyInfo.cs" />
  186. <Compile Include="Repositories\Messagerie\MessagerieRepositoryBase.cs" />
  187. <Compile Include="Repositories\Messagerie\MessagerieRepositoryEnMemoire.cs" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Content Include="Content\bootstrap-theme.css" />
  191. <Content Include="Content\bootstrap-theme.min.css" />
  192. <Content Include="Content\bootstrap.css" />
  193. <Content Include="Content\bootstrap.min.css" />
  194. <Content Include="favicon.ico" />
  195. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  196. <Content Include="Global.asax" />
  197. <Content Include="Content\Site.css" />
  198. <Content Include="Scripts\ai.0.22.9-build00167.js" />
  199. <Content Include="Scripts\ai.0.22.9-build00167.min.js" />
  200. <Content Include="ApplicationInsights.config">
  201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  202. </Content>
  203. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  204. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  205. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  206. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  207. <Content Include="Content\bootstrap.min.css.map" />
  208. <Content Include="Content\bootstrap.css.map" />
  209. <Content Include="Content\bootstrap-theme.min.css.map" />
  210. <Content Include="Content\bootstrap-theme.css.map" />
  211. <None Include="Scripts\jquery-3.1.1.intellisense.js" />
  212. <Content Include="Scripts\bootstrap.js" />
  213. <Content Include="Scripts\bootstrap.min.js" />
  214. <Content Include="Scripts\EditionArticles.js" />
  215. <Content Include="Scripts\jquery-3.1.1.js" />
  216. <Content Include="Scripts\jquery-3.1.1.min.js" />
  217. <Content Include="Scripts\jquery-3.1.1.slim.js" />
  218. <Content Include="Scripts\jquery-3.1.1.slim.min.js" />
  219. <None Include="Scripts\jquery.validate-vsdoc.js" />
  220. <Content Include="Scripts\jquery.validate.js" />
  221. <Content Include="Scripts\jquery.validate.min.js" />
  222. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  223. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  224. <Content Include="Scripts\modernizr-2.8.3.js" />
  225. <Content Include="Scripts\respond.js" />
  226. <Content Include="Scripts\respond.matchmedia.addListener.js" />
  227. <Content Include="Scripts\respond.matchmedia.addListener.min.js" />
  228. <Content Include="Scripts\respond.min.js" />
  229. <Content Include="Scripts\_references.js" />
  230. <Content Include="Web.config" />
  231. <Content Include="Web.Debug.config">
  232. <DependentUpon>Web.config</DependentUpon>
  233. </Content>
  234. <Content Include="Web.Release.config">
  235. <DependentUpon>Web.config</DependentUpon>
  236. </Content>
  237. <Content Include="Views\Web.config" />
  238. <Content Include="Views\_ViewStart.cshtml" />
  239. <Content Include="Views\Shared\Error.cshtml" />
  240. <Content Include="Views\Shared\_Layout.cshtml" />
  241. <Content Include="Views\Compteurs\Index.cshtml" />
  242. <Content Include="Views\Messagerie\Index.cshtml" />
  243. <Content Include="Views\Messagerie\Connexion.cshtml" />
  244. <Content Include="Views\Messagerie\Messages.cshtml" />
  245. <Content Include="Views\Messagerie\Ecrire.cshtml" />
  246. <Content Include="Views\Articles\Index.cshtml" />
  247. <Content Include="Views\Articles\UneLigneArticle.cshtml" />
  248. <Content Include="Views\Employe\Index.cshtml" />
  249. <Content Include="Views\Annuaire\Index.cshtml" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <Folder Include="App_Data\" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Content Include="packages.config" />
  256. <None Include="Project_Readme.html" />
  257. <Content Include="Scripts\jquery-3.1.1.slim.min.map" />
  258. <Content Include="Scripts\jquery-3.1.1.min.map" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <ProjectReference Include="..\DAL\DAL.csproj">
  262. <Project>{1f4b556e-acae-4fac-b3d3-7c1b4ecad1af}</Project>
  263. <Name>DAL</Name>
  264. </ProjectReference>
  265. </ItemGroup>
  266. <PropertyGroup>
  267. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  268. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  269. </PropertyGroup>
  270. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  271. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  272. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  273. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  274. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  275. </Target>
  276. <ProjectExtensions>
  277. <VisualStudio>
  278. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  279. <WebProjectProperties>
  280. <UseIIS>True</UseIIS>
  281. <AutoAssignPort>True</AutoAssignPort>
  282. <DevelopmentServerPort>22644</DevelopmentServerPort>
  283. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  284. <IISUrl>http://localhost:22644/</IISUrl>
  285. <NTLMAuthentication>False</NTLMAuthentication>
  286. <UseCustomServer>False</UseCustomServer>
  287. <CustomServerUrl>
  288. </CustomServerUrl>
  289. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  290. </WebProjectProperties>
  291. </FlavorProperties>
  292. </VisualStudio>
  293. </ProjectExtensions>
  294. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  295. <PropertyGroup>
  296. <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>
  297. </PropertyGroup>
  298. <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'))" />
  299. <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'))" />
  300. </Target>
  301. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  302. Other similar extension points exist, see Microsoft.Common.targets.
  303. <Target Name="BeforeBuild">
  304. </Target>
  305. <Target Name="AfterBuild">
  306. </Target> -->
  307. </Project>