update csproj

This commit is contained in:
Cj
2025-06-16 00:00:45 -04:00
parent b38a34d41b
commit 6fab8ea02a
2 changed files with 4 additions and 2 deletions
@@ -13,6 +13,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
</PropertyGroup>
<ItemGroup>
+3 -2
View File
@@ -15,6 +15,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
<IsPackable>true</IsPackable>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'">
@@ -44,10 +45,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<ExcludeFromSingleFile>True</ExcludeFromSingleFile>
</Content>
<None Update="sptLogger.json">
<None Update="sptLogger.json" Condition="'$(Configuration)' == 'RELEASE'">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="sptLogger.Development.json">
<None Update="sptLogger.Development.json" Condition="'$(Configuration)' == 'DEBUG'">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>