ReadICCardFormsApplication.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <ProjectGuid>{EF935893-7A73-4D43-8E6C-DB7A986E1EC2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ReadICCardFormsApplication</RootNamespace>
  11. <AssemblyName>ReadICCardFormsApplication</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>D:\JKZLICCardService\deploy\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>true</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ProductName>社保卡读卡服务</ProductName>
  27. <PublisherName>健康之路无边界(厦门)医疗科技有限公司</PublisherName>
  28. <MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
  29. <ApplicationRevision>3</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  33. <PublishWizardCompleted>true</PublishWizardCompleted>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>x86</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\x86\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>x86</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  66. <OutputPath>bin\x86\Release\</OutputPath>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <Optimize>true</Optimize>
  69. <DebugType>pdbonly</DebugType>
  70. <PlatformTarget>x86</PlatformTarget>
  71. <ErrorReport>prompt</ErrorReport>
  72. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  73. <Prefer32Bit>true</Prefer32Bit>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  76. <DebugSymbols>true</DebugSymbols>
  77. <OutputPath>bin\x64\Debug\</OutputPath>
  78. <DefineConstants>DEBUG;TRACE</DefineConstants>
  79. <DebugType>full</DebugType>
  80. <PlatformTarget>x64</PlatformTarget>
  81. <ErrorReport>prompt</ErrorReport>
  82. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  83. <Prefer32Bit>true</Prefer32Bit>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  86. <OutputPath>bin\x64\Release\</OutputPath>
  87. <DefineConstants>TRACE</DefineConstants>
  88. <Optimize>true</Optimize>
  89. <DebugType>pdbonly</DebugType>
  90. <PlatformTarget>x64</PlatformTarget>
  91. <ErrorReport>prompt</ErrorReport>
  92. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  93. <Prefer32Bit>true</Prefer32Bit>
  94. </PropertyGroup>
  95. <PropertyGroup>
  96. <ManifestCertificateThumbprint>D8FD4B7580CCA08BBE59B665D5EB4E86C4730B41</ManifestCertificateThumbprint>
  97. </PropertyGroup>
  98. <PropertyGroup>
  99. <ManifestKeyFile>ReadICCardFormsApplication_TemporaryKey.pfx</ManifestKeyFile>
  100. </PropertyGroup>
  101. <PropertyGroup>
  102. <GenerateManifests>true</GenerateManifests>
  103. </PropertyGroup>
  104. <PropertyGroup>
  105. <SignManifests>true</SignManifests>
  106. </PropertyGroup>
  107. <PropertyGroup>
  108. <ApplicationIcon>favicon.ico</ApplicationIcon>
  109. </PropertyGroup>
  110. <PropertyGroup>
  111. <StartupObject />
  112. </PropertyGroup>
  113. <PropertyGroup />
  114. <PropertyGroup />
  115. <PropertyGroup />
  116. <PropertyGroup>
  117. <TargetZone>LocalIntranet</TargetZone>
  118. </PropertyGroup>
  119. <PropertyGroup>
  120. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  121. </PropertyGroup>
  122. <ItemGroup>
  123. <Reference Include="SuperSocket.Common">
  124. <HintPath>..\Lib\SuperSocket.Common.dll</HintPath>
  125. </Reference>
  126. <Reference Include="SuperSocket.Facility">
  127. <HintPath>..\Lib\SuperSocket.Facility.dll</HintPath>
  128. </Reference>
  129. <Reference Include="SuperSocket.SocketBase">
  130. <HintPath>..\Lib\SuperSocket.SocketBase.dll</HintPath>
  131. </Reference>
  132. <Reference Include="SuperSocket.SocketEngine">
  133. <HintPath>..\Lib\SuperSocket.SocketEngine.dll</HintPath>
  134. </Reference>
  135. <Reference Include="SuperWebSocket">
  136. <HintPath>..\Lib\SuperWebSocket.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System" />
  139. <Reference Include="System.Configuration" />
  140. <Reference Include="System.Core" />
  141. <Reference Include="System.Web.Extensions" />
  142. <Reference Include="System.Xml.Linq" />
  143. <Reference Include="System.Data.DataSetExtensions" />
  144. <Reference Include="Microsoft.CSharp" />
  145. <Reference Include="System.Data" />
  146. <Reference Include="System.Deployment" />
  147. <Reference Include="System.Drawing" />
  148. <Reference Include="System.Net.Http" />
  149. <Reference Include="System.Windows.Forms" />
  150. <Reference Include="System.Xml" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Compile Include="Form1.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="Form1.Designer.cs">
  157. <DependentUpon>Form1.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Program.cs" />
  160. <Compile Include="Properties\AssemblyInfo.cs" />
  161. <EmbeddedResource Include="Form1.resx">
  162. <DependentUpon>Form1.cs</DependentUpon>
  163. </EmbeddedResource>
  164. <EmbeddedResource Include="Properties\Resources.resx">
  165. <Generator>ResXFileCodeGenerator</Generator>
  166. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  167. <SubType>Designer</SubType>
  168. </EmbeddedResource>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Resources.resx</DependentUpon>
  172. </Compile>
  173. <None Include="Properties\app.manifest" />
  174. <None Include="Properties\Settings.settings">
  175. <Generator>SettingsSingleFileGenerator</Generator>
  176. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  177. </None>
  178. <Compile Include="Properties\Settings.Designer.cs">
  179. <AutoGen>True</AutoGen>
  180. <DependentUpon>Settings.settings</DependentUpon>
  181. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  182. </Compile>
  183. <None Include="ReadICCardFormsApplication_TemporaryKey.pfx" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="App.config">
  187. <SubType>Designer</SubType>
  188. </None>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  192. <Visible>False</Visible>
  193. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  194. <Install>true</Install>
  195. </BootstrapperPackage>
  196. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  197. <Visible>False</Visible>
  198. <ProductName>.NET Framework 3.5 SP1</ProductName>
  199. <Install>false</Install>
  200. </BootstrapperPackage>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Content Include="favicon.ico" />
  204. </ItemGroup>
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  207. Other similar extension points exist, see Microsoft.Common.targets.
  208. <Target Name="BeforeBuild">
  209. </Target>
  210. <Target Name="AfterBuild">
  211. </Target>
  212. -->
  213. </Project>