CCDCount.DLL.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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>{E7F2647E-07D6-41F2-81FD-FA32DA6D2526}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CCDCount.DLL</RootNamespace>
  11. <AssemblyName>CCDCount.DLL</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>5</WarningLevel>
  26. <PlatformTarget>x64</PlatformTarget>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x64\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <WarningLevel>5</WarningLevel>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x64</PlatformTarget>
  43. <LangVersion>7.3</LangVersion>
  44. <ErrorReport>prompt</ErrorReport>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  47. <OutputPath>bin\x64\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>DLL\MvCameraControl.Net.dll</HintPath>
  59. </Reference>
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="System" />
  62. <Reference Include="System.ComponentModel.DataAnnotations" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Numerics" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="AlarmTools\AlarmMessageList.cs" />
  75. <Compile Include="AlarmTools\SystemAlarm.cs" />
  76. <Compile Include="AuditTrail\BatchRecordClass.cs" />
  77. <Compile Include="AuditTrail\ErrorMessageRecordClass.cs" />
  78. <Compile Include="AuditTrail\FormulationRecordClass.cs" />
  79. <Compile Include="AuditTrail\ValueChangeRecordClass.cs" />
  80. <Compile Include="BottingClass.cs" />
  81. <Compile Include="CameraClass.cs" />
  82. <Compile Include="Delta\DeltaClass.cs" />
  83. <Compile Include="FaultLogClass.cs" />
  84. <Compile Include="FormulationClass.cs" />
  85. <Compile Include="PLCManagementClass.cs" />
  86. <Compile Include="Properties\Resources.Designer.cs">
  87. <AutoGen>True</AutoGen>
  88. <DesignTime>True</DesignTime>
  89. <DependentUpon>Resources.resx</DependentUpon>
  90. </Compile>
  91. <Compile Include="SqlDataClass\ActionMesSqliteDataClass.cs" />
  92. <Compile Include="SqlDataClass\BatchMessSqliteDataClass.cs" />
  93. <Compile Include="SqlDataClass\UserMessSqliteDataClass.cs" />
  94. <Compile Include="Tools\IniFileClass.cs" />
  95. <Compile Include="Tools\LoadSplieImageClass.cs" />
  96. <Compile Include="Tools\LogClass.cs" />
  97. <Compile Include="MainThreadClass.cs" />
  98. <Compile Include="ShuLiClass.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="Delta\EtherCAT_DLL.cs" />
  101. <Compile Include="Delta\EtherCAT_DLL_Err.cs" />
  102. <Compile Include="Tools\ModbusClass.cs" />
  103. <Compile Include="SqlDataClass\ErrorMesSqliteDataClass.cs" />
  104. <Compile Include="Tools\OnScreenKeyboardClass.cs" />
  105. <Compile Include="Tools\PDFGenerateTools.cs" />
  106. <Compile Include="Tools\SystemMonitorClass.cs" />
  107. <Compile Include="Tools\XMLFileClass.cs" />
  108. <Compile Include="ZhengYunDong\Zmcaux.cs" />
  109. <Compile Include="ZhengYunDong\ZmcauxClass.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="DLL\MvCameraControl.Net.dll" />
  113. <Content Include="DLL\MvFGCtrlC.Net.dll" />
  114. <Content Include="DLL\zauxdll.dll" />
  115. <Content Include="DLL\zmotion.dll" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  119. <Project>{C230B744-CABC-4B34-80BB-2CEE55A8B2B9}</Project>
  120. <Name>CCDCount.MODEL</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="app.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <EmbeddedResource Include="Properties\Resources.resx">
  128. <Generator>ResXFileCodeGenerator</Generator>
  129. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  130. </EmbeddedResource>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <PackageReference Include="BouncyCastle.Cryptography">
  134. <Version>2.4.0</Version>
  135. </PackageReference>
  136. <PackageReference Include="CsvHelper">
  137. <Version>33.0.1</Version>
  138. </PackageReference>
  139. <PackageReference Include="EntityFramework">
  140. <Version>6.4.4</Version>
  141. </PackageReference>
  142. <PackageReference Include="iTextSharp">
  143. <Version>5.5.13.4</Version>
  144. </PackageReference>
  145. <PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
  146. <Version>8.0.0</Version>
  147. </PackageReference>
  148. <PackageReference Include="Microsoft.Bcl.HashCode">
  149. <Version>1.1.1</Version>
  150. </PackageReference>
  151. <PackageReference Include="Microsoft.CSharp">
  152. <Version>4.7.0</Version>
  153. </PackageReference>
  154. <PackageReference Include="NModbus">
  155. <Version>3.0.81</Version>
  156. </PackageReference>
  157. <PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework">
  158. <Version>1.0.119</Version>
  159. </PackageReference>
  160. <PackageReference Include="System.Buffers">
  161. <Version>4.4.0</Version>
  162. </PackageReference>
  163. <PackageReference Include="System.Data.SQLite">
  164. <Version>1.0.119</Version>
  165. </PackageReference>
  166. <PackageReference Include="System.Data.SQLite.Core">
  167. <Version>1.0.119</Version>
  168. </PackageReference>
  169. <PackageReference Include="System.Data.SQLite.EF6">
  170. <Version>1.0.119</Version>
  171. </PackageReference>
  172. <PackageReference Include="System.Data.SQLite.Linq">
  173. <Version>1.0.119</Version>
  174. </PackageReference>
  175. <PackageReference Include="System.Memory">
  176. <Version>4.5.0</Version>
  177. </PackageReference>
  178. <PackageReference Include="System.Numerics.Vectors">
  179. <Version>4.4.0</Version>
  180. </PackageReference>
  181. <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
  182. <Version>4.5.3</Version>
  183. </PackageReference>
  184. <PackageReference Include="System.Threading.Tasks.Extensions">
  185. <Version>4.5.4</Version>
  186. </PackageReference>
  187. </ItemGroup>
  188. <ItemGroup />
  189. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  190. </Project>