Skip to content

Commit

Permalink
开始菜单磁贴背景颜色改为透明 & 服务端字符串资源
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Aug 14, 2021
1 parent 2130c5b commit 2360b72
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/AppIcon/visualelementsmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Square150x150Logo='Assets\SteamPlusPlus.150x150.png'
Square70x70Logo='Assets\SteamPlusPlus.70x70.png'
ForegroundText='light'
BackgroundColor='#000000'/>
BackgroundColor='#00000000'/>
</Application>
40 changes: 40 additions & 0 deletions src/ST.Server.Resources/ST.Server.Resources.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>System.Application</RootNamespace>
<AssemblyName>System.Application.SteamTools.Server.Resources</AssemblyName>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\SteamTools\src\Common.CoreLib\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\..\..\SteamTools\src\Common.CoreLib\Properties\AssemblyInfo.Version.cs">
<Link>Properties\AssemblyInfo.Version.cs</Link>
</Compile>
<Compile Include="..\..\..\SteamTools\src\ST\Properties\InternalsVisibleTo.cs">
<Link>Properties\InternalsVisibleTo.cs</Link>
</Compile>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common.CoreLib\Common.CoreLib.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="UI\Resx\AppResources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>AppResources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="UI\Resx\AppResources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>AppResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>
279 changes: 279 additions & 0 deletions src/ST.Server.Resources/UI/Resx/AppResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2360b72

Please sign in to comment.