Skip to content

Commit

Permalink
Remove the x64 configuration
Browse files Browse the repository at this point in the history
Doesn't work as everything is x86 asm, including
SC4 itself.
  • Loading branch information
nsgomez committed Dec 26, 2015
1 parent eb6f58d commit 9a6498a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SC4Fix.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SC4Fix", "SC4Fix\SC4Fix.vcx
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Debug|x64.ActiveCfg = Debug|x64
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Debug|x64.Build.0 = Debug|x64
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Debug|x86.ActiveCfg = Debug|Win32
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Debug|x86.Build.0 = Debug|Win32
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Release|x64.ActiveCfg = Release|x64
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Release|x64.Build.0 = Release|x64
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Release|x86.ActiveCfg = Release|Win32
{9C3FCE82-170D-49B8-B0BF-80907A2AC36F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
Expand Down

0 comments on commit 9a6498a

Please sign in to comment.