diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-06-25 21:23:45 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-06-25 21:23:45 -0400 |
| commit | 177658aed609443d43edba87fd28aaf333686f39 (patch) | |
| tree | 5ec4e3dec40f97507feb409ab80caaa52375ef67 /Source/Core/Common | |
| parent | 2db50612b93fd378e23f600811d3765845b6af76 (diff) | |
| parent | 8b13afbb8ec619385d6b62d4279e2c5652fc58b7 (diff) | |
Merge pull request #513 from lioncash/vs-x64
Remove the 32-bit config platform from the VS solution file
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Common.vcxproj | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Source/Core/Common/Common.vcxproj b/Source/Core/Common/Common.vcxproj index 87c14c321c..306f0d18bb 100644 --- a/Source/Core/Common/Common.vcxproj +++ b/Source/Core/Common/Common.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> @@ -148,4 +140,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |
