diff --git a/project/vs2012/Easy2D.sln b/project/vs2012/Easy2D.sln index cc69b66e..bd462082 100644 --- a/project/vs2012/Easy2D.sln +++ b/project/vs2012/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 {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Debug|Win32.ActiveCfg = Debug|Win32 {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Debug|Win32.Build.0 = Debug|Win32 + {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Debug|x64.ActiveCfg = Debug|x64 + {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Debug|x64.Build.0 = Debug|x64 {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Release|Win32.ActiveCfg = Release|Win32 {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Release|Win32.Build.0 = Release|Win32 + {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Release|x64.ActiveCfg = Release|x64 + {722EA245-ADD5-4296-8C85-8FF42C0335D3}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/project/vs2012/Easy2D.vcxproj b/project/vs2012/Easy2D.vcxproj index 86b65005..41d84191 100644 --- a/project/vs2012/Easy2D.vcxproj +++ b/project/vs2012/Easy2D.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -87,6 +95,12 @@ v110 Unicode + + StaticLibrary + true + v110 + Unicode + StaticLibrary false @@ -94,26 +108,49 @@ false Unicode + + StaticLibrary + false + v110 + false + Unicode + + + + + + + $(SolutionDir)$(Platform)\ $(Configuration)\$(Platform)\ Easy2Ddw + + $(Configuration)\$(Platform)\ + Easy2Ddw + $(SolutionDir)$(Platform)\ + $(SolutionDir)$(Platform)\ $(Configuration)\$(Platform)\ Easy2Dw + + $(Configuration)\$(Platform)\ + Easy2Dw + $(SolutionDir)$(Platform)\ + NotUsing @@ -129,6 +166,21 @@ true + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + None + false + + + Windows + true + + Level3 @@ -149,6 +201,26 @@ true + + + Level3 + + + MaxSpeed + + + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + None + + + Windows + true + true + true + + diff --git a/project/vs2013/Easy2D.sln b/project/vs2013/Easy2D.sln index 46fc71fb..e4046ff9 100644 --- a/project/vs2013/Easy2D.sln +++ b/project/vs2013/Easy2D.sln @@ -8,13 +8,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 {91DBDFCC-4083-427C-AAAD-55715118DB26}.Debug|Win32.ActiveCfg = Debug|Win32 {91DBDFCC-4083-427C-AAAD-55715118DB26}.Debug|Win32.Build.0 = Debug|Win32 + {91DBDFCC-4083-427C-AAAD-55715118DB26}.Debug|x64.ActiveCfg = Debug|x64 + {91DBDFCC-4083-427C-AAAD-55715118DB26}.Debug|x64.Build.0 = Debug|x64 {91DBDFCC-4083-427C-AAAD-55715118DB26}.Release|Win32.ActiveCfg = Release|Win32 {91DBDFCC-4083-427C-AAAD-55715118DB26}.Release|Win32.Build.0 = Release|Win32 + {91DBDFCC-4083-427C-AAAD-55715118DB26}.Release|x64.ActiveCfg = Release|x64 + {91DBDFCC-4083-427C-AAAD-55715118DB26}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/project/vs2013/Easy2D.vcxproj b/project/vs2013/Easy2D.vcxproj index 700725b3..fb7e74a6 100644 --- a/project/vs2013/Easy2D.vcxproj +++ b/project/vs2013/Easy2D.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {91DBDFCC-4083-427C-AAAD-55715118DB26} @@ -22,6 +30,12 @@ v120 Unicode + + StaticLibrary + true + v120 + Unicode + StaticLibrary false @@ -29,26 +43,49 @@ false Unicode + + StaticLibrary + false + v120 + false + Unicode + + + + + + + $(SolutionDir)$(Platform)\ $(Configuration)\$(Platform)\ Easy2Ddw + + $(Configuration)\$(Platform)\ + Easy2Ddw + $(SolutionDir)$(Platform)\ + $(SolutionDir)$(Platform)\ $(Configuration)\$(Platform)\ Easy2Dw + + $(Configuration)\$(Platform)\ + Easy2Dw + $(SolutionDir)$(Platform)\ + NotUsing @@ -64,6 +101,21 @@ true + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + None + false + + + Windows + true + + Level3 @@ -84,6 +136,26 @@ true + + + Level3 + + + MaxSpeed + + + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + None + + + Windows + true + true + true + +