PackingPress.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.3.3.3\build\Costura.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>{92944AD7-D17C-4143-A7B1-BBCA6F17612C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>PackingPress</RootNamespace>
  11. <AssemblyName>PackingPress</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  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\PackingPress\</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\PackingPress\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <StartupObject>PackingPress.App</StartupObject>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  49. </Reference>
  50. <Reference Include="SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\SharpCompress.0.24.0\lib\net45\SharpCompress.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Web" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xaml">
  64. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="PresentationCore" />
  68. <Reference Include="PresentationFramework" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ApplicationDefinition Include="App.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </ApplicationDefinition>
  75. <Page Include="UCWaitingProgress.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </Page>
  79. <Page Include="WaitProcessWindow.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </Page>
  83. <Page Include="MainWindow.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. <Compile Include="App.xaml.cs">
  88. <DependentUpon>App.xaml</DependentUpon>
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="Common\BaseWindow.cs" />
  92. <Compile Include="Common\Configuration\ConfigLoader.cs" />
  93. <Compile Include="Common\Configuration\ConfigManager.cs" />
  94. <Compile Include="Common\Configuration\ConfigSection.cs" />
  95. <Compile Include="Common\Configuration\IConfigUpdater.cs" />
  96. <Compile Include="Common\Configuration\LanguageItem.cs" />
  97. <Compile Include="Common\Configuration\TokenHelper.cs" />
  98. <Compile Include="Common\ThreadCallBackDelegate.cs" />
  99. <Compile Include="Common\TranslateHelper.cs" />
  100. <Compile Include="Common\TranslaterExtension.cs" />
  101. <Compile Include="Common\UpgradeFilesCreater.cs" />
  102. <Compile Include="Common\UpgradePackageReader.cs" />
  103. <Compile Include="Common\DesBuilder.cs" />
  104. <Compile Include="Common\FileHelper.cs" />
  105. <Compile Include="Common\InstallEntity.cs" />
  106. <Compile Include="Common\MD5.cs" />
  107. <Compile Include="Common\Enums.cs" />
  108. <Compile Include="Common\RegexHelper.cs" />
  109. <Compile Include="Common\SettingJsonGet.cs" />
  110. <Compile Include="Common\UpgradePackage.cs" />
  111. <Compile Include="Common\UpgradePackageWriter.cs" />
  112. <Compile Include="Common\ZipHelper.cs" />
  113. <Compile Include="UCWaitingProgress.xaml.cs">
  114. <DependentUpon>UCWaitingProgress.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="WaitProcessWindow.xaml.cs">
  117. <DependentUpon>WaitProcessWindow.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="MainWindow.xaml.cs">
  120. <DependentUpon>MainWindow.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Page Include="PackageDescriptionWindow.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="PackageDescriptionWindow.xaml.cs">
  130. <DependentUpon>PackageDescriptionWindow.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Properties\AssemblyInfo.cs">
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="Properties\Resources.Designer.cs">
  136. <AutoGen>True</AutoGen>
  137. <DesignTime>True</DesignTime>
  138. <DependentUpon>Resources.resx</DependentUpon>
  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. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Common\Languages\Chinese.json" />
  150. <EmbeddedResource Include="Common\Languages\English.json" />
  151. <None Include="FodyWeavers.xsd">
  152. <SubType>Designer</SubType>
  153. </None>
  154. <None Include="packages.config" />
  155. <None Include="Properties\Settings.settings">
  156. <Generator>SettingsSingleFileGenerator</Generator>
  157. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  158. </None>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <None Include="App.config" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Resource Include="Loading.png" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Resource Include="FodyWeavers.xml" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <None Include="7z\7z.NET.dll">
  171. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  172. </None>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="7z\7za.exe">
  176. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  177. </None>
  178. </ItemGroup>
  179. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  180. <Import Project="..\..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\..\packages\Fody.4.0.2\build\Fody.targets')" />
  181. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  182. <PropertyGroup>
  183. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  184. </PropertyGroup>
  185. <Error Condition="!Exists('..\..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.4.0.2\build\Fody.targets'))" />
  186. <Error Condition="!Exists('..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
  187. </Target>
  188. </Project>