We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88145e commit 4ca0bd2Copy full SHA for 4ca0bd2
1 file changed
src/GeneralUpdate.Tools.csproj
@@ -6,6 +6,9 @@
6
<ApplicationManifest>app.manifest</ApplicationManifest>
7
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
8
</PropertyGroup>
9
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
10
+ <DebugType>full</DebugType>
11
+ </PropertyGroup>
12
13
<ItemGroup>
14
<AvaloniaResource Include="Assets\**" />
0 commit comments