CCDCountWpf.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{DCCBE504-5801-442E-A406-4A7099D46553}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>CCDCountWpf</RootNamespace>
  11. <AssemblyName>CCDCountWpf</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>x64</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="MvCameraControl.Net, Version=4.3.2.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\TestWork.DLL\DLL\MvCameraControl.Net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="MvFGCtrlC.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52fddfb3f94be800, processorArchitecture=x86">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\TestWork.DLL\DLL\MvFGCtrlC.Net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  66. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Net.Http" />
  75. <Reference Include="System.Xaml">
  76. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="WindowsBase" />
  79. <Reference Include="PresentationCore" />
  80. <Reference Include="PresentationFramework" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ApplicationDefinition Include="App.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </ApplicationDefinition>
  87. <Compile Include="WpfFrom\AddUserWindow.xaml.cs">
  88. <DependentUpon>AddUserWindow.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="WpfFrom\ChangeUserWindow.xaml.cs">
  91. <DependentUpon>ChangeUserWindow.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="WpfFrom\SplashWindow.xaml.cs">
  94. <DependentUpon>SplashWindow.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="WpfFrom\UserLoginWindow.xaml.cs">
  97. <DependentUpon>UserLoginWindow.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="WpfPage\MessagePage.xaml.cs">
  100. <DependentUpon>MessagePage.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="WpfPage\SettingPage.xaml.cs">
  103. <DependentUpon>SettingPage.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="WpfPage\UserManagementPage.xaml.cs">
  106. <DependentUpon>UserManagementPage.xaml</DependentUpon>
  107. </Compile>
  108. <Page Include="WpfFrom\AddUserWindow.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. <Page Include="WpfFrom\ChangeUserWindow.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </Page>
  116. <Page Include="WpfFrom\SplashWindow.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. <Page Include="WpfFrom\UserLoginWindow.xaml">
  121. <SubType>Designer</SubType>
  122. <Generator>MSBuild:Compile</Generator>
  123. </Page>
  124. <Page Include="WpfPage\MainPage.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="WpfFrom\MainWindow.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Page>
  132. <Compile Include="App.xaml.cs">
  133. <DependentUpon>App.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="ShowBindingClass.cs" />
  137. <Compile Include="WpfPage\MainPage.xaml.cs">
  138. <DependentUpon>MainPage.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="WpfFrom\MainWindow.xaml.cs">
  141. <DependentUpon>MainWindow.xaml</DependentUpon>
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Page Include="WpfPage\MessagePage.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="WpfPage\SettingPage.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>MSBuild:Compile</Generator>
  151. </Page>
  152. <Page Include="WpfPage\UserManagementPage.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Compile Include="Properties\AssemblyInfo.cs">
  159. <SubType>Code</SubType>
  160. </Compile>
  161. <Compile Include="Properties\Resources.Designer.cs">
  162. <AutoGen>True</AutoGen>
  163. <DesignTime>True</DesignTime>
  164. <DependentUpon>Resources.resx</DependentUpon>
  165. </Compile>
  166. <Compile Include="Properties\Settings.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DependentUpon>Settings.settings</DependentUpon>
  169. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  170. </Compile>
  171. <EmbeddedResource Include="Properties\Resources.resx">
  172. <Generator>ResXFileCodeGenerator</Generator>
  173. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  174. </EmbeddedResource>
  175. <None Include="packages.config" />
  176. <None Include="Properties\Settings.settings">
  177. <Generator>SettingsSingleFileGenerator</Generator>
  178. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  179. </None>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="App.config" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Resource Include="FromImage\数据.png" />
  186. <Resource Include="FromImage\相机小.png" />
  187. <Resource Include="FromImage\设置.png" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Resource Include="FromImage\退出.png" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Resource Include="FromImage\中断.png" />
  194. <Resource Include="FromImage\运行.png" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <ProjectReference Include="..\TestWork.DLL\CCDCount.DLL.csproj">
  198. <Project>{e7f2647e-07d6-41f2-81fd-fa32da6d2526}</Project>
  199. <Name>CCDCount.DLL</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  202. <Project>{c230b744-cabc-4b34-80bb-2cee55a8b2b9}</Project>
  203. <Name>CCDCount.MODEL</Name>
  204. </ProjectReference>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Resource Include="FromImage\刷新.png" />
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Resource Include="FromImage\暂停.png" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Resource Include="FromImage\故障.png" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Resource Include="FromImage\export.png" />
  217. <Resource Include="FromImage\print.png" />
  218. <Resource Include="FromImage\用户修改.png" />
  219. <Resource Include="FromImage\用户删除.png" />
  220. <Resource Include="FromImage\用户增加.png" />
  221. <Resource Include="FromImage\用户管理.png" />
  222. </ItemGroup>
  223. <ItemGroup>
  224. <Resource Include="FromImage\mmexport1752891278116.jpg" />
  225. </ItemGroup>
  226. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  227. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  228. <PropertyGroup>
  229. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  230. </PropertyGroup>
  231. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  232. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  233. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  234. </Target>
  235. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  236. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  237. </Project>