上传文件至 PUBG2017PSLauncher
This commit is contained in:
parent
d246c1ff86
commit
5cf123a8f2
5 changed files with 1089 additions and 0 deletions
40
PUBG2017PSLauncher/PUBG2017PSLauncher.csproj
Normal file
40
PUBG2017PSLauncher/PUBG2017PSLauncher.csproj
Normal file
|
@ -0,0 +1,40 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseWPF>true</UseWPF>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Shaders\**" />
|
||||
<EmbeddedResource Remove="Shaders\**" />
|
||||
<None Remove="Shaders\**" />
|
||||
<Page Remove="Shaders\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Fonts\AlimamaFYT.ttf" />
|
||||
<None Remove="Fonts\PUBG SANS.ttf" />
|
||||
<None Remove="Images\icon.png" />
|
||||
<None Remove="README" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Fonts\AlimamaFYT.ttf" />
|
||||
<Resource Include="Fonts\PUBG SANS.ttf" />
|
||||
<Resource Include="Images\icon.png" />
|
||||
<Resource Include="Images\back.png" />
|
||||
<Resource Include="README" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue