From 2c3a759c6b1434205b1b8f074b21c088737a9ca2 Mon Sep 17 00:00:00 2001 From: Jameson Date: Sun, 23 Jun 2013 16:26:46 -0700 Subject: [PATCH] Added x64 and AnyCPU configurations --- SDL2#.csproj | 42 ++++++++++++++++++++++++++++++++++++++++++ SDL2#.sln | 12 ++++++++++++ 2 files changed, 54 insertions(+) diff --git a/SDL2#.csproj b/SDL2#.csproj index a704de2..7d5a0a5 100644 --- a/SDL2#.csproj +++ b/SDL2#.csproj @@ -32,6 +32,48 @@ false true + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + false + true + + + none + false + bin\Release + prompt + 4 + true + false + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + x64 + true + false + + + none + false + bin\Release + prompt + 4 + x64 + false + true + diff --git a/SDL2#.sln b/SDL2#.sln index bd8306a..214e55c 100644 --- a/SDL2#.sln +++ b/SDL2#.sln @@ -7,10 +7,22 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 Release|x86 = Release|x86 + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {85480198-8711-4355-830E-72FD794AD3F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {85480198-8711-4355-830E-72FD794AD3F6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85480198-8711-4355-830E-72FD794AD3F6}.Debug|x64.ActiveCfg = Debug|x64 + {85480198-8711-4355-830E-72FD794AD3F6}.Debug|x64.Build.0 = Debug|x64 {85480198-8711-4355-830E-72FD794AD3F6}.Debug|x86.ActiveCfg = Debug|x86 {85480198-8711-4355-830E-72FD794AD3F6}.Debug|x86.Build.0 = Debug|x86 + {85480198-8711-4355-830E-72FD794AD3F6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {85480198-8711-4355-830E-72FD794AD3F6}.Release|Any CPU.Build.0 = Release|Any CPU + {85480198-8711-4355-830E-72FD794AD3F6}.Release|x64.ActiveCfg = Release|x64 + {85480198-8711-4355-830E-72FD794AD3F6}.Release|x64.Build.0 = Release|x64 {85480198-8711-4355-830E-72FD794AD3F6}.Release|x86.ActiveCfg = Release|x86 {85480198-8711-4355-830E-72FD794AD3F6}.Release|x86.Build.0 = Release|x86 EndGlobalSection