CCDCountWpf.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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>{DCCBE504-5801-442E-A406-4A7099D46553}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CCDCountWpf</RootNamespace>
  10. <AssemblyName>CCDCountWpf</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>x64</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="MvCameraControl.Net, Version=4.3.2.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\TestWork.DLL\DLL\MvCameraControl.Net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="MvFGCtrlC.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52fddfb3f94be800, processorArchitecture=x86">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\TestWork.DLL\DLL\MvFGCtrlC.Net.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ApplicationDefinition Include="App.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </ApplicationDefinition>
  68. <Compile Include="WpfPage\SettingPage.xaml.cs">
  69. <DependentUpon>SettingPage.xaml</DependentUpon>
  70. </Compile>
  71. <Page Include="WpfPage\MainPage.xaml">
  72. <SubType>Designer</SubType>
  73. <Generator>MSBuild:Compile</Generator>
  74. </Page>
  75. <Page Include="MainWindow.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </Page>
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="ShowBindingClass.cs" />
  84. <Compile Include="WpfPage\MainPage.xaml.cs">
  85. <DependentUpon>MainPage.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="MainWindow.xaml.cs">
  88. <DependentUpon>MainWindow.xaml</DependentUpon>
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Page Include="WpfPage\SettingPage.xaml">
  92. <SubType>Designer</SubType>
  93. <Generator>MSBuild:Compile</Generator>
  94. </Page>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Properties\AssemblyInfo.cs">
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="Properties\Resources.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. </Compile>
  105. <Compile Include="Properties\Settings.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DependentUpon>Settings.settings</DependentUpon>
  108. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  109. </Compile>
  110. <EmbeddedResource Include="Properties\Resources.resx">
  111. <Generator>ResXFileCodeGenerator</Generator>
  112. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  113. </EmbeddedResource>
  114. <None Include="Properties\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  117. </None>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="App.config" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Resource Include="FromImage\数据_白.png" />
  124. <Resource Include="FromImage\相机小_白.png" />
  125. <Resource Include="FromImage\设置_白.png" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Resource Include="FromImage\数据.png" />
  129. <Resource Include="FromImage\相机小.png" />
  130. <Resource Include="FromImage\设置.png" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Resource Include="FromImage\退出_白.png" />
  134. <Resource Include="FromImage\退出.png" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Resource Include="FromImage\中断_白.png" />
  138. <Resource Include="FromImage\中断.png" />
  139. <Resource Include="FromImage\运行_白.png" />
  140. <Resource Include="FromImage\运行.png" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\TestWork.DLL\CCDCount.DLL.csproj">
  144. <Project>{e7f2647e-07d6-41f2-81fd-fa32da6d2526}</Project>
  145. <Name>CCDCount.DLL</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  148. <Project>{c230b744-cabc-4b34-80bb-2cee55a8b2b9}</Project>
  149. <Name>CCDCount.MODEL</Name>
  150. </ProjectReference>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Resource Include="FromImage\刷新.png" />
  154. <Resource Include="FromImage\刷新_白.png" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Resource Include="FromImage\暂停 _白.png" />
  158. <Resource Include="FromImage\暂停.png" />
  159. </ItemGroup>
  160. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  161. </Project>