CCDCountWpf.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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\PlcSettingPage.xaml.cs">
  103. <DependentUpon>PlcSettingPage.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="WpfPage\SettingPage.xaml.cs">
  106. <DependentUpon>SettingPage.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="WpfPage\UserManagementPage.xaml.cs">
  109. <DependentUpon>UserManagementPage.xaml</DependentUpon>
  110. </Compile>
  111. <Page Include="WpfFrom\AddUserWindow.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </Page>
  115. <Page Include="WpfFrom\ChangeUserWindow.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="WpfFrom\SplashWindow.xaml">
  120. <SubType>Designer</SubType>
  121. <Generator>MSBuild:Compile</Generator>
  122. </Page>
  123. <Page Include="WpfFrom\UserLoginWindow.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="WpfPage\MainPage.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="WpfFrom\MainWindow.xaml">
  132. <Generator>MSBuild:Compile</Generator>
  133. <SubType>Designer</SubType>
  134. </Page>
  135. <Compile Include="App.xaml.cs">
  136. <DependentUpon>App.xaml</DependentUpon>
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Compile Include="ShowBindingClass.cs" />
  140. <Compile Include="WpfPage\MainPage.xaml.cs">
  141. <DependentUpon>MainPage.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="WpfFrom\MainWindow.xaml.cs">
  144. <DependentUpon>MainWindow.xaml</DependentUpon>
  145. <SubType>Code</SubType>
  146. </Compile>
  147. <Page Include="WpfPage\MessagePage.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="WpfPage\PlcSettingPage.xaml">
  152. <SubType>Designer</SubType>
  153. <Generator>MSBuild:Compile</Generator>
  154. </Page>
  155. <Page Include="WpfPage\SettingPage.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. <Page Include="WpfPage\UserManagementPage.xaml">
  160. <SubType>Designer</SubType>
  161. <Generator>MSBuild:Compile</Generator>
  162. </Page>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Compile Include="Properties\AssemblyInfo.cs">
  166. <SubType>Code</SubType>
  167. </Compile>
  168. <Compile Include="Properties\Resources.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>Resources.resx</DependentUpon>
  172. </Compile>
  173. <Compile Include="Properties\Settings.Designer.cs">
  174. <AutoGen>True</AutoGen>
  175. <DependentUpon>Settings.settings</DependentUpon>
  176. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  177. </Compile>
  178. <EmbeddedResource Include="Properties\Resources.resx">
  179. <Generator>ResXFileCodeGenerator</Generator>
  180. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  181. </EmbeddedResource>
  182. <None Include="packages.config" />
  183. <None Include="Properties\Settings.settings">
  184. <Generator>SettingsSingleFileGenerator</Generator>
  185. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  186. </None>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="App.config" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Resource Include="FromImage\数据.png" />
  193. <Resource Include="FromImage\相机小.png" />
  194. <Resource Include="FromImage\设置.png" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <Resource Include="FromImage\退出.png" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Resource Include="FromImage\中断.png" />
  201. <Resource Include="FromImage\运行.png" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ProjectReference Include="..\TestWork.DLL\CCDCount.DLL.csproj">
  205. <Project>{e7f2647e-07d6-41f2-81fd-fa32da6d2526}</Project>
  206. <Name>CCDCount.DLL</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\TestWork.MODEL\CCDCount.MODEL.csproj">
  209. <Project>{c230b744-cabc-4b34-80bb-2cee55a8b2b9}</Project>
  210. <Name>CCDCount.MODEL</Name>
  211. </ProjectReference>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Resource Include="FromImage\刷新.png" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Resource Include="FromImage\暂停.png" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Resource Include="FromImage\故障.png" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Resource Include="FromImage\export.png" />
  224. <Resource Include="FromImage\print.png" />
  225. <Resource Include="FromImage\用户修改.png" />
  226. <Resource Include="FromImage\用户删除.png" />
  227. <Resource Include="FromImage\用户增加.png" />
  228. <Resource Include="FromImage\用户管理.png" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <Resource Include="FromImage\mmexport1752891278116.jpg" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Resource Include="FromImage\PLC信息管理.png" />
  235. </ItemGroup>
  236. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  237. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  238. <PropertyGroup>
  239. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  240. </PropertyGroup>
  241. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  242. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  243. <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'))" />
  244. </Target>
  245. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  246. <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')" />
  247. </Project>