Stop generating LaunchSettings (#464)

* Update csproj

* Add other projects
This commit is contained in:
Lacyway
2025-07-09 09:34:23 +02:00
committed by GitHub
parent b5e9f9cb14
commit 5ddef9bebd
4 changed files with 4 additions and 0 deletions
@@ -11,6 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SemanticVersioning" Version="3.0.0" />
+1
View File
@@ -11,6 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
</PropertyGroup>
<ItemGroup>
<PackageReference
@@ -12,6 +12,7 @@
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SPTarkov.DI\SPTarkov.DI.csproj" />
+1
View File
@@ -15,6 +15,7 @@
<IsPackable>true</IsPackable>
<AssemblyName>SPT.Server</AssemblyName>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'">
<ApplicationIcon>..\Libraries\SPTarkov.Server.Assets\SPT_Data\images\icon.ico</ApplicationIcon>