您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CacheControl-test.csproj 16KB

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