CmwtatDigital.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{961DE925-B82C-4515-8FBD-6805E36D1212}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>CmwtatDigital</RootNamespace>
  11. <AssemblyName>CmwtatDigital</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <NuGetPackageImportStamp>
  33. </NuGetPackageImportStamp>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationManifest>app.manifest</ApplicationManifest>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationIcon>CMWTAT.ico</ApplicationIcon>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <StartupObject>CmwtatDigital.Program</StartupObject>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="LibGatherOsState, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>Res\LibGatherOsState.dll</HintPath>
  69. </Reference>
  70. <Reference Include="MaterialDesignColors, Version=2.0.6.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  71. <HintPath>..\packages\MaterialDesignColors.2.0.6\lib\net452\MaterialDesignColors.dll</HintPath>
  72. </Reference>
  73. <Reference Include="MaterialDesignThemes.Wpf, Version=4.5.0.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  74. <HintPath>..\packages\MaterialDesignThemes.4.5.0\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Runtime" />
  83. <Reference Include="System.Runtime.InteropServices.WindowsRuntime" />
  84. <Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="System.Xaml">
  92. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  93. </Reference>
  94. <Reference Include="Windows.Data" />
  95. <Reference Include="Windows.Foundation" />
  96. <Reference Include="Windows.UI" />
  97. <Reference Include="WindowsBase" />
  98. <Reference Include="PresentationCore" />
  99. <Reference Include="PresentationFramework" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ApplicationDefinition Include="App.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </ApplicationDefinition>
  106. <Page Include="Lang\en.xaml">
  107. <SubType>Designer</SubType>
  108. <Generator>MSBuild:Compile</Generator>
  109. </Page>
  110. <Page Include="Lang\ja.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </Page>
  114. <Page Include="Lang\zh.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. <Page Include="MainWindow.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </Page>
  122. <Compile Include="App.xaml.cs">
  123. <DependentUpon>App.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="Domain\IsSN.cs" />
  127. <Compile Include="Domain\NotifyPropertyChangedExtension.cs" />
  128. <Compile Include="Domain\ViewModel.cs" />
  129. <Compile Include="MainWindow.xaml.cs">
  130. <DependentUpon>MainWindow.xaml</DependentUpon>
  131. <SubType>Code</SubType>
  132. </Compile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Compile Include="OSVersionInfoClass.cs" />
  136. <Compile Include="Program.cs" />
  137. <Compile Include="Properties\AssemblyInfo.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="Properties\Settings.Designer.cs">
  141. <AutoGen>True</AutoGen>
  142. <DependentUpon>Settings.settings</DependentUpon>
  143. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  144. </Compile>
  145. <EmbeddedResource Include="Properties\Resources.resx">
  146. <Generator>ResXFileCodeGenerator</Generator>
  147. <SubType>Designer</SubType>
  148. </EmbeddedResource>
  149. <None Include="app.config" />
  150. <None Include="app.manifest">
  151. <SubType>Designer</SubType>
  152. </None>
  153. <None Include="packages.config" />
  154. <None Include="Properties\Settings.settings">
  155. <Generator>SettingsSingleFileGenerator</Generator>
  156. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  157. </None>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Resource Include="CMWTAT.ico" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <EmbeddedResource Include="..\packages\MaterialDesignColors.2.0.6\lib\net452\MaterialDesignColors.dll">
  164. <Link>Res\MaterialDesignColors.dll</Link>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="..\packages\MaterialDesignThemes.4.5.0\lib\net452\MaterialDesignThemes.Wpf.dll">
  167. <Link>Res\MaterialDesignThemes.Wpf.dll</Link>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll">
  170. <Link>Res\Newtonsoft.Json.dll</Link>
  171. </EmbeddedResource>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  175. <Visible>False</Visible>
  176. <ProductName>.NET Framework 3.5 SP1</ProductName>
  177. <Install>false</Install>
  178. </BootstrapperPackage>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="Res\slmgr.vbs" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Folder Include="bin\Debug\" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Resource Include="Lang\fr.xml" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Content Include="Res\ClipUp.exe" />
  191. <EmbeddedResource Include="Res\LibGatherOsState.dll" />
  192. </ItemGroup>
  193. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  194. <Import Project="..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets')" />
  195. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  196. <PropertyGroup>
  197. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  198. </PropertyGroup>
  199. <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets'))" />
  200. </Target>
  201. </Project>