纽威
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.

366 lines
20 KiB

2 years ago
2 years ago
  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\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\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>{F25C3A30-B96B-4C6C-A1DF-C45B9DCC05B4}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>ICSSoft.WebAPI</RootNamespace>
  16. <AssemblyName>ICSSoft.WebAPI</AssemblyName>
  17. <TargetFrameworkVersion>v4.8</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. <SccProjectName>
  29. </SccProjectName>
  30. <SccLocalPath>
  31. </SccLocalPath>
  32. <SccAuxPath>
  33. </SccAuxPath>
  34. <SccProvider>
  35. </SccProvider>
  36. <TargetFrameworkProfile />
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <DocumentationFile>
  47. </DocumentationFile>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugSymbols>true</DebugSymbols>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>bin\log4net.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Web.DynamicData" />
  69. <Reference Include="System.Web.Entity" />
  70. <Reference Include="System.Web.ApplicationServices" />
  71. <Reference Include="System.ComponentModel.DataAnnotations" />
  72. <Reference Include="System.Web.Extensions" />
  73. <Reference Include="System.Web" />
  74. <Reference Include="System.Web.Abstractions" />
  75. <Reference Include="System.Web.Routing" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Runtime.Serialization" />
  79. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <Private>True</Private>
  81. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Newtonsoft.Json">
  84. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Net.Http">
  87. </Reference>
  88. <Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Net.Http.WebRequest">
  92. </Reference>
  93. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <Private>True</Private>
  95. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <Private>True</Private>
  105. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Web.Optimization">
  108. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <Private>True</Private>
  112. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Web.WebPages, 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.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Web.WebPages.Deployment, 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.Deployment.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Xml.Linq" />
  127. <Reference Include="WebGrease">
  128. <Private>True</Private>
  129. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Antlr3.Runtime">
  132. <Private>True</Private>
  133. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  134. </Reference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  138. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  139. </Reference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="App_Start\BundleConfig.cs" />
  143. <Compile Include="App_Start\FilterConfig.cs" />
  144. <Compile Include="App_Start\RouteConfig.cs" />
  145. <Compile Include="App_Start\WebApiConfig.cs" />
  146. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  147. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  148. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  149. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  150. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  151. <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
  152. <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
  153. <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
  154. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
  155. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
  156. <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
  157. <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
  158. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
  159. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
  160. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
  161. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
  162. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
  163. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
  164. <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
  165. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  166. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  167. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  168. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  169. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  170. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  171. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  172. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  173. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  174. <Compile Include="ASKControllers\ASKController.cs" />
  175. <Compile Include="Controllers\HomeController.cs" />
  176. <Compile Include="Controllers\ValuesController.cs" />
  177. <Compile Include="Global.asax.cs">
  178. <DependentUpon>Global.asax</DependentUpon>
  179. </Compile>
  180. <Compile Include="Properties\AssemblyInfo.cs" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Content Include="Areas\HelpPage\HelpPage.css" />
  184. <Content Include="Content\bootstrap-theme.css" />
  185. <Content Include="Content\bootstrap-theme.min.css" />
  186. <Content Include="Content\bootstrap.css" />
  187. <Content Include="Content\bootstrap.min.css" />
  188. <Content Include="favicon.ico" />
  189. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  190. <Content Include="Global.asax" />
  191. <Content Include="Scripts\bootstrap.js" />
  192. <Content Include="Scripts\bootstrap.min.js" />
  193. <Content Include="Areas\HelpPage\Views\Web.config" />
  194. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  195. <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
  196. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  197. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  198. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
  199. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  200. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  201. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
  202. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
  203. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  204. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  205. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  206. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
  207. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
  208. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
  209. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
  210. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  211. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  212. <None Include="Properties\PublishProfiles\FYN.pubxml" />
  213. <None Include="Scripts\jquery-3.3.1.intellisense.js" />
  214. <Content Include="Scripts\jquery-3.3.1.js" />
  215. <Content Include="Scripts\jquery-3.3.1.min.js" />
  216. <Content Include="Scripts\jquery-3.3.1.slim.js" />
  217. <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
  218. <Content Include="Scripts\modernizr-2.8.3.js" />
  219. <Content Include="Web.config">
  220. <SubType>Designer</SubType>
  221. </Content>
  222. <Content Include="Web.Debug.config">
  223. <DependentUpon>Web.config</DependentUpon>
  224. </Content>
  225. <Content Include="Web.Release.config">
  226. <DependentUpon>Web.config</DependentUpon>
  227. </Content>
  228. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  229. <Content Include="Content\Site.css" />
  230. <Content Include="Views\Web.config" />
  231. <Content Include="Views\_ViewStart.cshtml" />
  232. <Content Include="Views\Home\Index.cshtml" />
  233. <Content Include="Views\Shared\Error.cshtml" />
  234. <Content Include="Views\Shared\_Layout.cshtml" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <Folder Include="App_Data\" />
  238. <Folder Include="Models\" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  242. </ItemGroup>
  243. <ItemGroup>
  244. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  245. </ItemGroup>
  246. <ItemGroup>
  247. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  248. </ItemGroup>
  249. <ItemGroup>
  250. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  251. </ItemGroup>
  252. <ItemGroup>
  253. <Content Include="Content\bootstrap.min.css.map" />
  254. </ItemGroup>
  255. <ItemGroup>
  256. <Content Include="Content\bootstrap.css.map" />
  257. </ItemGroup>
  258. <ItemGroup>
  259. <Content Include="Content\bootstrap-theme.min.css.map" />
  260. </ItemGroup>
  261. <ItemGroup>
  262. <Content Include="Content\bootstrap-theme.css.map" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <None Include="packages.config" />
  266. <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
  267. <Content Include="Scripts\jquery-3.3.1.min.map" />
  268. </ItemGroup>
  269. <ItemGroup>
  270. <ProjectReference Include="..\ICSSoft.APIApproveIssue\ICSSoft.APIApproveIssue.csproj">
  271. <Project>{8666c3ea-95f9-4e97-a899-60ecc3ffddae}</Project>
  272. <Name>ICSSoft.APIApproveIssue</Name>
  273. </ProjectReference>
  274. <ProjectReference Include="..\ICSSoft.APIApproveMiscRcv\ICSSoft.APIApproveMiscRcv.csproj">
  275. <Project>{832f43aa-113e-41bc-96fa-f2e7aa080f01}</Project>
  276. <Name>ICSSoft.APIApproveMiscRcv</Name>
  277. </ProjectReference>
  278. <ProjectReference Include="..\ICSSoft.APIApproveMiscShip\ICSSoft.APIApproveMiscShip.csproj">
  279. <Project>{a6d193c2-c36b-41e0-96ae-721b86d86123}</Project>
  280. <Name>ICSSoft.APIApproveMiscShip</Name>
  281. </ProjectReference>
  282. <ProjectReference Include="..\ICSSoft.APIApproveRCV\ICSSoft.APIApproveRCV.csproj">
  283. <Project>{9e8efdba-62ec-4479-bb51-03a520ee51cd}</Project>
  284. <Name>ICSSoft.APIApproveRCV</Name>
  285. </ProjectReference>
  286. <ProjectReference Include="..\ICSSoft.APIApproveShipment\ICSSoft.APIApproveShipment.csproj">
  287. <Project>{bc6e8441-4e90-49ac-a707-fcaa57be4629}</Project>
  288. <Name>ICSSoft.APIApproveShipment</Name>
  289. </ProjectReference>
  290. <ProjectReference Include="..\ICSSoft.APIApproveTransferIN\ICSSoft.APIApproveTransferIN.csproj">
  291. <Project>{6e24407c-b499-4e5a-9e91-40723f861393}</Project>
  292. <Name>ICSSoft.APIApproveTransferIN</Name>
  293. </ProjectReference>
  294. <ProjectReference Include="..\ICSSoft.APICreateCompRpt\ICSSoft.APICreateCompRpt.csproj">
  295. <Project>{119e8f38-aa03-44ea-8b14-c188077b8d3b}</Project>
  296. <Name>ICSSoft.APICreateCompRpt</Name>
  297. </ProjectReference>
  298. <ProjectReference Include="..\ICSSoft.APICreateIssue\ICSSoft.APICreateIssue.csproj">
  299. <Project>{9eeec30c-0bc8-4875-b094-9b373ca330d3}</Project>
  300. <Name>ICSSoft.APICreateIssue</Name>
  301. </ProjectReference>
  302. <ProjectReference Include="..\ICSSoft.ASKCommon\ICSSoft.ASKCommon.csproj">
  303. <Project>{1624dfb7-0ce0-492b-928e-5a547e2ca558}</Project>
  304. <Name>ICSSoft.ASKCommon</Name>
  305. </ProjectReference>
  306. <ProjectReference Include="..\ICSSoft.ASKDataProject\ICSSoft.ASKDataProject.csproj">
  307. <Project>{b7b41ddb-e04c-4b09-82c5-e458d188294f}</Project>
  308. <Name>ICSSoft.ASKDataProject</Name>
  309. </ProjectReference>
  310. <ProjectReference Include="..\ICSSoft.ASKEntity\ICSSoft.ASKEntity.csproj">
  311. <Project>{f8ae3f9c-7c36-41ee-ad3e-a8a15e4a2b02}</Project>
  312. <Name>ICSSoft.ASKEntity</Name>
  313. </ProjectReference>
  314. <ProjectReference Include="..\ICSSoft.Common\ICSSoft.Common.csproj">
  315. <Project>{ee45f7a5-17ee-4707-a617-8c00dd36fc01}</Project>
  316. <Name>ICSSoft.Common</Name>
  317. </ProjectReference>
  318. <ProjectReference Include="..\ICSSoft.DataProject\ICSSoft.DataProject.csproj">
  319. <Project>{9D26A712-D243-4E25-A473-61C5C2D9ED6A}</Project>
  320. <Name>ICSSoft.DataProject</Name>
  321. </ProjectReference>
  322. <ProjectReference Include="..\ICSSoft.Entity\ICSSoft.Entity.csproj">
  323. <Project>{834e9a76-1d9e-4ebd-9321-0b362a06a367}</Project>
  324. <Name>ICSSoft.Entity</Name>
  325. </ProjectReference>
  326. </ItemGroup>
  327. <PropertyGroup>
  328. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  329. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  330. </PropertyGroup>
  331. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  332. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  333. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  334. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  335. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  336. </Target>
  337. <ProjectExtensions>
  338. <VisualStudio>
  339. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  340. <WebProjectProperties>
  341. <UseIIS>True</UseIIS>
  342. <AutoAssignPort>True</AutoAssignPort>
  343. <DevelopmentServerPort>19944</DevelopmentServerPort>
  344. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  345. <IISUrl>http://localhost:19944/</IISUrl>
  346. <NTLMAuthentication>False</NTLMAuthentication>
  347. <UseCustomServer>False</UseCustomServer>
  348. <CustomServerUrl>
  349. </CustomServerUrl>
  350. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  351. </WebProjectProperties>
  352. </FlavorProperties>
  353. </VisualStudio>
  354. </ProjectExtensions>
  355. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  356. <PropertyGroup>
  357. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  358. </PropertyGroup>
  359. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  360. </Target>
  361. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  362. Other similar extension points exist, see Microsoft.Common.targets.
  363. <Target Name="BeforeBuild">
  364. </Target>
  365. <Target Name="AfterBuild">
  366. </Target> -->
  367. </Project>