DeceiveBarcodeManagement.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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\PropertyChanged.Fody.2.6.1\build\PropertyChanged.Fody.props" Condition="Exists('..\packages\PropertyChanged.Fody.2.6.1\build\PropertyChanged.Fody.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>{4E74804B-4E50-4A5D-86E3-DAE9233FFCC3}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>DeceiveBarcodeManagement</RootNamespace>
  11. <AssemblyName>DeceiveBarcodeManagement</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</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>AnyCPU</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. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="MaterialDesignColors, Version=1.2.7.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  42. <HintPath>..\packages\MaterialDesignColors.1.2.7\lib\net45\MaterialDesignColors.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MaterialDesignThemes.Wpf, Version=3.2.0.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  45. <HintPath>..\packages\MaterialDesignThemes.3.2.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  46. </Reference>
  47. <Reference Include="MaxCommunication.DataBase">
  48. <HintPath>..\..\..\..\Library\MaxCommunication\MaxCommunication\MaxCommunication.DataBase\bin\Debug\MaxCommunication.DataBase.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.Prism">
  51. <HintPath>..\..\..\..\Library\CustomDLL\Microsoft.Practices.Prism.dll</HintPath>
  52. </Reference>
  53. <Reference Include="PropertyChanged, Version=2.6.1.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
  54. <HintPath>..\packages\PropertyChanged.Fody.2.6.1\lib\net452\PropertyChanged.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ApplicationDefinition Include="App.xaml">
  74. <Generator>MSBuild:Compile</Generator>
  75. <SubType>Designer</SubType>
  76. </ApplicationDefinition>
  77. <Compile Include="Control\CanvasControl.cs" />
  78. <Compile Include="Converter\ElectricMeterLeftConverter.cs" />
  79. <Compile Include="Converter\ElectricMeterQuantityConverter.cs" />
  80. <Compile Include="Converter\ElectricMeterStatusConverter.cs" />
  81. <Compile Include="Converter\ElectricMeterTopConverter.cs" />
  82. <Compile Include="Model\ElectricMeterModel.cs" />
  83. <Compile Include="ViewModel\BaseViewModel.cs" />
  84. <Compile Include="ViewModel\ElectricMeterViewModel.cs" />
  85. <Compile Include="ViewModel\MainViewModel.cs" />
  86. <Compile Include="ViewModel\SinglePhaseMeterViewModel.cs" />
  87. <Compile Include="View\ElectricMeterView.xaml.cs">
  88. <DependentUpon>ElectricMeterView.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="View\MainView.xaml.cs">
  91. <DependentUpon>MainView.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="View\SinglePhaseMeterView.xaml.cs">
  94. <DependentUpon>SinglePhaseMeterView.xaml</DependentUpon>
  95. </Compile>
  96. <Page Include="MainWindow.xaml">
  97. <Generator>MSBuild:Compile</Generator>
  98. <SubType>Designer</SubType>
  99. </Page>
  100. <Compile Include="App.xaml.cs">
  101. <DependentUpon>App.xaml</DependentUpon>
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="MainWindow.xaml.cs">
  105. <DependentUpon>MainWindow.xaml</DependentUpon>
  106. <SubType>Code</SubType>
  107. </Compile>
  108. <Page Include="View\ElectricMeterView.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. <Page Include="View\MainView.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </Page>
  116. <Page Include="View\SinglePhaseMeterView.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Compile Include="Properties\AssemblyInfo.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="Properties\Resources.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DesignTime>True</DesignTime>
  128. <DependentUpon>Resources.resx</DependentUpon>
  129. </Compile>
  130. <Compile Include="Properties\Settings.Designer.cs">
  131. <AutoGen>True</AutoGen>
  132. <DependentUpon>Settings.settings</DependentUpon>
  133. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  134. </Compile>
  135. <EmbeddedResource Include="Properties\Resources.resx">
  136. <Generator>ResXFileCodeGenerator</Generator>
  137. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  138. </EmbeddedResource>
  139. <None Include="packages.config" />
  140. <None Include="Properties\Settings.settings">
  141. <Generator>SettingsSingleFileGenerator</Generator>
  142. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  143. </None>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="App.config" />
  147. </ItemGroup>
  148. <ItemGroup />
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <Import Project="..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" />
  151. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  152. <PropertyGroup>
  153. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  154. </PropertyGroup>
  155. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets'))" />
  156. <Error Condition="!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" />
  157. <Error Condition="!Exists('..\packages\PropertyChanged.Fody.2.6.1\build\PropertyChanged.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PropertyChanged.Fody.2.6.1\build\PropertyChanged.Fody.props'))" />
  158. </Target>
  159. <Import Project="..\packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
  160. </Project>