Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit bbe0aee2 authored by Harald Martini's avatar Harald Martini
Browse files

Changed Platform Target to 64 bit for all configurations

parent 9f969bb7
Branches
Tags
No related merge requests found
......@@ -41,7 +41,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