Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Logs-test.csproj 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{61FE5124-DAC7-48F8-88A9-FDBCB72904D7}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Logs_test</RootNamespace>
  15. <AssemblyName>Logs-test</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <HintPath>..\packages\EnterpriseLibrary.Data.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging.Database, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\EnterpriseLibrary.Logging.Database.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Data.Entity" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Web.Entity" />
  64. <Reference Include="System.Web.ApplicationServices" />
  65. <Reference Include="System.ComponentModel.DataAnnotations" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Web" />
  70. <Reference Include="System.Web.Abstractions" />
  71. <Reference Include="System.Web.Routing" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="System.Configuration" />
  74. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <Private>True</Private>
  76. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Newtonsoft.Json">
  79. <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Net.Http">
  82. </Reference>
  83. <Reference Include="System.Net.Http.Formatting, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Net.Http.WebRequest">
  87. </Reference>
  88. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  89. <Private>True</Private>
  90. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.0.0\lib\net45\System.Web.Http.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web.Http.WebHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.0.0\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <Private>True</Private>
  100. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Web.Optimization">
  103. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <Private>True</Private>
  107. <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  110. <Private>True</Private>
  111. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <Private>True</Private>
  115. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  118. <Private>True</Private>
  119. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  120. </Reference>
  121. <Reference Include="WebGrease">
  122. <Private>True</Private>
  123. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Antlr3.Runtime">
  126. <Private>True</Private>
  127. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  128. </Reference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Folder Include="App_Data\" />
  132. <Folder Include="Models\" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Compile Include="App_Start\BundleConfig.cs" />
  136. <Compile Include="App_Start\FilterConfig.cs" />
  137. <Compile Include="App_Start\RouteConfig.cs" />
  138. <Compile Include="App_Start\WebApiConfig.cs" />
  139. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  140. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  141. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  142. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  143. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  144. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  145. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  146. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  147. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  148. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  149. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  150. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  151. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  152. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  153. <Compile Include="Controllers\HomeController.cs" />
  154. <Compile Include="Controllers\ValuesController.cs" />
  155. <Compile Include="Global.asax.cs">
  156. <DependentUpon>Global.asax</DependentUpon>
  157. </Compile>
  158. <Compile Include="Properties\AssemblyInfo.cs" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Content Include="Areas\HelpPage\HelpPage.css" />
  162. <Content Include="Content\bootstrap.css" />
  163. <Content Include="Content\bootstrap.min.css" />
  164. <Content Include="favicon.ico" />
  165. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  166. <Content Include="Global.asax" />
  167. <Content Include="Scripts\bootstrap.js" />
  168. <Content Include="Scripts\bootstrap.min.js" />
  169. <Content Include="Areas\HelpPage\Views\Web.config" />
  170. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  171. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  172. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  173. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  174. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  175. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  176. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  177. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  178. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  179. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  180. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  181. <Content Include="Scripts\jquery-1.10.2.js" />
  182. <Content Include="Scripts\jquery-1.10.2.min.js" />
  183. <Content Include="Scripts\modernizr-2.6.2.js" />
  184. <Content Include="Scripts\respond.js" />
  185. <Content Include="Scripts\respond.min.js" />
  186. <Content Include="Web.config" />
  187. <Content Include="Web.Debug.config">
  188. <DependentUpon>Web.config</DependentUpon>
  189. </Content>
  190. <Content Include="Web.Release.config">
  191. <DependentUpon>Web.config</DependentUpon>
  192. </Content>
  193. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  194. <Content Include="Content\Site.css" />
  195. <Content Include="Scripts\_references.js" />
  196. <Content Include="Views\Web.config" />
  197. <Content Include="Views\_ViewStart.cshtml" />
  198. <Content Include="Views\Home\Index.cshtml" />
  199. <Content Include="Views\Shared\Error.cshtml" />
  200. <Content Include="Views\Shared\_Layout.cshtml" />
  201. <Content Include="Scripts\jquery-1.10.2.min.map" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ProjectReference Include="..\Logs\Logs.csproj">
  205. <Project>{455037C8-A0B8-4B8C-B9F1-389F02F3E219}</Project>
  206. <Name>Logs</Name>
  207. </ProjectReference>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  211. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  212. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  213. <Content Include="packages.config" />
  214. <None Include="Project_Readme.html" />
  215. </ItemGroup>
  216. <PropertyGroup>
  217. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  218. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  219. </PropertyGroup>
  220. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  221. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  222. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  223. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  224. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  225. </Target>
  226. <ProjectExtensions>
  227. <VisualStudio>
  228. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  229. <WebProjectProperties>
  230. <UseIIS>True</UseIIS>
  231. <AutoAssignPort>True</AutoAssignPort>
  232. <DevelopmentServerPort>65477</DevelopmentServerPort>
  233. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  234. <IISUrl>http://localhost:65477/</IISUrl>
  235. <NTLMAuthentication>False</NTLMAuthentication>
  236. <UseCustomServer>False</UseCustomServer>
  237. <CustomServerUrl>
  238. </CustomServerUrl>
  239. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  240. </WebProjectProperties>
  241. </FlavorProperties>
  242. </VisualStudio>
  243. </ProjectExtensions>
  244. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  245. Other similar extension points exist, see Microsoft.Common.targets.
  246. <Target Name="BeforeBuild">
  247. </Target>
  248. <Target Name="AfterBuild">
  249. </Target> -->
  250. </Project>