CCDCount.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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="PresentationCore" />
  80. <Reference Include="System" />
  81. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Management" />
  86. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Numerics" />
  90. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  94. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="Microsoft.CSharp" />
  102. <Reference Include="System.Data" />
  103. <Reference Include="System.Deployment" />
  104. <Reference Include="System.Drawing" />
  105. <Reference Include="System.Net.Http" />
  106. <Reference Include="System.Windows.Forms" />
  107. <Reference Include="System.Xml" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="Forms\DataShowForm.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="Forms\DataShowForm.Designer.cs">
  114. <DependentUpon>DataShowForm.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="Forms\HistoryImageDataForm.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="Forms\HistoryImageDataForm.Designer.cs">
  120. <DependentUpon>HistoryImageDataForm.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="Forms\IdentifyCameraForm.cs">
  123. <SubType>Form</SubType>
  124. </Compile>
  125. <Compile Include="Forms\IdentifyCameraForm.Designer.cs">
  126. <DependentUpon>IdentifyCameraForm.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Forms\MainForm.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="Forms\MainForm.Designer.cs">
  132. <DependentUpon>MainForm.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Forms\SettingForm.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Forms\SettingForm.Designer.cs">
  138. <DependentUpon>SettingForm.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Program.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. <Compile Include="ShowBindingClass.cs" />
  143. <EmbeddedResource Include="Forms\DataShowForm.resx">
  144. <DependentUpon>DataShowForm.cs</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Forms\HistoryImageDataForm.resx">
  147. <DependentUpon>HistoryImageDataForm.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Forms\IdentifyCameraForm.resx">
  150. <DependentUpon>IdentifyCameraForm.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="Forms\MainForm.resx">
  153. <DependentUpon>MainForm.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="Forms\SettingForm.resx">
  156. <DependentUpon>SettingForm.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="Properties\Resources.resx">
  159. <Generator>ResXFileCodeGenerator</Generator>
  160. <SubType>Designer</SubType>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. </EmbeddedResource>
  163. <None Include="CCDCount_TemporaryKey.pfx" />
  164. <None Include="packages.config" />
  165. <None Include="Properties\Settings.settings">
  166. <Generator>SettingsSingleFileGenerator</Generator>
  167. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  168. </None>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DesignTime>True</DesignTime>
  172. <DependentUpon>Resources.resx</DependentUpon>
  173. </Compile>
  174. <Compile Include="Properties\Settings.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Settings.settings</DependentUpon>
  177. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  178. </Compile>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="App.config" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ProjectReference Include="..\TestWork.DLL\CCDCount.DLL.csproj">
  185. <Project>{e7f2647e-07d6-41f2-81fd-fa32da6d2526}</Project>
  186. <Name>CCDCount.DLL</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  189. <Project>{C230B744-CABC-4B34-80BB-2CEE55A8B2B9}</Project>
  190. <Name>CCDCount.MODEL</Name>
  191. </ProjectReference>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Content Include="icon\数据.png" />
  195. <Content Include="icon\数据_白.png" />
  196. <Content Include="icon\相机小.png" />
  197. <Content Include="icon\相机小_白.png" />
  198. <Content Include="icon\设置.png" />
  199. <Content Include="icon\设置_白.png" />
  200. <Content Include="icon\返回 %28白%29.png" />
  201. <Content Include="icon\返回.png" />
  202. <Content Include="icon\进入 %28白%29.png" />
  203. <Content Include="icon\进入.png" />
  204. <Content Include="Image\HLHY.png" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  208. <Visible>False</Visible>
  209. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  210. <Install>true</Install>
  211. </BootstrapperPackage>
  212. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  213. <Visible>False</Visible>
  214. <ProductName>.NET Framework 3.5 SP1</ProductName>
  215. <Install>false</Install>
  216. </BootstrapperPackage>
  217. </ItemGroup>
  218. <ItemGroup />
  219. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  220. </Project>