|
@@ -57,6 +57,8 @@
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|