summary refs log tree commit diff stats
path: root/win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-04 20:15:23 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-04 20:15:23 +0200
commit7bbe6d4eab201f96dcf5a86086f32fd465280a05 (patch)
tree817d1e8737c915efe749bc8181123890e5ab64b1 /win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props
parentcc903db7278ef2cf47ed5662d7cb9457e22604fc (diff)
Provide sources for both platform toolset
Diffstat (limited to 'win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props')
-rw-r--r--win32/wdkpt/vs2012/Microsoft.Cpp.Win32.WDK7.props52
1 files changed, 52 insertions, 0 deletions
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 @@
+<!--

+***********************************************************************************************

+Microsoft.Cpp.Win32.v110.props

+

+WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have

+          created a backup copy.  Incorrect changes to this file will make it

+          impossible to load or build your projects from the command-line or the IDE.

+

+Copyright (C) Microsoft Corporation. All rights reserved.

+***********************************************************************************************

+-->

+

+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore')" />

+

+  <PropertyGroup>

+    <WDKInstallDir>$(SystemDrive)\WinDDK\7600.16385.1</WDKInstallDir>

+    <!-- Required for enabling Team Build for packaging Windows Store app projects -->

+    <OutDirWasSpecified Condition=" '$(OutDir)'!='' AND '$(OutDirWasSpecified)'=='' ">true</OutDirWasSpecified>

+    <OutDirWasSpecified Condition=" '$(OutDir)'=='' AND '$(OutDirWasSpecified)'=='' ">false</OutDirWasSpecified>

+

+    <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'!=''">$(IntermediateOutputPath)</IntDir>

+    <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">$(Configuration)\</IntDir>

+    <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(SolutionDir)$(Configuration)\</OutDir>

+    <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' == ''">$(IntDir)</OutDir>

+  </PropertyGroup>

+  

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Common.props" />

+

+  <PropertyGroup>

+    <ExecutablePath Condition="'$(ExecutablePath)' == ''">$(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);</ExecutablePath>

+    <IncludePath>$(WDKInstallDir)\inc\api;$(WDKInstallDir)\inc\crt;$(WDKInstallDir)\inc\api\crt\stl70;$(WDKInstallDir)\inc\mfc42;$(WDKInstallDir)\inc\ddk;$(WDKInstallDir)\inc\api\dao360;</IncludePath>

+    <ReferencePath Condition="'$(ReferencePath)' == ''">$(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib</ReferencePath>

+    <LibraryPath>$(WDKInstallDir)\lib\wxp\i386;$(WDKInstallDir)\lib\Crt\i386;$(WDKInstallDir)\lib\Mfc\i386;$(WDKInstallDir)\lib\ATL\i386</LibraryPath>

+    <LibraryWPath Condition="'$(LibraryWPath)' == ''">$(WindowsSDK_MetadataPath)</LibraryWPath>

+    <SourcePath Condition="'$(SourcePath)' == ''">$(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src;</SourcePath>

+    <ExcludePath Condition="'$(ExcludePath)' == ''">$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);$(MSBuildToolsPath32);$(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib;</ExcludePath>

+    <NativeExecutablePath Condition="'$(NativeExecutablePath)' == ''">$(ExecutablePath)</NativeExecutablePath>

+    <DebugCppRuntimeFilesPath Condition="'$(DebugCppRuntimeFilesPath)' == ''">$(VCInstallDir)redist\Debug_NonRedist\x86</DebugCppRuntimeFilesPath>

+  </PropertyGroup>

+

+  <ItemDefinitionGroup>

+    <Link>

+      <AdditionalDependencies>msvcrt_winxp.obj;%(AdditionalDependencies)</AdditionalDependencies>

+      <MinimumRequiredVersion>5.1</MinimumRequiredVersion>

+    </Link>

+  </ItemDefinitionGroup>

+

+  <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter')" />

+

+  <Import Project="$(VCTargetsPath)\Platforms\Win32\Microsoft.Cpp.Win32.Common.props" />

+</Project>