From 349ddedb3c4a8a760e684ef2aaa1c05e14c45ae2 Mon Sep 17 00:00:00 2001 From: Nomango Date: Sun, 1 Apr 2018 23:34:25 +0800 Subject: [PATCH] update vs2010 project files --- project/vs2010/Easy2D.sln | 6 +++ project/vs2010/Easy2D.vcxproj | 73 ++++++++++++++++++++++++++++++++++- 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/project/vs2010/Easy2D.sln b/project/vs2010/Easy2D.sln index 9b743ffb..6d924266 100644 --- a/project/vs2010/Easy2D.sln +++ b/project/vs2010/Easy2D.sln @@ -6,13 +6,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Debug|Win32.ActiveCfg = Debug|Win32 {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Debug|Win32.Build.0 = Debug|Win32 + {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Debug|x64.ActiveCfg = Debug|x64 + {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Debug|x64.Build.0 = Debug|x64 {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Release|Win32.ActiveCfg = Release|Win32 {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Release|Win32.Build.0 = Release|Win32 + {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Release|x64.ActiveCfg = Release|x64 + {47AF11E1-8725-4ECA-B8CF-951ABC397B31}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/project/vs2010/Easy2D.vcxproj b/project/vs2010/Easy2D.vcxproj index 6306736d..04cddd0c 100644 --- a/project/vs2010/Easy2D.vcxproj +++ b/project/vs2010/Easy2D.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -92,32 +100,59 @@ true Unicode + + StaticLibrary + true + Unicode + StaticLibrary false false Unicode + + StaticLibrary + false + false + Unicode + + + + + + + Easy2Dw $(SolutionDir)$(Platform)\ $(Configuration)\$(Platform)\ + + Easy2Dw + $(SolutionDir)$(Platform)\ + $(Configuration)\$(Platform)\ + Easy2Ddw $(SolutionDir)$(Platform)\ $(Configuration)\$(Platform)\ + + Easy2Ddw + $(SolutionDir)$(Platform)\ + $(Configuration)\$(Platform)\ + @@ -125,7 +160,24 @@ Level3 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EditAndContinue + + + false + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + false @@ -152,6 +204,25 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + +