chore: add Debug configuration

This commit is contained in:
dantmnf
2023-04-23 01:36:02 +08:00
parent 74606ac50c
commit 0ced155a24
7 changed files with 348 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>RelWithDebInfo;Release</Configurations>
<Configurations>RelWithDebInfo;Release;Debug</Configurations>
<Platforms>x64;ARM64</Platforms>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>