Advertisement
FlyFar

MEMZ.vcxproj

Mar 21st, 2023
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | Cybersecurity | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{62A4E88C-D250-40A7-90DC-4719485A5FBE}</ProjectGuid>
  23. <RootNamespace>MEMZ</RootNamespace>
  24. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v140_xp</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>Application</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v140_xp</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v140</PlatformToolset>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v140</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="Shared">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup />
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <ClCompile>
  74. <WarningLevel>Level3</WarningLevel>
  75. <Optimization>Disabled</Optimization>
  76. <SDLCheck>true</SDLCheck>
  77. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  78. <BufferSecurityCheck>false</BufferSecurityCheck>
  79. </ClCompile>
  80. <Link>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. <AdditionalManifestDependencies>
  83. </AdditionalManifestDependencies>
  84. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);winmm.lib;psapi.lib;Shlwapi.lib;comctl32.lib</AdditionalDependencies>
  85. <EntryPointSymbol>main</EntryPointSymbol>
  86. <SubSystem>Windows</SubSystem>
  87. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <ClCompile>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>Disabled</Optimization>
  94. <SDLCheck>true</SDLCheck>
  95. </ClCompile>
  96. <Link>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  101. <ClCompile>
  102. <WarningLevel>Level3</WarningLevel>
  103. <Optimization>MinSpace</Optimization>
  104. <FunctionLevelLinking>true</FunctionLevelLinking>
  105. <IntrinsicFunctions>true</IntrinsicFunctions>
  106. <SDLCheck>true</SDLCheck>
  107. <OmitDefaultLibName>true</OmitDefaultLibName>
  108. <BufferSecurityCheck>false</BufferSecurityCheck>
  109. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  110. <WholeProgramOptimization>false</WholeProgramOptimization>
  111. <DebugInformationFormat>None</DebugInformationFormat>
  112. </ClCompile>
  113. <Link>
  114. <GenerateDebugInformation>No</GenerateDebugInformation>
  115. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  116. <OptimizeReferences>true</OptimizeReferences>
  117. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  118. <UACExecutionLevel>AsInvoker</UACExecutionLevel>
  119. <EntryPointSymbol>main</EntryPointSymbol>
  120. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);winmm.lib;psapi.lib;Shlwapi.lib;comctl32.lib</AdditionalDependencies>
  121. <AssemblyDebug>false</AssemblyDebug>
  122. <SubSystem>Windows</SubSystem>
  123. <AdditionalManifestDependencies>
  124. </AdditionalManifestDependencies>
  125. </Link>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  128. <ClCompile>
  129. <WarningLevel>Level3</WarningLevel>
  130. <Optimization>MaxSpeed</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <SDLCheck>true</SDLCheck>
  134. </ClCompile>
  135. <Link>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemGroup>
  142. <ClCompile Include="data.cpp" />
  143. <ClCompile Include="main.cpp" />
  144. <ClCompile Include="payloads.cpp" />
  145. <ClCompile Include="utils.cpp" />
  146. <ClCompile Include="win32_crt_float.cpp" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ClInclude Include="data.h" />
  150. <ClInclude Include="memz.h" />
  151. <ClInclude Include="payloads.h" />
  152. </ItemGroup>
  153. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  154. <ImportGroup Label="ExtensionTargets">
  155. </ImportGroup>
  156. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement