fork download
  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>{E35A9803-C177-472D-9107-F8F2377483F0}</ProjectGuid>
  23. <RootNamespace>PEInjector</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</PlatformToolset>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>Application</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v140</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>MultiByte</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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <GenerateManifest>false</GenerateManifest>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <GenerateManifest>false</GenerateManifest>
  76. </PropertyGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <ClCompile>
  79. <WarningLevel>Level3</WarningLevel>
  80. <Optimization>Disabled</Optimization>
  81. <SDLCheck>true</SDLCheck>
  82. <ExceptionHandling>false</ExceptionHandling>
  83. <BufferSecurityCheck>false</BufferSecurityCheck>
  84. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  85. <IntrinsicFunctions>false</IntrinsicFunctions>
  86. <OmitDefaultLibName>true</OmitDefaultLibName>
  87. </ClCompile>
  88. <Link>
  89. <GenerateDebugInformation>false</GenerateDebugInformation>
  90. <EntryPointSymbol>WinMain</EntryPointSymbol>
  91. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  92. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  93. </Link>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <ClCompile>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <SDLCheck>true</SDLCheck>
  100. </ClCompile>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <ClCompile>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <FunctionLevelLinking>true</FunctionLevelLinking>
  107. <IntrinsicFunctions>false</IntrinsicFunctions>
  108. <SDLCheck>true</SDLCheck>
  109. <ExceptionHandling>false</ExceptionHandling>
  110. <BufferSecurityCheck>false</BufferSecurityCheck>
  111. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  112. <OmitDefaultLibName>true</OmitDefaultLibName>
  113. </ClCompile>
  114. <Link>
  115. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  116. <OptimizeReferences>true</OptimizeReferences>
  117. <GenerateDebugInformation>false</GenerateDebugInformation>
  118. <EntryPointSymbol>WinMain</EntryPointSymbol>
  119. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  120. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  124. <ClCompile>
  125. <WarningLevel>Level3</WarningLevel>
  126. <Optimization>MaxSpeed</Optimization>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <SDLCheck>true</SDLCheck>
  130. </ClCompile>
  131. <Link>
  132. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  133. <OptimizeReferences>true</OptimizeReferences>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemGroup>
  137. <ClCompile Include="main.cpp" />
  138. <ClCompile Include="pe_inject.cpp" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ClInclude Include="pe_inject.h" />
  142. <ClInclude Include="win32_crt_memory.h" />
  143. </ItemGroup>
  144. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  145. <ImportGroup Label="ExtensionTargets">
  146. </ImportGroup>
  147. </Project>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:1: error: expected unqualified-id before '<' token
 <?xml version="1.0" encoding="utf-8"?>
 ^
prog.cpp:22:56: error: expected unqualified-id before '<' token
     <ProjectGuid>{E35A9803-C177-472D-9107-F8F2377483F0}</ProjectGuid>
                                                        ^
stdout
Standard output is empty