Skip to content

Commit

Permalink
Changed test test kernel project to x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros committed Jun 13, 2016
1 parent 1d899ba commit bfc1eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Users/Matthijs/DebugCompiler/DebugCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
Expand Down

0 comments on commit bfc1eea

Please sign in to comment.