1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00
metasploit-payloads/c/meterpreter/workspace/meterpreter.props

20 lines
779 B
Plaintext
Raw Normal View History

2020-04-14 02:28:08 +02:00
<?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>
2020-04-14 02:28:08 +02:00
<ItemDefinitionGroup />
<ItemGroup />
</Project>