output to the right location

This commit is contained in:
Lars Brubaker 2022-11-28 11:34:33 -08:00
parent 48aedb2c3c
commit 98f82d787b

View file

@ -4,7 +4,14 @@
<TargetFramework>net6.0-windows</TargetFramework>
<Company>MatterHackers Inc.</Company>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<BaseOutputPath>$(SolutionDir)bin</BaseOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\MatterControl\bin\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\MatterControl\bin\Debug\</OutputPath>
</PropertyGroup>
<ItemGroup>