We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8cda0 commit b31d3adCopy full SHA for b31d3ad
1 file changed
BigSQLRunnerUI/BigSQLRunnerUI.csproj
@@ -14,7 +14,7 @@
14
<Deterministic>true</Deterministic>
15
</PropertyGroup>
16
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
- <PlatformTarget>AnyCPU</PlatformTarget>
+ <PlatformTarget>x64</PlatformTarget>
18
<DebugSymbols>true</DebugSymbols>
19
<DebugType>full</DebugType>
20
<Optimize>false</Optimize>
@@ -24,7 +24,7 @@
24
<WarningLevel>4</WarningLevel>
25
26
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
28
<DebugType>pdbonly</DebugType>
29
<Optimize>true</Optimize>
30
<OutputPath>bin\Release\</OutputPath>
0 commit comments