diff --git a/pykd-0.3-2013.sln b/pykd-0.3-2013.sln index d531340..2c4713e 100644 --- a/pykd-0.3-2013.sln +++ b/pykd-0.3-2013.sln @@ -52,6 +52,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "targetapp", "kdlibcpp\tests EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pykd_ext", "pykd_bootstrapper\pykd_bootstrapper_vc120.vcxproj", "{CA0252CE-EF81-4DD8-A96F-A0E0E3644B7B}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pykd_ext_2.0", "pykd_ext\pykd_ext_vc120.vcxproj", "{583F9A6C-AF6D-45E0-A8F4-290D93611185}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug_2.7|Win32 = Debug_2.7|Win32 @@ -153,6 +155,22 @@ Global {CA0252CE-EF81-4DD8-A96F-A0E0E3644B7B}.Release_3.5|Win32.Build.0 = Release_2.7|Win32 {CA0252CE-EF81-4DD8-A96F-A0E0E3644B7B}.Release_3.5|x64.ActiveCfg = Release_2.7|x64 {CA0252CE-EF81-4DD8-A96F-A0E0E3644B7B}.Release_3.5|x64.Build.0 = Release_2.7|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_2.7|Win32.ActiveCfg = Debug|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_2.7|Win32.Build.0 = Debug|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_2.7|x64.ActiveCfg = Debug|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_2.7|x64.Build.0 = Debug|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_3.5|Win32.ActiveCfg = Debug|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_3.5|Win32.Build.0 = Debug|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_3.5|x64.ActiveCfg = Debug|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Debug_3.5|x64.Build.0 = Debug|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_2.7|Win32.ActiveCfg = Release|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_2.7|Win32.Build.0 = Release|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_2.7|x64.ActiveCfg = Release|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_2.7|x64.Build.0 = Release|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_3.5|Win32.ActiveCfg = Release|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_3.5|Win32.Build.0 = Release|Win32 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_3.5|x64.ActiveCfg = Release|x64 + {583F9A6C-AF6D-45E0-A8F4-290D93611185}.Release_3.5|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/pykd_ext/pykd_ext_vc120.vcxproj b/pykd_ext/pykd_ext_vc120.vcxproj index 4473b3c..c734bbd 100644 --- a/pykd_ext/pykd_ext_vc120.vcxproj +++ b/pykd_ext/pykd_ext_vc120.vcxproj @@ -2,19 +2,27 @@ - Debug_2.7 + Debug Win32 - Debug_2.7 + Debug x64 - - Release_2.7 + + Debug Win32 - - Release_2.7 + + Debug + x64 + + + Release + Win32 + + + Release x64 @@ -27,26 +35,26 @@ true - + DynamicLibrary true v120_xp Unicode - + DynamicLibrary true v120_xp Unicode - + DynamicLibrary false v120_xp true Unicode - + DynamicLibrary false v120_xp @@ -56,42 +64,42 @@ - + - + - + - + 7f4aed3e - + true $(ProjectName) $(SolutionDir)out\$(Platform)\$(Configuration)\ - + true $(ProjectName) $(SolutionDir)out\$(Platform)\$(Configuration)\ - + false $(ProjectName) $(SolutionDir)out\$(Platform)\$(Configuration)\ - + false $(ProjectName) $(SolutionDir)out\$(Platform)\$(Configuration)\ - + Use Level3 @@ -108,7 +116,7 @@ comsuppw.lib;%(AdditionalDependencies) - + Use Level3 @@ -125,7 +133,7 @@ comsuppw.lib;%(AdditionalDependencies) - + Level3 Use @@ -147,7 +155,7 @@ comsuppw.lib;%(AdditionalDependencies) - + Level3 Use @@ -185,25 +193,25 @@ - false - false - + false + false + - + - false - false - + false + false + - + - Create - Create - Create - Create + Create + Create + Create + Create diff --git a/pykd_ext/stdafx.h b/pykd_ext/stdafx.h index a8b112f..821888c 100644 --- a/pykd_ext/stdafx.h +++ b/pykd_ext/stdafx.h @@ -11,6 +11,7 @@ // Windows Header Files: #include +#include #define BOOST_PYTHON_STATIC_LIB