ThCardReader.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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. <ProjectGuid>{4E9EA30E-99D6-4294-9578-44A62BC2ADAF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ThCardReader</RootNamespace>
  10. <AssemblyName>ThCardReader</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <LangVersion>9.0</LangVersion>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <UseApplicationTrust>false</UseApplicationTrust>
  19. <BootstrapperEnabled>false</BootstrapperEnabled>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;DISABLE_NATIONEC;DISABLE_SSCARD</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. <LangVersion>9.0</LangVersion>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE;DISABLE_NATIONEC;DISABLE_SSCARD</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. <LangVersion>9.0</LangVersion>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE;DISABLE_NATIONEC;DISABLE_SSCARD</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <Prefer32Bit>true</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <OutputPath>bin\x86\Release\</OutputPath>
  56. <DefineConstants>TRACE;DISABLE_NATIONEC;DISABLE_SSCARD</DefineConstants>
  57. <Optimize>true</Optimize>
  58. <DebugType>pdbonly</DebugType>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. <Prefer32Bit>true</Prefer32Bit>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <GenerateManifests>false</GenerateManifests>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <ApplicationIcon>
  72. </ApplicationIcon>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <SignManifests>false</SignManifests>
  76. </PropertyGroup>
  77. <PropertyGroup>
  78. <StartupObject>ThCardReader.Program</StartupObject>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="Microsoft.Owin, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <HintPath>..\packages\Microsoft.Owin.4.2.1\lib\net45\Microsoft.Owin.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.Owin.Cors, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.Owin.Cors.4.2.1\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.2.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.4.2.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.Owin.Hosting, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Microsoft.Owin.Hosting.4.2.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System" />
  103. <Reference Include="System.Configuration" />
  104. <Reference Include="System.Core" />
  105. <Reference Include="System.Net.Http.Formatting, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.8\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Web" />
  109. <Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  110. <HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Web.Http, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.8\lib\net45\System.Web.Http.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Web.Http.Owin, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.8\lib\net45\System.Web.Http.Owin.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Xml.Linq" />
  119. <Reference Include="System.Data.DataSetExtensions" />
  120. <Reference Include="Microsoft.CSharp" />
  121. <Reference Include="System.Data" />
  122. <Reference Include="System.Deployment" />
  123. <Reference Include="System.Drawing" />
  124. <Reference Include="System.Net.Http" />
  125. <Reference Include="System.Windows.Forms" />
  126. <Reference Include="System.Xml" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="EntryController.cs" />
  130. <Compile Include="FaceAuthData.cs" />
  131. <Compile Include="HuaShiController.cs" />
  132. <Compile Include="HuaShiIdCardBusiness.cs" />
  133. <Compile Include="JiangSuController.cs" />
  134. <Compile Include="JiangSuSocialCardBusiness.cs" />
  135. <Compile Include="MainForm.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="MainForm.Designer.cs">
  139. <DependentUpon>MainForm.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="SiBusinessAddress.cs" />
  142. <Compile Include="SsCardBusiness.cs" />
  143. <Compile Include="NationalEcBusiness.cs" />
  144. <Compile Include="Program.cs" />
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. <Compile Include="ReadCardResult.cs" />
  147. <Compile Include="RestService.cs" />
  148. <Compile Include="Startup.cs" />
  149. <Compile Include="UpdateForm.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <EmbeddedResource Include="MainForm.resx">
  153. <DependentUpon>MainForm.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="Properties\Resources.resx">
  156. <Generator>ResXFileCodeGenerator</Generator>
  157. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  158. <SubType>Designer</SubType>
  159. </EmbeddedResource>
  160. <Compile Include="Properties\Resources.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DependentUpon>Resources.resx</DependentUpon>
  163. <DesignTime>True</DesignTime>
  164. </Compile>
  165. <EmbeddedResource Include="UpdateForm.resx">
  166. <DependentUpon>UpdateForm.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <None Include="packages.config" />
  169. <None Include="Properties\app.manifest">
  170. <SubType>Designer</SubType>
  171. </None>
  172. <None Include="Properties\Settings.settings">
  173. <Generator>SettingsSingleFileGenerator</Generator>
  174. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  175. </None>
  176. <Compile Include="Properties\Settings.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Settings.settings</DependentUpon>
  179. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  180. </Compile>
  181. <None Include="ThCardReader_TemporaryKey.pfx" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="App.config" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Content Include="thcardreader.ico" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  191. <Visible>False</Visible>
  192. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  193. <Install>true</Install>
  194. </BootstrapperPackage>
  195. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  196. <Visible>False</Visible>
  197. <ProductName>.NET Framework 3.5 SP1</ProductName>
  198. <Install>false</Install>
  199. </BootstrapperPackage>
  200. </ItemGroup>
  201. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  202. <!-- 强制设置C# 9.0语言版本,解决CS8801错误 -->
  203. <PropertyGroup>
  204. <LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
  205. <Features>IOperation</Features>
  206. <NoWarn>$(NoWarn);CS8801;CS8803;CS8602;CS8600;CS8604;CS8618;CS8625</NoWarn>
  207. </PropertyGroup>
  208. </Project>