|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
|
20 | 20 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
21 | 21 | <RuntimeIdentifiers>win-x64;win-arm64;win</RuntimeIdentifiers>
|
22 | 22 | <TargetFrameworkProfile />
|
23 |
| - <PublishUrl>publish\</PublishUrl> |
| 23 | + <PublishUrl>D:\Desktop\public\</PublishUrl> |
24 | 24 | <Install>true</Install>
|
25 | 25 | <InstallFrom>Disk</InstallFrom>
|
26 | 26 | <UpdateEnabled>false</UpdateEnabled>
|
|
30 | 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
31 | 31 | <UpdateRequired>false</UpdateRequired>
|
32 | 32 | <MapFileExtensions>true</MapFileExtensions>
|
| 33 | + <TargetCulture>zh-CN</TargetCulture> |
33 | 34 | <ApplicationRevision>1</ApplicationRevision>
|
34 |
| - <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 35 | + <ApplicationVersion>2.1.3.%2a</ApplicationVersion> |
35 | 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
36 | 37 | <PublishWizardCompleted>true</PublishWizardCompleted>
|
37 | 38 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
64 | 65 | <StartupObject />
|
65 | 66 | </PropertyGroup>
|
66 | 67 | <PropertyGroup>
|
67 |
| - <ManifestCertificateThumbprint>87096E6F81E5257E95B6EA90EEAB5C64BEE34F59</ManifestCertificateThumbprint> |
| 68 | + <ManifestCertificateThumbprint>A2DED38FEA9DE4C15FD140AE858B4EC31CBB2EE6</ManifestCertificateThumbprint> |
68 | 69 | </PropertyGroup>
|
69 | 70 | <PropertyGroup>
|
70 |
| - <ManifestKeyFile>DarkMode_2_TemporaryKey.pfx</ManifestKeyFile> |
| 71 | + <ManifestKeyFile>Melon Studio.pfx</ManifestKeyFile> |
71 | 72 | </PropertyGroup>
|
72 | 73 | <PropertyGroup>
|
73 | 74 | <GenerateManifests>false</GenerateManifests>
|
|
76 | 77 | <SignManifests>true</SignManifests>
|
77 | 78 | </PropertyGroup>
|
78 | 79 | <PropertyGroup>
|
79 |
| - <TargetZone>LocalIntranet</TargetZone> |
80 |
| - </PropertyGroup> |
81 |
| - <PropertyGroup> |
82 |
| - <ApplicationManifest>app.manifest</ApplicationManifest> |
| 80 | + <TargetZone>Custom</TargetZone> |
83 | 81 | </PropertyGroup>
|
| 82 | + <PropertyGroup /> |
84 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
|
85 | 84 | <DebugSymbols>true</DebugSymbols>
|
86 | 85 | <OutputPath>bin\ARM64\Debug\</OutputPath>
|
|
118 | 117 | <LangVersion>preview</LangVersion>
|
119 | 118 | <ErrorReport>prompt</ErrorReport>
|
120 | 119 | </PropertyGroup>
|
| 120 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All|AnyCPU'"> |
| 121 | + <OutputPath>bin\All\</OutputPath> |
| 122 | + <DefineConstants>TRACE</DefineConstants> |
| 123 | + <Optimize>true</Optimize> |
| 124 | + <DebugType>pdbonly</DebugType> |
| 125 | + <PlatformTarget>x64</PlatformTarget> |
| 126 | + <LangVersion>preview</LangVersion> |
| 127 | + <ErrorReport>prompt</ErrorReport> |
| 128 | + </PropertyGroup> |
| 129 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All|ARM64'"> |
| 130 | + <OutputPath>bin\Out\ARM64\</OutputPath> |
| 131 | + <DefineConstants>TRACE</DefineConstants> |
| 132 | + <Optimize>true</Optimize> |
| 133 | + <DebugType>none</DebugType> |
| 134 | + <PlatformTarget>ARM64</PlatformTarget> |
| 135 | + <LangVersion>preview</LangVersion> |
| 136 | + <ErrorReport>prompt</ErrorReport> |
| 137 | + <Prefer32Bit>true</Prefer32Bit> |
| 138 | + <GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore> |
| 139 | + </PropertyGroup> |
| 140 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All|x64'"> |
| 141 | + <OutputPath>bin\Out\x64\</OutputPath> |
| 142 | + <DefineConstants>TRACE</DefineConstants> |
| 143 | + <Optimize>true</Optimize> |
| 144 | + <DebugType>none</DebugType> |
| 145 | + <PlatformTarget>x64</PlatformTarget> |
| 146 | + <LangVersion>preview</LangVersion> |
| 147 | + <ErrorReport>prompt</ErrorReport> |
| 148 | + <Prefer32Bit>true</Prefer32Bit> |
| 149 | + <GenerateSatelliteAssembliesForCore>false</GenerateSatelliteAssembliesForCore> |
| 150 | + </PropertyGroup> |
| 151 | + <PropertyGroup> |
| 152 | + <SignAssembly>false</SignAssembly> |
| 153 | + </PropertyGroup> |
| 154 | + <PropertyGroup> |
| 155 | + <ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
| 156 | + </PropertyGroup> |
| 157 | + <PropertyGroup> |
| 158 | + <AssemblyOriginatorKeyFile>Melon Studio.pfx</AssemblyOriginatorKeyFile> |
| 159 | + </PropertyGroup> |
| 160 | + <PropertyGroup> |
| 161 | + <ManifestTimestampUrl>http://timestamp.digicert.com</ManifestTimestampUrl> |
| 162 | + </PropertyGroup> |
121 | 163 | <ItemGroup>
|
122 | 164 | <Reference Include="System" />
|
123 | 165 | <Reference Include="System.ComponentModel.Composition" />
|
|
148 | 190 | <Generator>MSBuild:Compile</Generator>
|
149 | 191 | <SubType>Designer</SubType>
|
150 | 192 | </ApplicationDefinition>
|
| 193 | + <Compile Include="i18n\Languages.zh-TW.Designer.cs"> |
| 194 | + <AutoGen>True</AutoGen> |
| 195 | + <DesignTime>True</DesignTime> |
| 196 | + <DependentUpon>Languages.zh-TW.resx</DependentUpon> |
| 197 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 198 | + </Compile> |
151 | 199 | <Compile Include="Models\AppConfig.cs" />
|
152 | 200 | <Compile Include="Models\AutoStartManager.cs" />
|
153 | 201 | <Compile Include="Models\Colors\Pa__one.cs" />
|
|
168 | 216 | <Compile Include="Models\SwitchMode.cs" />
|
169 | 217 | <Compile Include="Models\SystemHotKey.cs" />
|
170 | 218 | <Compile Include="Models\TimeConverter.cs" />
|
| 219 | + <Compile Include="Models\ToastHelper.cs" /> |
171 | 220 | <Compile Include="Models\Update.cs" />
|
172 | 221 | <Compile Include="Models\VersionControl.cs" />
|
173 | 222 | <Compile Include="Models\WallpaperChanger.cs" />
|
|
179 | 228 | </Compile>
|
180 | 229 | <Compile Include="Services\ApplicationHostService.cs" />
|
181 | 230 | <Compile Include="Services\Contracts\ITestWindowService.cs" />
|
| 231 | + <Compile Include="Services\MessageQueue\QueueService.cs" /> |
182 | 232 | <Compile Include="Services\PageService.cs" />
|
183 | 233 | <Compile Include="Services\TestWindowService.cs" />
|
184 | 234 | <Compile Include="ViewModels\ColorsViewModel.cs" />
|
|
286 | 336 | <Compile Include="Properties\AssemblyInfo.cs">
|
287 | 337 | <SubType>Code</SubType>
|
288 | 338 | </Compile>
|
289 |
| - <Compile Include="Properties\Settings.Designer.cs"> |
290 |
| - <AutoGen>True</AutoGen> |
291 |
| - <DependentUpon>Settings.settings</DependentUpon> |
292 |
| - <DesignTimeSharedInput>True</DesignTimeSharedInput> |
293 |
| - </Compile> |
294 | 339 | <EmbeddedResource Include="i18n\Languages.resx">
|
295 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
296 | 340 | <Generator>PublicResXFileCodeGenerator</Generator>
|
297 | 341 | <LastGenOutput>Languages.Designer.cs</LastGenOutput>
|
298 | 342 | </EmbeddedResource>
|
299 | 343 | <EmbeddedResource Include="i18n\Languages.en-US.resx">
|
300 | 344 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
301 | 345 | </EmbeddedResource>
|
302 |
| - <None Include="app.manifest" /> |
303 |
| - <None Include="DarkMode_2_TemporaryKey.pfx" /> |
| 346 | + <EmbeddedResource Include="i18n\Languages.zh-CN.resx"> |
| 347 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 348 | + </EmbeddedResource> |
| 349 | + <EmbeddedResource Include="i18n\Languages.zh-TW.resx"> |
| 350 | + <Generator>PublicResXFileCodeGenerator</Generator> |
| 351 | + <LastGenOutput>Languages.zh-TW.Designer.cs</LastGenOutput> |
| 352 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 353 | + </EmbeddedResource> |
304 | 354 | <None Include="i18n\languages_list.json">
|
305 | 355 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
306 | 356 | </None>
|
| 357 | + <None Include="Melon Studio.pfx" /> |
307 | 358 | <None Include="Properties\app.manifest" />
|
308 |
| - <None Include="Properties\Settings.settings"> |
309 |
| - <Generator>SettingsSingleFileGenerator</Generator> |
310 |
| - <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
311 |
| - </None> |
312 | 359 | <Resource Include="Resources\Fonts\icons.ttf" />
|
313 | 360 | </ItemGroup>
|
314 | 361 | <ItemGroup>
|
|
345 | 392 | <PackageReference Include="WPFLocalizeExtension">
|
346 | 393 | <Version>3.10.0</Version>
|
347 | 394 | </PackageReference>
|
| 395 | + <PackageReference Include="XAMLMarkupExtensions"> |
| 396 | + <Version>2.1.3</Version> |
| 397 | + </PackageReference> |
348 | 398 | </ItemGroup>
|
349 | 399 | <ItemGroup>
|
350 | 400 | <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
351 | 401 | <Visible>False</Visible>
|
352 | 402 | <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
|
353 | 403 | <Install>true</Install>
|
354 | 404 | </BootstrapperPackage>
|
| 405 | + <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
| 406 | + <Visible>False</Visible> |
| 407 | + <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName> |
| 408 | + <Install>true</Install> |
| 409 | + </BootstrapperPackage> |
355 | 410 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
356 | 411 | <Visible>False</Visible>
|
357 | 412 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
366 | 421 | <Resource Include="Resources\we%28dark%29.png" />
|
367 | 422 | <Resource Include="Resources\we%28light%29.png" />
|
368 | 423 | </ItemGroup>
|
369 |
| - <ItemGroup /> |
370 | 424 | <ItemGroup>
|
371 | 425 | <Resource Include="Resources\logo-new.ico" />
|
372 | 426 | <Resource Include="Resources\MouseDark.png" />
|
|
0 commit comments