From 49ca89f875993c93433b15ef7941bf9bd204eac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Henrik=20Sk=C3=A5rstedt?= Date: Tue, 11 Apr 2017 16:10:43 -0700 Subject: [PATCH] Adding dump_x65 as a VS2017 solution project --- sln/dump_x65/dump_x65.vcxproj | 159 ++++++++++++++++++++++++++ sln/dump_x65/dump_x65.vcxproj.filters | 6 + sln/x65.sln | 10 ++ 3 files changed, 175 insertions(+) create mode 100644 sln/dump_x65/dump_x65.vcxproj create mode 100644 sln/dump_x65/dump_x65.vcxproj.filters diff --git a/sln/dump_x65/dump_x65.vcxproj b/sln/dump_x65/dump_x65.vcxproj new file mode 100644 index 0000000..a8f47f0 --- /dev/null +++ b/sln/dump_x65/dump_x65.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1} + Win32Proj + dump_x65 + 10.0.15063.0 + + + + Application + true + v141 + NotSet + + + Application + false + v141 + true + NotSet + + + Application + true + v141 + NotSet + + + Application + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + false + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)\ + + + true + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)$(Configuration)\ + + + true + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)$(Configuration)\ + + + false + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)\ + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir)\..\ + + + Console + true + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir)\..\ + + + Console + + + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir)\..\ + + + Console + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir)\..\ + + + Console + true + true + + + + + + + + + \ No newline at end of file diff --git a/sln/dump_x65/dump_x65.vcxproj.filters b/sln/dump_x65/dump_x65.vcxproj.filters new file mode 100644 index 0000000..d1f1d63 --- /dev/null +++ b/sln/dump_x65/dump_x65.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/sln/x65.sln b/sln/x65.sln index c00e950..0418d93 100644 --- a/sln/x65.sln +++ b/sln/x65.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 15.0.26403.3 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "x65", "x65.vcxproj", "{2823019A-A423-4A40-BB9C-5CE242019BD0}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dump_x65", "dump_x65\dump_x65.vcxproj", "{57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -21,6 +23,14 @@ Global {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x64.Build.0 = Release|x64 {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x86.ActiveCfg = Release|Win32 {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x86.Build.0 = Release|Win32 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Debug|x64.ActiveCfg = Debug|x64 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Debug|x64.Build.0 = Debug|x64 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Debug|x86.ActiveCfg = Debug|Win32 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Debug|x86.Build.0 = Debug|Win32 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Release|x64.ActiveCfg = Release|x64 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Release|x64.Build.0 = Release|x64 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Release|x86.ActiveCfg = Release|Win32 + {57EFF4A4-7BF2-43F0-AD62-A79092DA67D1}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE