CCDCount.DLL.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <PlatformTarget>x64</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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="CsvHelper, Version=33.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
  36. <HintPath>..\packages\CsvHelper.33.0.1\lib\net48\CsvHelper.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>DLL\MvCameraControl.Net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  50. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Numerics" />
  58. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="BottingClass.cs" />
  76. <Compile Include="CameraClass.cs" />
  77. <Compile Include="Delta\DeltaClass.cs" />
  78. <Compile Include="MechanicalControlClass.cs" />
  79. <Compile Include="Tools\IniFileClass.cs" />
  80. <Compile Include="Tools\LoadSplieImageClass.cs" />
  81. <Compile Include="Tools\LogClass.cs" />
  82. <Compile Include="MainThreadClass.cs" />
  83. <Compile Include="ShuLiClass.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <Compile Include="Delta\EtherCAT_DLL.cs" />
  86. <Compile Include="Delta\EtherCAT_DLL_Err.cs" />
  87. <Compile Include="Tools\XMLFileClass.cs" />
  88. <Compile Include="ZhengYunDong\Zmcaux.cs" />
  89. <Compile Include="ZhengYunDong\ZmcauxClass.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Content Include="DLL\MvCameraControl.Net.dll" />
  93. <Content Include="DLL\MvFGCtrlC.Net.dll" />
  94. <Content Include="DLL\zauxdll.dll" />
  95. <Content Include="DLL\zmotion.dll" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  99. <Project>{C230B744-CABC-4B34-80BB-2CEE55A8B2B9}</Project>
  100. <Name>CCDCount.MODEL</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="app.config" />
  105. <None Include="packages.config" />
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. </Project>