mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-20 14:39:22 +01:00
f8154f8e04
These changes allow us to build across multiple toolsets and VS versions.
20 lines
779 B
XML
20 lines
779 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<XPDeprecationWarning>false</XPDeprecationWarning>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)'=='12.0'">
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Globals" Condition="'$(PlatformToolset)'=='v120_xp'">
|
|
<PssdkVersion>vc12</PssdkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Globals" Condition="'$(PlatformToolset)'!='v120_xp'">
|
|
<PssdkVersion>vc19</PssdkVersion>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup />
|
|
<ItemGroup />
|
|
</Project>
|