TrayBarcodeManagement.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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>{487751FE-BBB1-4C80-B119-36D7C0DFA464}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>TrayBarcodeManagement</RootNamespace>
  11. <AssemblyName>TrayBarcodeManagement</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</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. <TargetFrameworkProfile />
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  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="MaterialDesignColors, Version=1.2.7.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  43. <HintPath>..\packages\MaterialDesignColors.1.2.7\lib\net45\MaterialDesignColors.dll</HintPath>
  44. </Reference>
  45. <Reference Include="MaterialDesignThemes.Wpf, Version=3.2.0.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  46. <HintPath>..\packages\MaterialDesignThemes.3.2.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  47. </Reference>
  48. <Reference Include="MaxCommunication.DataBase">
  49. <HintPath>..\..\..\..\Library\MaxCommunication\MaxCommunication.DataBase\bin\Debug\MaxCommunication.DataBase.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Practices.Prism">
  52. <HintPath>..\..\..\..\Library\CustomDLL\Microsoft.Practices.Prism.dll</HintPath>
  53. </Reference>
  54. <Reference Include="PropertyChanged, Version=2.6.1.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
  55. <HintPath>..\packages\PropertyChanged.Fody.2.6.1\lib\net452\PropertyChanged.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </ApplicationDefinition>
  78. <Compile Include="ViewModel\DetailTrayBarcodeViewModel.cs" />
  79. <Compile Include="ViewModel\TrayBarcodeViewModel.cs" />
  80. <Compile Include="View\DetailTrayBarcodeView.xaml.cs">
  81. <DependentUpon>DetailTrayBarcodeView.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="View\TrayBarcodeView.xaml.cs">
  84. <DependentUpon>TrayBarcodeView.xaml</DependentUpon>
  85. </Compile>
  86. <Page Include="MainWindow.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </Page>
  90. <Compile Include="App.xaml.cs">
  91. <DependentUpon>App.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="MainWindow.xaml.cs">
  95. <DependentUpon>MainWindow.xaml</DependentUpon>
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Page Include="View\DetailTrayBarcodeView.xaml">
  99. <SubType>Designer</SubType>
  100. <Generator>MSBuild:Compile</Generator>
  101. </Page>
  102. <Page Include="View\TrayBarcodeView.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Model\TrayBarcodeModel.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>Resources.resx</DependentUpon>
  116. </Compile>
  117. <Compile Include="Properties\Settings.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Settings.settings</DependentUpon>
  120. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  121. </Compile>
  122. <EmbeddedResource Include="Properties\Resources.resx">
  123. <Generator>ResXFileCodeGenerator</Generator>
  124. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  125. </EmbeddedResource>
  126. <None Include="packages.config" />
  127. <None Include="Properties\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  130. </None>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="App.config" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Resource Include="ImageSource\TrayPicture.jpg" />
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <Import Project="..\packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
  140. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  141. <PropertyGroup>
  142. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  143. </PropertyGroup>
  144. <Error Condition="!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" />
  145. <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'))" />
  146. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets'))" />
  147. </Target>
  148. <Import Project="..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" />
  149. </Project>