CollectInformation.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{14C38775-BFFD-4735-8BCD-79B73C7BC34F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CollectInformation</RootNamespace>
  10. <AssemblyName>CollectInformation</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="JWT, Version=8.0.0.0, Culture=neutral, PublicKeyToken=6f98bca0f40f2ecf, processorArchitecture=MSIL">
  36. <HintPath>..\packages\JWT.8.4.0\lib\net40\JWT.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Deployment" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Windows.Forms" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="HCUSBSDK\HCUsbSDKACS.cs" />
  54. <Compile Include="HCUSBSDK\HCUSBUtils.cs" />
  55. <Compile Include="HCUSBSDK\Nationality.cs" />
  56. <Compile Include="MainForm.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="MainForm.Designer.cs">
  60. <DependentUpon>MainForm.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="LoginForm.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="LoginForm.Designer.cs">
  66. <DependentUpon>LoginForm.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="Tools\constants.cs" />
  71. <Compile Include="Tools\HttpUitls.cs" />
  72. <Compile Include="Tools\Image2Base64Utils.cs" />
  73. <Compile Include="Tools\JWTUtils.cs" />
  74. <EmbeddedResource Include="LoginForm.resx">
  75. <DependentUpon>LoginForm.cs</DependentUpon>
  76. </EmbeddedResource>
  77. <EmbeddedResource Include="MainForm.resx">
  78. <DependentUpon>MainForm.cs</DependentUpon>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. <SubType>Designer</SubType>
  84. </EmbeddedResource>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. <DesignTime>True</DesignTime>
  89. </Compile>
  90. <None Include="app.config" />
  91. <None Include="packages.config" />
  92. <None Include="Properties\Settings.settings">
  93. <Generator>SettingsSingleFileGenerator</Generator>
  94. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  95. </None>
  96. <Compile Include="Properties\Settings.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="Resources\d-head.jpg" />
  104. </ItemGroup>
  105. <ItemGroup />
  106. <ItemGroup>
  107. <Content Include="config.xml" />
  108. <Content Include="HCUSBSDK\HCUSBSDK.dll" />
  109. <Content Include="HCUSBSDK\HCUSBSDK.xml" />
  110. <Content Include="HCUSBSDK\hpr.dll" />
  111. <Content Include="HCUSBSDK\libeay32.dll" />
  112. <Content Include="HCUSBSDK\libusb-1.0.dll" />
  113. <Content Include="HCUSBSDK\ssleay32.dll" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. </Project>