diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-06-24 21:57:43 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-06-24 22:07:26 -0400 |
| commit | 8b13afbb8ec619385d6b62d4279e2c5652fc58b7 (patch) | |
| tree | 56e9e54c30808ae2f03dfc5b225227179a16a280 /Source/Core/InputCommon | |
| parent | 832d0bbdb94472917b111c06b7e54a47f4be4fcf (diff) | |
Remove the 32-bit config platform from the VS solution and projects
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/InputCommon.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/InputCommon/InputCommon.vcxproj b/Source/Core/InputCommon/InputCommon.vcxproj index fa100257a4..5902db1277 100644 --- a/Source/Core/InputCommon/InputCommon.vcxproj +++ b/Source/Core/InputCommon/InputCommon.vcxproj @@ -1,18 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="Debug|Win32"> - <Configuration>Debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> - <ProjectConfiguration Include="Release|Win32"> - <Configuration>Release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> |
