Skip to content
Snippets Groups Projects
Commit 9dc7f6b1 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: 64 Bit Build

parent 1266db84
No related branches found
No related tags found
3 merge requests!6Sprint/2020-10,!5Product/702 create user profile,!4Fix: 64 Bit Build
......@@ -28,7 +28,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment