Skip to content

Commit 2a0c510

Browse files
committed
set back to x86, any cpu didnt work out
1 parent a0c1e2a commit 2a0c510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SoundCenSe GTK/SoundCenSeGTK/SoundCenSeGTK.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@
2020
<ConsolePause>false</ConsolePause>
2121
<Commandlineparameters>-debug</Commandlineparameters>
2222
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23+
<PlatformTarget>x86</PlatformTarget>
2324
</PropertyGroup>
2425
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2526
<Optimize>false</Optimize>
2627
<OutputPath>bin\Release</OutputPath>
2728
<ErrorReport>prompt</ErrorReport>
2829
<WarningLevel>4</WarningLevel>
2930
<ConsolePause>false</ConsolePause>
31+
<PlatformTarget>x86</PlatformTarget>
3032
</PropertyGroup>
3133
<ItemGroup>
3234
<Reference Include="System" />

0 commit comments

Comments
 (0)