changed build directory of ui

This commit is contained in:
emmaus 2018-07-23 09:34:34 +00:00
parent 2084c93569
commit 13d94afd39

View file

@ -7,11 +7,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\Ryujinx\bin\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>false</Optimize>
<OutputPath>..\Ryujinx\bin\Debug\</OutputPath>
</PropertyGroup>
<ItemGroup>