You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CacheControl-test.csproj 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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>{87621742-F6EE-457A-9ED4-6C450D462B3B}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>CacheControl_test</RootNamespace>
  15. <AssemblyName>CacheControl-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="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework">
  47. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Data.Linq" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Runtime.Serialization" />
  67. <Reference Include="System.Security" />
  68. <Reference Include="System.Web.Entity" />
  69. <Reference Include="System.Web.ApplicationServices" />
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Xml.Linq" />
  110. <Reference Include="System.Web" />
  111. <Reference Include="System.Web.Abstractions" />
  112. <Reference Include="System.Web.Routing" />
  113. <Reference Include="System.Xml" />
  114. <Reference Include="System.Configuration" />
  115. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <Private>True</Private>
  117. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Net.Http">
  120. </Reference>
  121. <Reference Include="System.Net.Http.WebRequest">
  122. </Reference>
  123. <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  126. </Reference>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Folder Include="App_Data\" />
  130. <Folder Include="Models\" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="App_Start\BundleConfig.cs" />
  134. <Compile Include="App_Start\FilterConfig.cs" />
  135. <Compile Include="App_Start\RouteConfig.cs" />
  136. <Compile Include="App_Start\WebApiConfig.cs" />
  137. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  138. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  139. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  140. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  141. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  142. <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
  143. <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
  144. <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
  145. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
  146. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
  147. <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
  148. <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
  149. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
  150. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
  151. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
  152. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
  153. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
  154. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
  155. <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
  156. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  157. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  158. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  159. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  160. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  161. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  162. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  163. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  164. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  165. <Compile Include="Controllers\HomeController.cs" />
  166. <Compile Include="Controllers\MyCacheOutputAttribute.cs" />
  167. <Compile Include="Controllers\ValuesController.cs" />
  168. <Compile Include="Global.asax.cs">
  169. <DependentUpon>Global.asax</DependentUpon>
  170. </Compile>
  171. <Compile Include="Properties\AssemblyInfo.cs" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Content Include="Areas\HelpPage\HelpPage.css" />
  175. <Content Include="Content\bootstrap-theme.css" />
  176. <Content Include="Content\bootstrap-theme.min.css" />
  177. <Content Include="Content\bootstrap.css" />
  178. <Content Include="Content\bootstrap.min.css" />
  179. <Content Include="favicon.ico" />
  180. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  181. <Content Include="Global.asax" />
  182. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  183. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  184. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  185. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  186. <Content Include="Content\bootstrap-theme.css.map" />
  187. <Content Include="Content\bootstrap.css.map" />
  188. <Content Include="Icon.png" />
  189. <Content Include="Scripts\bootstrap.js" />
  190. <Content Include="Scripts\bootstrap.min.js" />
  191. <Content Include="Areas\HelpPage\Views\Web.config" />
  192. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  193. <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
  194. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  195. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  196. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
  197. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  198. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  199. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
  200. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
  201. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  202. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  203. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  204. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
  205. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
  206. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
  207. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
  208. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  209. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  210. <None Include="Scripts\jquery-2.1.4.intellisense.js" />
  211. <Content Include="Scripts\jquery-2.1.4.js" />
  212. <Content Include="Scripts\jquery-2.1.4.min.js" />
  213. <Content Include="Scripts\modernizr-2.8.3.js" />
  214. <Content Include="Scripts\npm.js" />
  215. <Content Include="Scripts\respond.js" />
  216. <Content Include="Scripts\respond.matchmedia.addListener.js" />
  217. <Content Include="Scripts\respond.matchmedia.addListener.min.js" />
  218. <Content Include="Scripts\respond.min.js" />
  219. <Content Include="Web.config" />
  220. <Content Include="Web.Debug.config">
  221. <DependentUpon>Web.config</DependentUpon>
  222. </Content>
  223. <Content Include="Web.Release.config">
  224. <DependentUpon>Web.config</DependentUpon>
  225. </Content>
  226. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  227. <Content Include="Content\Site.css" />
  228. <Content Include="Scripts\_references.js" />
  229. <Content Include="Views\Web.config" />
  230. <Content Include="Views\_ViewStart.cshtml" />
  231. <Content Include="Views\Home\Index.cshtml" />
  232. <Content Include="Views\Shared\Error.cshtml" />
  233. <Content Include="Views\Shared\_Layout.cshtml" />
  234. <Content Include="Scripts\jquery-2.1.4.min.map" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <ProjectReference Include="..\CacheControl\CacheControl.csproj">
  238. <Project>{BA63D177-BE9E-41E0-89F5-3D134A26A604}</Project>
  239. <Name>CacheControl</Name>
  240. </ProjectReference>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Content Include="packages.config" />
  244. <None Include="Project_Readme.html" />
  245. </ItemGroup>
  246. <ItemGroup>
  247. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  248. </ItemGroup>
  249. <PropertyGroup>
  250. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  251. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  252. </PropertyGroup>
  253. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  254. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  255. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  256. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  257. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  258. </Target>
  259. <ProjectExtensions>
  260. <VisualStudio>
  261. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  262. <WebProjectProperties>
  263. <UseIIS>True</UseIIS>
  264. <AutoAssignPort>True</AutoAssignPort>
  265. <DevelopmentServerPort>52045</DevelopmentServerPort>
  266. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  267. <IISUrl>http://localhost:52045/</IISUrl>
  268. <NTLMAuthentication>False</NTLMAuthentication>
  269. <UseCustomServer>False</UseCustomServer>
  270. <CustomServerUrl>
  271. </CustomServerUrl>
  272. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  273. </WebProjectProperties>
  274. </FlavorProperties>
  275. </VisualStudio>
  276. </ProjectExtensions>
  277. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  278. Other similar extension points exist, see Microsoft.Common.targets.
  279. <Target Name="BeforeBuild">
  280. </Target>
  281. <Target Name="AfterBuild">
  282. </Target> -->
  283. </Project>