CCDCountWpf.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. <Page Include="WpfPage\MainPage.xaml">
  69. <SubType>Designer</SubType>
  70. <Generator>MSBuild:Compile</Generator>
  71. </Page>
  72. <Page Include="MainWindow.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </Page>
  76. <Compile Include="App.xaml.cs">
  77. <DependentUpon>App.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. <Compile Include="WpfPage\MainPage.xaml.cs">
  81. <DependentUpon>MainPage.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="MainWindow.xaml.cs">
  84. <DependentUpon>MainWindow.xaml</DependentUpon>
  85. <SubType>Code</SubType>
  86. </Compile>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="Properties\AssemblyInfo.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="Properties\Resources.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. </Compile>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. <EmbeddedResource Include="Properties\Resources.resx">
  103. <Generator>ResXFileCodeGenerator</Generator>
  104. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  105. </EmbeddedResource>
  106. <None Include="Properties\Settings.settings">
  107. <Generator>SettingsSingleFileGenerator</Generator>
  108. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  109. </None>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="App.config" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Resource Include="FromImage\数据_白.png" />
  116. <Resource Include="FromImage\相机小_白.png" />
  117. <Resource Include="FromImage\设置_白.png" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Resource Include="FromImage\数据.png" />
  121. <Resource Include="FromImage\相机小.png" />
  122. <Resource Include="FromImage\设置.png" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Resource Include="FromImage\退出_白.png" />
  126. <Resource Include="FromImage\退出.png" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Resource Include="FromImage\中断_白.png" />
  130. <Resource Include="FromImage\中断.png" />
  131. <Resource Include="FromImage\运行_白.png" />
  132. <Resource Include="FromImage\运行.png" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Resource Include="FromImage\test.bmp" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ProjectReference Include="..\TestWork.DLL\CCDCount.DLL.csproj">
  139. <Project>{e7f2647e-07d6-41f2-81fd-fa32da6d2526}</Project>
  140. <Name>CCDCount.DLL</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  143. <Project>{c230b744-cabc-4b34-80bb-2cee55a8b2b9}</Project>
  144. <Name>CCDCount.MODEL</Name>
  145. </ProjectReference>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. </Project>