Removed Avalonia from LibationWinForms

This commit is contained in:
Michael Bucari-Tovo 2022-07-24 16:42:38 -06:00
parent 71098ef02f
commit 625ae1d63c
131 changed files with 35 additions and 10833 deletions

View file

@ -17,12 +17,12 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\bin\Debug</OutputPath>
<OutputPath>..\bin-Avalonia\Debug</OutputPath>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\bin\Release</OutputPath>
<OutputPath>..\bin-Avalonia\Release</OutputPath>
<DebugType>embedded</DebugType>
</PropertyGroup>