mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 11:55:26 +00:00
61 lines
2.8 KiB
XML
61 lines
2.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{DAD3D2B2-372F-4486-91FA-032CC0AA1133}</ProjectGuid>
|
|||
|
<Keyword>Win32Proj</Keyword>
|
|||
|
<RootNamespace>AtomBombingShellcode</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<LinkIncremental>false</LinkIncremental>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<PrecompiledHeader>
|
|||
|
</PrecompiledHeader>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<MergeSections>
|
|||
|
</MergeSections>
|
|||
|
</Link>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>c:\python27\python.exe "$(SolutionDir)\$(ProjectName)\Scripts\Post_Link.py" "$(SolutionDir)$(Configuration)\$(ProjectName).exe"</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="main.c" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|