diff --git a/launcher/CmderLauncher.sln b/launcher/CmderLauncher.sln index 9b4bc65..7cf5ae5 100644 --- a/launcher/CmderLauncher.sln +++ b/launcher/CmderLauncher.sln @@ -9,12 +9,18 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Debug|Win32.ActiveCfg = Debug|Win32 {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Debug|Win32.Build.0 = Debug|Win32 {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Release|Win32.ActiveCfg = Release|Win32 {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Release|Win32.Build.0 = Release|Win32 + {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Debug|x64.ActiveCfg = Debug|x64 + {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Debug|x64.Build.0 = Debug|x64 + {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Release|x64.ActiveCfg = Release|x64 + {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/launcher/CmderLauncher.vcxproj b/launcher/CmderLauncher.vcxproj index 08deaeb..6076523 100644 --- a/launcher/CmderLauncher.vcxproj +++ b/launcher/CmderLauncher.vcxproj @@ -9,6 +9,14 @@ Release Win32 + + Debug + x64 + + + Release + x64 + {4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3} @@ -30,6 +38,19 @@ Unicode v141 + + Application + true + v141_xp + Unicode + + + Application + false + true + Unicode + v141 + @@ -39,6 +60,12 @@ + + + + + + true @@ -48,6 +75,14 @@ false Cmder + + true + Cmder + + + false + Cmder + @@ -94,6 +129,52 @@ copy $(TargetPath) $(SolutionDir)..\$(TargetFileName) + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + Windows + true + + + src/app.manifest %(AdditionalManifestFiles) + + + _USING_V110_SDK71_;%(PreprocessorDefinitions) + + + + + Level3 + + + MinSpace + true + false + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + Size + MultiThreaded + + + Windows + true + true + true + + + src/app.manifest %(AdditionalManifestFiles) + + + copy $(TargetPath) $(SolutionDir)..\$(TargetFileName) + + RC