CCDCount.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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>{9330D238-A8F6-4C89-B70A-99380789B1B1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CCDCount</RootNamespace>
  10. <AssemblyName>CCDCount</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <AutorunEnabled>true</AutorunEnabled>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>x64</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestCertificateThumbprint>FF276A4C7CEBB0A59006E0250D1E2AF4F8C0CF6D</ManifestCertificateThumbprint>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestKeyFile>CCDCount_TemporaryKey.pfx</ManifestKeyFile>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <GenerateManifests>true</GenerateManifests>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignManifests>true</SignManifests>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="CsvHelper, Version=33.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
  67. <HintPath>..\packages\CsvHelper.33.0.1\lib\net48\CsvHelper.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  74. </Reference>
  75. <Reference Include="MvCameraControl.Net, Version=3.4.0.1, Culture=neutral, PublicKeyToken=52fddfb3f94be800, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\TestWork.DLL\DLL\MvCameraControl.Net.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Management" />
  85. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Numerics" />
  89. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  96. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Xml.Linq" />
  99. <Reference Include="System.Data.DataSetExtensions" />
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="System.Data" />
  102. <Reference Include="System.Deployment" />
  103. <Reference Include="System.Drawing" />
  104. <Reference Include="System.Net.Http" />
  105. <Reference Include="System.Windows.Forms" />
  106. <Reference Include="System.Xml" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Forms\DataShowForm.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Forms\DataShowForm.Designer.cs">
  113. <DependentUpon>DataShowForm.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Forms\HistoryImageDataForm.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Forms\HistoryImageDataForm.Designer.cs">
  119. <DependentUpon>HistoryImageDataForm.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Forms\IdentifyCameraForm.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="Forms\IdentifyCameraForm.Designer.cs">
  125. <DependentUpon>IdentifyCameraForm.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Forms\MainForm.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="Forms\MainForm.Designer.cs">
  131. <DependentUpon>MainForm.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="Forms\SettingForm.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="Forms\SettingForm.Designer.cs">
  137. <DependentUpon>SettingForm.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Program.cs" />
  140. <Compile Include="Properties\AssemblyInfo.cs" />
  141. <EmbeddedResource Include="Forms\DataShowForm.resx">
  142. <DependentUpon>DataShowForm.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Forms\HistoryImageDataForm.resx">
  145. <DependentUpon>HistoryImageDataForm.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="Forms\IdentifyCameraForm.resx">
  148. <DependentUpon>IdentifyCameraForm.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Forms\MainForm.resx">
  151. <DependentUpon>MainForm.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Forms\SettingForm.resx">
  154. <DependentUpon>SettingForm.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Properties\Resources.resx">
  157. <Generator>ResXFileCodeGenerator</Generator>
  158. <SubType>Designer</SubType>
  159. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  160. </EmbeddedResource>
  161. <None Include="CCDCount_TemporaryKey.pfx" />
  162. <None Include="packages.config" />
  163. <None Include="Properties\Settings.settings">
  164. <Generator>SettingsSingleFileGenerator</Generator>
  165. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  166. </None>
  167. <Compile Include="Properties\Resources.Designer.cs">
  168. <AutoGen>True</AutoGen>
  169. <DesignTime>True</DesignTime>
  170. <DependentUpon>Resources.resx</DependentUpon>
  171. </Compile>
  172. <Compile Include="Properties\Settings.Designer.cs">
  173. <AutoGen>True</AutoGen>
  174. <DependentUpon>Settings.settings</DependentUpon>
  175. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  176. </Compile>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <None Include="App.config" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <ProjectReference Include="..\TestWork.DLL\CCDCount.DLL.csproj">
  183. <Project>{e7f2647e-07d6-41f2-81fd-fa32da6d2526}</Project>
  184. <Name>CCDCount.DLL</Name>
  185. </ProjectReference>
  186. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  187. <Project>{C230B744-CABC-4B34-80BB-2CEE55A8B2B9}</Project>
  188. <Name>CCDCount.MODEL</Name>
  189. </ProjectReference>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Content Include="icon\数据.png" />
  193. <Content Include="icon\数据_白.png" />
  194. <Content Include="icon\相机小.png" />
  195. <Content Include="icon\相机小_白.png" />
  196. <Content Include="icon\设置.png" />
  197. <Content Include="icon\设置_白.png" />
  198. <Content Include="icon\返回 %28白%29.png" />
  199. <Content Include="icon\返回.png" />
  200. <Content Include="icon\进入 %28白%29.png" />
  201. <Content Include="icon\进入.png" />
  202. <Content Include="Image\HLHY.png" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  206. <Visible>False</Visible>
  207. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  208. <Install>true</Install>
  209. </BootstrapperPackage>
  210. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  211. <Visible>False</Visible>
  212. <ProductName>.NET Framework 3.5 SP1</ProductName>
  213. <Install>false</Install>
  214. </BootstrapperPackage>
  215. </ItemGroup>
  216. <ItemGroup />
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. </Project>