From 7bbe6d4eab201f96dcf5a86086f32fd465280a05 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 4 Oct 2012 20:15:23 +0200 Subject: Provide sources for both platform toolset --- win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props | 52 ++++++++ .../wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.targets | 20 +++ win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.props | 52 ++++++++ win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.targets | 20 +++ win32/wdkpt/vs2012/wdkpt.aip | 143 +++++++++++++++++++++ 5 files changed, 287 insertions(+) create mode 100644 win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props create mode 100644 win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.targets create mode 100644 win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.props create mode 100644 win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.targets create mode 100644 win32/wdkpt/vs2012/wdkpt.aip (limited to 'win32/wdkpt/vs2012') diff --git a/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props b/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props new file mode 100644 index 00000000..8a9fe767 --- /dev/null +++ b/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props @@ -0,0 +1,52 @@ + + + + + + + $(SystemDrive)\WinDDK\7600.16385.1 + + true + false + + $(IntermediateOutputPath) + $(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(IntDir) + + + + + + $(VCInstallDir)bin;$(WindowsSDK_ExecutablePath_x86);$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH); + $(WDKInstallDir)\inc\api;$(WDKInstallDir)\inc\crt;$(WDKInstallDir)\inc\api\crt\stl70;$(WDKInstallDir)\inc\mfc42;$(WDKInstallDir)\inc\ddk;$(WDKInstallDir)\inc\api\dao360; + $(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib + $(WDKInstallDir)\lib\wxp\i386;$(WDKInstallDir)\lib\Crt\i386;$(WDKInstallDir)\lib\Mfc\i386;$(WDKInstallDir)\lib\ATL\i386 + $(WindowsSDK_MetadataPath) + $(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src; + $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);$(MSBuildToolsPath32);$(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib; + $(ExecutablePath) + $(VCInstallDir)redist\Debug_NonRedist\x86 + + + + + msvcrt_winxp.obj;%(AdditionalDependencies) + 5.1 + + + + + + + diff --git a/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.targets b/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.targets new file mode 100644 index 00000000..3f50fc93 --- /dev/null +++ b/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.targets @@ -0,0 +1,20 @@ + + + + + + + diff --git a/win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.props b/win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.props new file mode 100644 index 00000000..9d7825c0 --- /dev/null +++ b/win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.props @@ -0,0 +1,52 @@ + + + + + + + $(SystemDrive)\WinDDK\7600.16385.1 + + true + false + + $(IntermediateOutputPath) + $(Platform)\$(Configuration)\ + $(IntDir) + $(SolutionDir)$(Platform)\$(Configuration)\ + + + + + + $(VCInstallDir)bin\x86_amd64;$(VCInstallDir)bin;$(WindowsSDK_ExecutablePath_x86);$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(MSBuildToolsPath32);$(FxCopDir);$(PATH); + $(WDKInstallDir)\inc\api;$(WDKInstallDir)\inc\crt;$(WDKInstallDir)\inc\api\crt\stl70;$(WDKInstallDir)\inc\mfc42;$(WDKInstallDir)\inc\ddk;$(WDKInstallDir)\inc\api\dao360; + $(VCInstallDir)atlmfc\lib\amd64;$(VCInstallDir)lib\amd64; + $(WDKInstallDir)\lib\wnet\amd64;$(WDKInstallDir)\lib\Crt\amd64;$(WDKInstallDir)\lib\Mfc\amd64;$(WDKInstallDir)\lib\ATL\amd64; + $(WindowsSDK_MetadataPath) + $(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src; + $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);$(MSBuildToolsPath);$(MSBuildToolsPath32);$(VCInstallDir)atlmfc\lib\amd64;$(VCInstallDir)lib\amd64; + $(VCInstallDir)bin\AMD64;$(VCInstallDir)VCPackages;$(WindowsSDK_ExecutablePath_x64);$(WindowsSDK_ExecutablePath_x86);$(MSBuildToolsPath);$(PATH); + $(VCInstallDir)redist\Debug_NonRedist\x64 + + + + + msvcrt_win2003.obj;%(AdditionalDependencies) + 5.2 + + + + + + + diff --git a/win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.targets b/win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.targets new file mode 100644 index 00000000..2c6271c8 --- /dev/null +++ b/win32/wdkpt/vs2012/Microsoft.Cpp.x64.WDK7.targets @@ -0,0 +1,20 @@ + + + + + + + diff --git a/win32/wdkpt/vs2012/wdkpt.aip b/win32/wdkpt/vs2012/wdkpt.aip new file mode 100644 index 00000000..6b21a0ba --- /dev/null +++ b/win32/wdkpt/vs2012/wdkpt.aip @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.4.1