Update Configurations

master
Liza 2024-07-26 11:22:10 +02:00
parent d5342a81c3
commit 0270005525
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<PropertyGroup>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<Configurations>Debug;Release</Configurations> <!-- https://github.com/goatcorp/Dalamud.NET.Sdk/issues/2 -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>portable</DebugType>
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>