forked from BeyondDimension/SteamTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
894 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
using System.Diagnostics; | ||
|
||
// ReSharper disable once CheckNamespace | ||
namespace System | ||
{ | ||
public static class ProcessExtensions | ||
{ | ||
public static ProcessModule? TryGetMainModule(this Process process) | ||
{ | ||
try | ||
{ | ||
return process.MainModule; | ||
} | ||
catch | ||
{ | ||
return null; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+250 Bytes
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/BadgeLogo.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+288 Bytes
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/BadgeLogo.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+396 Bytes
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/BadgeLogo.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+529 Bytes
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/BadgeLogo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+909 Bytes
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/BadgeLogo.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.2 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/LargeTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.9 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/LargeTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/LargeTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.8 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/LargeTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+92.5 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/LargeTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.38 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SmallTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.4 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SmallTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.29 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SmallTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.56 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SmallTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.4 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SmallTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.7 KB
...ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SplashScreen.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.2 KB
...ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SplashScreen.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.6 KB
...ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SplashScreen.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+35.9 KB
...ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SplashScreen.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+96.2 KB
...ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/SplashScreen.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.26 KB
...ient.Desktop.Avalonia.App.Bridge.Package/Images/Square150x150Logo.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.8 KB
...ient.Desktop.Avalonia.App.Bridge.Package/Images/Square150x150Logo.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.75 KB
...ient.Desktop.Avalonia.App.Bridge.Package/Images/Square150x150Logo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+11.9 KB
...ient.Desktop.Avalonia.App.Bridge.Package/Images/Square150x150Logo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+33.1 KB
...ient.Desktop.Avalonia.App.Bridge.Package/Images/Square150x150Logo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+752 Bytes
...p.Bridge.Package/Images/Square44x44Logo.altform-lightunplated_targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
...p.Bridge.Package/Images/Square44x44Logo.altform-lightunplated_targetsize-24.png
Oops, something went wrong.
Binary file added
BIN
+38.7 KB
....Bridge.Package/Images/Square44x44Logo.altform-lightunplated_targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.9 KB
...p.Bridge.Package/Images/Square44x44Logo.altform-lightunplated_targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+3.4 KB
...p.Bridge.Package/Images/Square44x44Logo.altform-lightunplated_targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+752 Bytes
...ia.App.Bridge.Package/Images/Square44x44Logo.altform-unplated_targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+38.7 KB
...a.App.Bridge.Package/Images/Square44x44Logo.altform-unplated_targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.9 KB
...ia.App.Bridge.Package/Images/Square44x44Logo.altform-unplated_targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+3.4 KB
...ia.App.Bridge.Package/Images/Square44x44Logo.altform-unplated_targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.scale-100.png
Oops, something went wrong.
Binary file added
BIN
+2.78 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.scale-125.png
Oops, something went wrong.
Binary file added
BIN
+3.79 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+5.66 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+15.6 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+517 Bytes
...nt.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+921 Bytes
...nt.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.targetsize-24.png
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
...ia.App.Bridge.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png
Oops, something went wrong.
Binary file added
BIN
+28 KB
...t.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.31 KB
...nt.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+2.29 KB
...nt.Desktop.Avalonia.App.Bridge.Package/Images/Square44x44Logo.targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+3.63 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/StoreLogo.scale-100.png
Oops, something went wrong.
Binary file added
BIN
+5.14 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/StoreLogo.scale-125.png
Oops, something went wrong.
Binary file added
BIN
+6.66 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/StoreLogo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+10.2 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/StoreLogo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+28.5 KB
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Images/StoreLogo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+4.49 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Wide310x150Logo.scale-100.png
Oops, something went wrong.
Binary file added
BIN
+6.13 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Wide310x150Logo.scale-125.png
Oops, something went wrong.
Binary file added
BIN
+8.25 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Wide310x150Logo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+12.7 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Wide310x150Logo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+35.9 KB
...Client.Desktop.Avalonia.App.Bridge.Package/Images/Wide310x150Logo.scale-400.png
Oops, something went wrong.
52 changes: 52 additions & 0 deletions
52
src/ST.Client.Desktop.Avalonia.App.Bridge.Package/Package.appxmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Package | ||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" | ||
IgnorableNamespaces="uap rescap"> | ||
|
||
<Identity | ||
Name="net.steampp.app" | ||
Publisher="CN=长沙次元超越科技有限公司" | ||
Version="3.0.0.0" /> | ||
|
||
<Properties> | ||
<DisplayName>Steam++</DisplayName> | ||
<PublisherDisplayName>长沙次元超越科技有限公司</PublisherDisplayName> | ||
<Logo>Images\StoreLogo.png</Logo> | ||
</Properties> | ||
|
||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" /> | ||
</Dependencies> | ||
|
||
<Resources> | ||
<Resource Language="x-generate"/> | ||
</Resources> | ||
|
||
<Applications> | ||
<Application Id="App" | ||
Executable="$targetnametoken$.exe" | ||
EntryPoint="$targetentrypoint$"> | ||
<uap:VisualElements | ||
DisplayName="Steam++" | ||
Description="「Steam++」是一个包含多种Steam工具功能的工具箱。" | ||
BackgroundColor="transparent" | ||
Square150x150Logo="Images\Square150x150Logo.png" | ||
Square44x44Logo="Images\Square44x44Logo.png"> | ||
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png"/> | ||
<uap:SplashScreen Image="Images\SplashScreen.png" /> | ||
<uap:InitialRotationPreference> | ||
<uap:Rotation Preference="landscape"/></uap:InitialRotationPreference> | ||
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badgeAndTileText"/> | ||
</uap:VisualElements> | ||
</Application> | ||
</Applications> | ||
|
||
<Capabilities> | ||
<Capability Name="internetClient" /> | ||
<rescap:Capability Name="runFullTrust" /> | ||
</Capabilities> | ||
</Package> |
133 changes: 133 additions & 0 deletions
133
...Desktop.Avalonia.App.Bridge.Package/ST.Client.Desktop.Avalonia.App.Bridge.Package.wapproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'"> | ||
<VisualStudioVersion>15.0</VisualStudioVersion> | ||
</PropertyGroup> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x86"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x86"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|ARM"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|ARM"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|ARM64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|ARM64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|AnyCPU"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|AnyCPU"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath> | ||
</PropertyGroup> | ||
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" /> | ||
<PropertyGroup> | ||
<ProjectGuid>1f659618-71e2-4aaf-9d86-62700fd4cf02</ProjectGuid> | ||
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion> | ||
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion> | ||
<DefaultLanguage>zh-CN</DefaultLanguage> | ||
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled> | ||
<EntryPointProjectUniqueName>..\ST.Client.Desktop.Avalonia.App.Bridge\ST.Client.Desktop.Avalonia.App.Bridge.csproj</EntryPointProjectUniqueName> | ||
<PackageCertificateThumbprint>B6D2933B81EEDE587801E0C3E0D570DFD3DEFA70</PackageCertificateThumbprint> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AppxManifest Include="Package.appxmanifest"> | ||
<SubType>Designer</SubType> | ||
</AppxManifest> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Images\BadgeLogo.scale-100.png" /> | ||
<Content Include="Images\BadgeLogo.scale-125.png" /> | ||
<Content Include="Images\BadgeLogo.scale-150.png" /> | ||
<Content Include="Images\BadgeLogo.scale-200.png" /> | ||
<Content Include="Images\BadgeLogo.scale-400.png" /> | ||
<Content Include="Images\LargeTile.scale-100.png" /> | ||
<Content Include="Images\LargeTile.scale-125.png" /> | ||
<Content Include="Images\LargeTile.scale-150.png" /> | ||
<Content Include="Images\LargeTile.scale-200.png" /> | ||
<Content Include="Images\LargeTile.scale-400.png" /> | ||
<Content Include="Images\SmallTile.scale-100.png" /> | ||
<Content Include="Images\SmallTile.scale-125.png" /> | ||
<Content Include="Images\SmallTile.scale-150.png" /> | ||
<Content Include="Images\SmallTile.scale-200.png" /> | ||
<Content Include="Images\SmallTile.scale-400.png" /> | ||
<Content Include="Images\SplashScreen.scale-100.png" /> | ||
<Content Include="Images\SplashScreen.scale-125.png" /> | ||
<Content Include="Images\SplashScreen.scale-150.png" /> | ||
<Content Include="Images\SplashScreen.scale-200.png" /> | ||
<Content Include="Images\SplashScreen.scale-400.png" /> | ||
<Content Include="Images\Square150x150Logo.scale-100.png" /> | ||
<Content Include="Images\Square150x150Logo.scale-125.png" /> | ||
<Content Include="Images\Square150x150Logo.scale-150.png" /> | ||
<Content Include="Images\Square150x150Logo.scale-200.png" /> | ||
<Content Include="Images\Square150x150Logo.scale-400.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-24.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-32.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-32.png" /> | ||
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" /> | ||
<Content Include="Images\Square44x44Logo.scale-100.png" /> | ||
<Content Include="Images\Square44x44Logo.scale-125.png" /> | ||
<Content Include="Images\Square44x44Logo.scale-150.png" /> | ||
<Content Include="Images\Square44x44Logo.scale-200.png" /> | ||
<Content Include="Images\Square44x44Logo.scale-400.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-16.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-24.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-256.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-32.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-48.png" /> | ||
<Content Include="Images\StoreLogo.scale-100.png" /> | ||
<Content Include="Images\StoreLogo.scale-125.png" /> | ||
<Content Include="Images\StoreLogo.scale-150.png" /> | ||
<Content Include="Images\StoreLogo.scale-200.png" /> | ||
<Content Include="Images\StoreLogo.scale-400.png" /> | ||
<Content Include="Images\Wide310x150Logo.scale-100.png" /> | ||
<Content Include="Images\Wide310x150Logo.scale-125.png" /> | ||
<Content Include="Images\Wide310x150Logo.scale-150.png" /> | ||
<Content Include="Images\Wide310x150Logo.scale-200.png" /> | ||
<Content Include="Images\Wide310x150Logo.scale-400.png" /> | ||
<None Include="Package_TemporaryKey.pfx" /> | ||
</ItemGroup> | ||
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" /> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.8" PrivateAssets="all" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ST.Client.Desktop.Avalonia.App.Bridge\ST.Client.Desktop.Avalonia.App.Bridge.csproj"> | ||
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties> | ||
</ProjectReference> | ||
</ItemGroup> | ||
</Project> |
101 changes: 101 additions & 0 deletions
101
src/ST.Client.Desktop.Avalonia.App.Bridge/ST.Client.Desktop.Avalonia.App.Bridge.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<SignAssembly>false</SignAssembly> | ||
<!--(SignAssembly)对此程序集进行签名会导致编译失败(CompileAvaloniaXamlTask)--> | ||
<RootNamespace>System.Application.UI</RootNamespace> | ||
<AssemblyName>Steam++</AssemblyName> | ||
<DefineConstants>WINDOWS;WINDOWS_DESKTOP_BRIDGE;$(DefineConstants)</DefineConstants> | ||
<ApplicationIcon>..\ST.Client.Desktop.Avalonia\Application\UI\Assets\Icon.ico</ApplicationIcon> | ||
<Platforms>AnyCPU;x86</Platforms> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<RuntimeIdentifier>win10-x86</RuntimeIdentifier> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<SelfContained>true</SelfContained> | ||
<PublishSingleFile>true</PublishSingleFile> | ||
<!--目前裁剪存在问题,禁用--> | ||
<PublishTrimmed>false</PublishTrimmed> | ||
<TrimMode>link</TrimMode> | ||
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols> | ||
<!--剪裁框架库功能 https://docs.microsoft.com/zh-cn/dotnet/core/deploying/trimming-options#trimming-framework-library-features --> | ||
<DebuggerSupport>false</DebuggerSupport> | ||
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization> | ||
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding> | ||
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings> | ||
<EventSourceSupport>false</EventSourceSupport> | ||
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport> | ||
<UseSystemResourceKeys>true</UseSystemResourceKeys> | ||
<DebugType>none</DebugType> | ||
<DebugSymbols>false</DebugSymbols> | ||
<PublishReadyToRun>true</PublishReadyToRun> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\Startup2.cs" /> | ||
<Compile Include="..\Common.CoreLib\Properties\AssemblyInfo.cs"> | ||
<Link>Properties\AssemblyInfo.cs</Link> | ||
</Compile> | ||
<Compile Include="..\Common.CoreLib\Properties\AssemblyInfo.Version.cs"> | ||
<Link>Properties\AssemblyInfo.Version.cs</Link> | ||
</Compile> | ||
<Compile Include="..\ST.Client.Desktop.Avalonia.App\*.cs" /> | ||
<Compile Update="..\ST.Client.Desktop.Avalonia.App\App.axaml.cs"> | ||
<Link>App.axaml.cs</Link> | ||
<DependentUpon>%(Filename)</DependentUpon> | ||
</Compile> | ||
<AvaloniaResource Include="..\ST.Client.Desktop.Avalonia.App\App.axaml"> | ||
<Link>App.axaml</Link> | ||
<SubType>Designer</SubType> | ||
</AvaloniaResource> | ||
<Compile Include="..\ST.Client.Desktop.Avalonia.App\Views\MainWindow.axaml.cs"> | ||
<Link>Views\MainWindow.axaml.cs</Link> | ||
<DependentUpon>%(Filename)</DependentUpon> | ||
</Compile> | ||
<AvaloniaResource Include="..\ST.Client.Desktop.Avalonia.App\Views\MainWindow.axaml"> | ||
<Link>Views\MainWindow.axaml</Link> | ||
<SubType>Designer</SubType> | ||
</AvaloniaResource> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\ST.Client.Desktop.Avalonia\ST.Client.Desktop.Avalonia.csproj" /> | ||
<ProjectReference Include="..\ST.Client.Desktop\ST.Client.Desktop.csproj" /> | ||
<ProjectReference Include="..\Common.CoreLib\Common.CoreLib.csproj" /> | ||
<ProjectReference Include="..\ST.Client.Desktop.Windows\ST.Client.Desktop.Windows.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="**\*.xaml.cs"> | ||
<DependentUpon>%(Filename)</DependentUpon> | ||
</Compile> | ||
<AvaloniaResource Include="**\*.xaml"> | ||
<SubType>Designer</SubType> | ||
</AvaloniaResource> | ||
<AvaloniaResource Include="Assets\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\..\..\aes-key.pfx')"> | ||
<EmbeddedResource Include="..\..\aes-key.pfx" Link="Resources\3A613E8D" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(Configuration)'=='Debug' And Exists('$(MSBuildProjectDirectory)\..\..\app-id-debug.pfx')"> | ||
<EmbeddedResource Include="..\..\app-id-debug.pfx" Link="Resources\0093BF84" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(Configuration)'=='Debug' And Exists('$(MSBuildProjectDirectory)\..\..\rsa-public-key-debug.pfx')"> | ||
<EmbeddedResource Include="..\..\rsa-public-key-debug.pfx" Link="Resources\6D72ED26" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(Configuration)'=='Release' And Exists('$(MSBuildProjectDirectory)\..\..\app-id-release.pfx')"> | ||
<EmbeddedResource Include="..\..\app-id-release.pfx" Link="Resources\F1D827AB" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(Configuration)'=='Release' And Exists('$(MSBuildProjectDirectory)\..\..\rsa-public-key-release.pfx')"> | ||
<EmbeddedResource Include="..\..\rsa-public-key-release.pfx" Link="Resources\E88CA4F9" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters