Cleaned up build properties

This commit is contained in:
Chomp
2025-06-21 08:55:32 +01:00
parent 60782b1c89
commit 29db232820
+1 -1
View File
@@ -13,10 +13,10 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>
<AssemblyName>SPT.Server</AssemblyName>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled> <StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'"> <PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'">
<AssemblyName>SPTarkov.Server</AssemblyName>
<ApplicationIcon>..\Libraries\SPTarkov.Server.Assets\SPT_Data\images\icon.ico</ApplicationIcon> <ApplicationIcon>..\Libraries\SPTarkov.Server.Assets\SPT_Data\images\icon.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'"> <PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">