From 9f969bb7232e4a0e0c8e7fd5b4986f283c1f6c67 Mon Sep 17 00:00:00 2001 From: "harald.martini@student.tugraz.at" <harald.martini@student.tugraz.at> Date: Thu, 8 Jul 2021 15:13:30 +0200 Subject: [PATCH] Changed Platform Target to x64 --- VECTO3GUI2020/VECTO3GUI2020.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VECTO3GUI2020/VECTO3GUI2020.csproj b/VECTO3GUI2020/VECTO3GUI2020.csproj index 0694a9e931..a514c5281f 100644 --- a/VECTO3GUI2020/VECTO3GUI2020.csproj +++ b/VECTO3GUI2020/VECTO3GUI2020.csproj @@ -31,7 +31,7 @@ <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <PlatformTarget>AnyCPU</PlatformTarget> + <PlatformTarget>x64</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> -- GitLab