1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-07-18 18:31:41 +02:00

Recompile binaries and prep for VS2013 compiles

This commit is contained in:
bwatters-r7 2018-10-04 16:21:23 -05:00
parent 19a5c89b9d
commit ce59964141
No known key found for this signature in database
GPG Key ID: ECC0F0A52E65F268
5 changed files with 2 additions and 1 deletions

0
external/source/exploits/rottenpotato/MSFRottenPotato.sln vendored Normal file → Executable file
View File

View File

@ -1,4 +1,5 @@
#pragma once
#include <condition_variable>
#include <mutex>
#include <queue>
#include "stdafx.h"

View File

@ -47,7 +47,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>