CP.Api.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{AA607CAF-A181-4FE6-A812-492E72819878}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>CP.Api</RootNamespace>
  16. <AssemblyName>CP.Api</AssemblyName>
  17. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  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. <DocumentationFile>App_Data\CP.Api.xml</DocumentationFile>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Web.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.7\lib\net45\System.Web.Cors.dll</HintPath>
  62. </Reference>
  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.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Web.Http.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.7\lib\net45\System.Web.Http.Cors.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Web.Abstractions" />
  77. <Reference Include="System.Web.Routing" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Runtime.Serialization" />
  81. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <Private>True</Private>
  83. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Newtonsoft.Json">
  86. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Net.Http">
  89. </Reference>
  90. <Reference Include="System.Net.Http.WebRequest">
  91. </Reference>
  92. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <Private>True</Private>
  94. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <Private>True</Private>
  101. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Web.Optimization">
  104. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <Private>True</Private>
  112. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  119. <Private>True</Private>
  120. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  121. </Reference>
  122. <Reference Include="WebGrease">
  123. <Private>True</Private>
  124. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Antlr3.Runtime">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  129. </Reference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Reference Include="System.Diagnostics.DiagnosticSource">
  133. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Microsoft.AspNet.TelemetryCorrelation">
  136. <HintPath>..\packages\Microsoft.AspNet.TelemetryCorrelation.1.0.0\lib\net45\Microsoft.AspNet.TelemetryCorrelation.dll</HintPath>
  137. </Reference>
  138. <Reference Include="Microsoft.ApplicationInsights">
  139. <HintPath>..\packages\Microsoft.ApplicationInsights.2.5.1\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
  140. </Reference>
  141. <Reference Include="Microsoft.AI.Agent.Intercept">
  142. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.4.0\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  143. </Reference>
  144. <Reference Include="Microsoft.AI.DependencyCollector">
  145. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.5.1\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  146. </Reference>
  147. <Reference Include="Microsoft.AI.PerfCounterCollector">
  148. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.5.1\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  149. </Reference>
  150. <Reference Include="Microsoft.AI.ServerTelemetryChannel">
  151. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.5.1\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  152. </Reference>
  153. <Reference Include="Microsoft.AI.WindowsServer">
  154. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.5.1\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  155. </Reference>
  156. <Reference Include="Microsoft.AI.Web">
  157. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.5.1\lib\net45\Microsoft.AI.Web.dll</HintPath>
  158. </Reference>
  159. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  160. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  161. </Reference>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Compile Include="App_Start\CustomExceptionFilterAttribute.cs" />
  165. <Compile Include="App_Start\MyExceptionFilterAttribute.cs" />
  166. <Compile Include="App_Start\BundleConfig.cs" />
  167. <Compile Include="App_Start\ActionFilter.cs" />
  168. <Compile Include="App_Start\FilterConfig.cs" />
  169. <Compile Include="App_Start\RouteConfig.cs" />
  170. <Compile Include="App_Start\WebApiConfig.cs" />
  171. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  172. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  173. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  174. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  175. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  176. <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
  177. <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
  178. <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
  179. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
  180. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
  181. <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
  182. <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
  183. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
  184. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
  185. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
  186. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
  187. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
  188. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
  189. <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
  190. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  191. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  192. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  193. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  194. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  195. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  196. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  197. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  198. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  199. <Compile Include="Controllers\AreaController.cs" />
  200. <Compile Include="Controllers\BaseApi.cs" />
  201. <Compile Include="Controllers\HomeController.cs" />
  202. <Compile Include="Controllers\NewListController.cs" />
  203. <Compile Include="Controllers\RemoveCacheController.cs" />
  204. <Compile Include="Controllers\RequestAuthorizeAttribute.cs" />
  205. <Compile Include="Controllers\SjhandkjihController.cs" />
  206. <Compile Include="Controllers\TodayController.cs" />
  207. <Compile Include="Controllers\ListController.cs" />
  208. <Compile Include="Controllers\OneController.cs" />
  209. <Compile Include="Global.asax.cs">
  210. <DependentUpon>Global.asax</DependentUpon>
  211. </Compile>
  212. <Compile Include="Properties\AssemblyInfo.cs" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <Content Include="App_Data\CP.Api.xml">
  216. <SubType>Designer</SubType>
  217. </Content>
  218. <Content Include="Areas\HelpPage\HelpPage.css" />
  219. <Content Include="Config\CzCode.xml" />
  220. <Content Include="Config\LotteryCode.xml" />
  221. <Content Include="Content\bootstrap-theme.css" />
  222. <Content Include="Content\bootstrap-theme.min.css" />
  223. <Content Include="Content\bootstrap.css" />
  224. <Content Include="Content\bootstrap.min.css" />
  225. <Content Include="favicon.ico" />
  226. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  227. <Content Include="Global.asax" />
  228. <Content Include="Scripts\bootstrap.js" />
  229. <Content Include="Scripts\bootstrap.min.js" />
  230. <Content Include="Areas\HelpPage\Views\Web.config" />
  231. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  232. <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
  233. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  234. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  235. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
  236. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  237. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  238. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
  239. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
  240. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  241. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  242. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  243. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
  244. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
  245. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
  246. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
  247. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  248. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  249. <Content Include="ApplicationInsights.config">
  250. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  251. </Content>
  252. <Content Include="Config\log4net.config" />
  253. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  254. <None Include="Scripts\jquery-3.3.1.intellisense.js" />
  255. <Content Include="Scripts\jquery-3.3.1.js" />
  256. <Content Include="Scripts\jquery-3.3.1.min.js" />
  257. <Content Include="Scripts\jquery-3.3.1.slim.js" />
  258. <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
  259. <Content Include="Scripts\modernizr-2.8.3.js" />
  260. <Content Include="Web.config" />
  261. <Content Include="Web.Debug.config">
  262. <DependentUpon>Web.config</DependentUpon>
  263. </Content>
  264. <Content Include="Web.Release.config">
  265. <DependentUpon>Web.config</DependentUpon>
  266. </Content>
  267. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  268. <Content Include="Content\Site.css" />
  269. <Content Include="Views\Web.config" />
  270. <Content Include="Views\_ViewStart.cshtml" />
  271. <Content Include="Views\Home\Index.cshtml" />
  272. <Content Include="Views\Shared\Error.cshtml" />
  273. <Content Include="Views\Shared\_Layout.cshtml" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Folder Include="Models\" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  280. </ItemGroup>
  281. <ItemGroup>
  282. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <Content Include="Content\bootstrap.min.css.map" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Content Include="Content\bootstrap.css.map" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <Content Include="Content\bootstrap-theme.min.css.map" />
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Content Include="Content\bootstrap-theme.css.map" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <None Include="packages.config" />
  304. <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
  305. <Content Include="Scripts\jquery-3.3.1.min.map" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <ProjectReference Include="..\CP.Business\CP.Business.csproj">
  309. <Project>{a298d632-143b-4505-bab5-024baf1cc92d}</Project>
  310. <Name>CP.Business</Name>
  311. </ProjectReference>
  312. <ProjectReference Include="..\CP.Common\CP.Common.csproj">
  313. <Project>{cd102a12-e404-4a7c-8788-75e8307b2a9f}</Project>
  314. <Name>CP.Common</Name>
  315. </ProjectReference>
  316. <ProjectReference Include="..\CP.Model\CP.Model.csproj">
  317. <Project>{a7012355-e3b8-4758-9677-5ca5e4c7180d}</Project>
  318. <Name>CP.Model</Name>
  319. </ProjectReference>
  320. </ItemGroup>
  321. <PropertyGroup>
  322. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  323. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  324. </PropertyGroup>
  325. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  326. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  327. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  328. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  329. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  330. </Target>
  331. <ProjectExtensions>
  332. <VisualStudio>
  333. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  334. <WebProjectProperties>
  335. <UseIIS>True</UseIIS>
  336. <AutoAssignPort>True</AutoAssignPort>
  337. <DevelopmentServerPort>62313</DevelopmentServerPort>
  338. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  339. <IISUrl>http://localhost:49412/</IISUrl>
  340. <NTLMAuthentication>False</NTLMAuthentication>
  341. <UseCustomServer>False</UseCustomServer>
  342. <CustomServerUrl>
  343. </CustomServerUrl>
  344. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  345. </WebProjectProperties>
  346. </FlavorProperties>
  347. </VisualStudio>
  348. </ProjectExtensions>
  349. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  350. <PropertyGroup>
  351. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  352. </PropertyGroup>
  353. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  354. </Target>
  355. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  356. Other similar extension points exist, see Microsoft.Common.targets.
  357. <Target Name="BeforeBuild">
  358. </Target>
  359. <Target Name="AfterBuild">
  360. </Target> -->
  361. </Project>