TfRiskControlApi.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\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>{ECD3A4BC-68B0-4F8F-873E-BD65BEFBEEF7}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>TfRiskControlApi</RootNamespace>
  16. <AssemblyName>TfRiskControlApi</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  21. <IISExpressSSLPort>44385</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>
  38. </DocumentationFile>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="Pipelines.Sockets.Unofficial, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42ea0a778e13fbe2, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net472\Pipelines.Sockets.Unofficial.dll</HintPath>
  53. </Reference>
  54. <Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
  55. <HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net472\StackExchange.Redis.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  68. <Private>True</Private>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="System.IO.Pipelines, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.IO.Pipelines.4.5.1\lib\netstandard2.0\System.IO.Pipelines.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Numerics" />
  78. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Threading.Channels, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  88. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Web.Entity" />
  91. <Reference Include="System.Web.ApplicationServices" />
  92. <Reference Include="System.ComponentModel.DataAnnotations" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Xml.Linq" />
  96. <Reference Include="System.Web" />
  97. <Reference Include="System.Web.Abstractions" />
  98. <Reference Include="System.Web.Routing" />
  99. <Reference Include="System.Xml" />
  100. <Reference Include="System.Configuration" />
  101. <Reference Include="System.Runtime.Serialization" />
  102. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <Private>True</Private>
  104. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Newtonsoft.Json">
  107. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Net.Http">
  110. </Reference>
  111. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Net.Http.WebRequest">
  115. </Reference>
  116. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <Private>True</Private>
  118. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  121. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  124. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.Optimization">
  131. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  134. <Private>True</Private>
  135. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  138. <Private>True</Private>
  139. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  142. <Private>True</Private>
  143. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  146. <Private>True</Private>
  147. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  148. </Reference>
  149. <Reference Include="WebGrease">
  150. <Private>True</Private>
  151. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  152. </Reference>
  153. <Reference Include="Antlr3.Runtime">
  154. <Private>True</Private>
  155. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  156. </Reference>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  160. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  161. </Reference>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Compile Include="App_Start\BundleConfig.cs" />
  165. <Compile Include="App_Start\FilterConfig.cs" />
  166. <Compile Include="App_Start\RouteConfig.cs" />
  167. <Compile Include="App_Start\WebApiConfig.cs" />
  168. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  169. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  170. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  171. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  172. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  173. <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
  174. <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
  175. <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
  176. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
  177. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
  178. <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
  179. <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
  180. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
  181. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
  182. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
  183. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
  184. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
  185. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
  186. <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
  187. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  188. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  189. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  190. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  191. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  192. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  193. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  194. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  195. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  196. <Compile Include="Controllers\AccountController.cs" />
  197. <Compile Include="Controllers\DangerController.cs" />
  198. <Compile Include="Controllers\HomeController.cs" />
  199. <Compile Include="Controllers\IndexController.cs" />
  200. <Compile Include="Controllers\OrganizationController.cs" />
  201. <Compile Include="Data\Account\AccountDataManager.cs" />
  202. <Compile Include="Data\Common\CommonLogHelper.cs" />
  203. <Compile Include="Data\RedisProvider\IRedisProvider.cs" />
  204. <Compile Include="Data\RedisProvider\RedisHelper.cs" />
  205. <Compile Include="Data\RedisProvider\RedisUtil.cs" />
  206. <Compile Include="Enmu\StatusCode.cs" />
  207. <Compile Include="Extensions\HttpContextExtension.cs" />
  208. <Compile Include="Fliter\RequiresAuthenticationAttribute.cs" />
  209. <Compile Include="Global.asax.cs">
  210. <DependentUpon>Global.asax</DependentUpon>
  211. </Compile>
  212. <Compile Include="Models\Danger\DangerListModel.cs" />
  213. <Compile Include="Models\Danger\DangerRequestModel.cs" />
  214. <Compile Include="Models\Danger\DangerTypeModel.cs" />
  215. <Compile Include="Models\Filter\TokenValidationError.cs" />
  216. <Compile Include="Models\Filter\UserWithoutLoginError.cs" />
  217. <Compile Include="Models\Index\ExamRankModel.cs" />
  218. <Compile Include="Models\Index\ExamYearCountItem.cs" />
  219. <Compile Include="Models\Index\ExamYearCountLine.cs" />
  220. <Compile Include="Models\Index\IndexDangerModel.cs" />
  221. <Compile Include="Models\Index\IndexWorkFinishModel.cs" />
  222. <Compile Include="Models\Interface\RequestModel.cs" />
  223. <Compile Include="Models\Interface\ResultModel.cs" />
  224. <Compile Include="Models\JsonNode\IRoot.cs" />
  225. <Compile Include="Models\OrganizationModel\CompanyModel.cs" />
  226. <Compile Include="Models\OrganizationModel\OperatorModel.cs" />
  227. <Compile Include="Models\OrganizationModel\OrganizationRequestModel.cs" />
  228. <Compile Include="Models\OrganizationModel\RolesModel.cs" />
  229. <Compile Include="Models\OrganizationModel\UserRolesModel.cs" />
  230. <Compile Include="Models\User\UserInfo.cs" />
  231. <Compile Include="Properties\AssemblyInfo.cs" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Content Include="Areas\HelpPage\HelpPage.css" />
  235. <Content Include="Content\bootstrap-theme.css" />
  236. <Content Include="Content\bootstrap-theme.min.css" />
  237. <Content Include="Content\bootstrap.css" />
  238. <Content Include="Content\bootstrap.min.css" />
  239. <Content Include="favicon.ico" />
  240. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  241. <Content Include="Global.asax" />
  242. <Content Include="Scripts\bootstrap.js" />
  243. <Content Include="Scripts\bootstrap.min.js" />
  244. <Content Include="Areas\HelpPage\Views\Web.config" />
  245. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  246. <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
  247. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  248. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  249. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
  250. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  251. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  252. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
  253. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
  254. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  255. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  256. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  257. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
  258. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
  259. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
  260. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
  261. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  262. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  263. <Content Include="appsettings.json" />
  264. <None Include="Scripts\jquery-3.4.1.intellisense.js" />
  265. <Content Include="Scripts\jquery-3.4.1.js" />
  266. <Content Include="Scripts\jquery-3.4.1.min.js" />
  267. <Content Include="Scripts\jquery-3.4.1.slim.js" />
  268. <Content Include="Scripts\jquery-3.4.1.slim.min.js" />
  269. <Content Include="Scripts\modernizr-2.8.3.js" />
  270. <Content Include="Web.config" />
  271. <Content Include="Web.Debug.config">
  272. <DependentUpon>Web.config</DependentUpon>
  273. </Content>
  274. <Content Include="Web.Release.config">
  275. <DependentUpon>Web.config</DependentUpon>
  276. </Content>
  277. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  278. <Content Include="Content\Site.css" />
  279. <Content Include="Views\Web.config" />
  280. <Content Include="Views\_ViewStart.cshtml" />
  281. <Content Include="Views\Home\Index.cshtml" />
  282. <Content Include="Views\Shared\Error.cshtml" />
  283. <Content Include="Views\Shared\_Layout.cshtml" />
  284. </ItemGroup>
  285. <ItemGroup>
  286. <Folder Include="App_Data\" />
  287. </ItemGroup>
  288. <ItemGroup>
  289. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  290. </ItemGroup>
  291. <ItemGroup>
  292. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  293. </ItemGroup>
  294. <ItemGroup>
  295. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Content Include="Content\bootstrap.min.css.map" />
  302. </ItemGroup>
  303. <ItemGroup>
  304. <Content Include="Content\bootstrap.css.map" />
  305. </ItemGroup>
  306. <ItemGroup>
  307. <Content Include="Content\bootstrap-theme.min.css.map" />
  308. </ItemGroup>
  309. <ItemGroup>
  310. <Content Include="Content\bootstrap-theme.css.map" />
  311. </ItemGroup>
  312. <ItemGroup>
  313. <None Include="packages.config" />
  314. <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
  315. <Content Include="Scripts\jquery-3.4.1.min.map" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <ProjectReference Include="..\BLL\BLL.csproj">
  319. <Project>{c1d957d4-4150-4869-b179-d973be9a966b}</Project>
  320. <Name>BLL</Name>
  321. </ProjectReference>
  322. <ProjectReference Include="..\DAL\DAL.csproj">
  323. <Project>{0d22c6ac-c550-4813-bbbd-fadfc2b0de8c}</Project>
  324. <Name>DAL</Name>
  325. </ProjectReference>
  326. <ProjectReference Include="..\DBUtility\DBUtility.csproj">
  327. <Project>{49a4ce52-b2e0-45e1-a1fb-150883eb51b3}</Project>
  328. <Name>DBUtility</Name>
  329. </ProjectReference>
  330. <ProjectReference Include="..\Model\Model.csproj">
  331. <Project>{087a3d55-8e46-4723-9719-3c5764ee320e}</Project>
  332. <Name>Model</Name>
  333. </ProjectReference>
  334. <ProjectReference Include="..\Swashbuckle.Extension.Mvc\Swashbuckle.Extension.Mvc.csproj">
  335. <Project>{4c37da72-6edc-4dbd-b02f-2ead99b8e6cd}</Project>
  336. <Name>Swashbuckle.Extension.Mvc</Name>
  337. </ProjectReference>
  338. <ProjectReference Include="..\TF.Common\TF.Common.csproj">
  339. <Project>{a737b360-5630-4187-bd65-f30c34e7892c}</Project>
  340. <Name>TF.Common</Name>
  341. </ProjectReference>
  342. <ProjectReference Include="..\TF.Config\TF.Config.csproj">
  343. <Project>{af795d66-c787-4e9a-9728-adc270c02106}</Project>
  344. <Name>TF.Config</Name>
  345. </ProjectReference>
  346. <ProjectReference Include="..\TF.Logger\TF.Logger.csproj">
  347. <Project>{d3997643-bb75-4bea-8f9d-3bb9fce8af89}</Project>
  348. <Name>TF.Logger</Name>
  349. </ProjectReference>
  350. </ItemGroup>
  351. <PropertyGroup>
  352. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  353. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  354. </PropertyGroup>
  355. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  356. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  357. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  358. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  359. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  360. </Target>
  361. <ProjectExtensions>
  362. <VisualStudio>
  363. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  364. <WebProjectProperties>
  365. <UseIIS>True</UseIIS>
  366. <AutoAssignPort>True</AutoAssignPort>
  367. <DevelopmentServerPort>64900</DevelopmentServerPort>
  368. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  369. <IISUrl>http://localhost:44385/</IISUrl>
  370. <NTLMAuthentication>False</NTLMAuthentication>
  371. <UseCustomServer>False</UseCustomServer>
  372. <CustomServerUrl>
  373. </CustomServerUrl>
  374. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  375. </WebProjectProperties>
  376. </FlavorProperties>
  377. </VisualStudio>
  378. </ProjectExtensions>
  379. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  380. <PropertyGroup>
  381. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  382. </PropertyGroup>
  383. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  384. </Target>
  385. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  386. Other similar extension points exist, see Microsoft.Common.targets.
  387. <Target Name="BeforeBuild">
  388. </Target>
  389. <Target Name="AfterBuild">
  390. </Target> -->
  391. </Project>