Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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.     <VCProjectVersion>15.0</VCProjectVersion>
  23.     <ProjectGuid>{C344824E-6993-4199-ACD5-2E51A7796D04}</ProjectGuid>
  24.     <Keyword>Win32Proj</Keyword>
  25.     <RootNamespace>main</RootNamespace>
  26.     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  27.   </PropertyGroup>
  28.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  31.     <UseDebugLibraries>true</UseDebugLibraries>
  32.     <PlatformToolset>v141</PlatformToolset>
  33.     <CharacterSet>Unicode</CharacterSet>
  34.   </PropertyGroup>
  35.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  37.     <UseDebugLibraries>false</UseDebugLibraries>
  38.     <PlatformToolset>v141</PlatformToolset>
  39.     <WholeProgramOptimization>true</WholeProgramOptimization>
  40.     <CharacterSet>Unicode</CharacterSet>
  41.   </PropertyGroup>
  42.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  44.     <UseDebugLibraries>true</UseDebugLibraries>
  45.     <PlatformToolset>v141</PlatformToolset>
  46.     <CharacterSet>Unicode</CharacterSet>
  47.   </PropertyGroup>
  48.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  50.     <UseDebugLibraries>false</UseDebugLibraries>
  51.     <PlatformToolset>v141</PlatformToolset>
  52.     <WholeProgramOptimization>true</WholeProgramOptimization>
  53.     <CharacterSet>Unicode</CharacterSet>
  54.   </PropertyGroup>
  55.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56.   <ImportGroup Label="ExtensionSettings">
  57.   </ImportGroup>
  58.   <ImportGroup Label="Shared">
  59.   </ImportGroup>
  60.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62.   </ImportGroup>
  63.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65.   </ImportGroup>
  66.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68.   </ImportGroup>
  69.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71.   </ImportGroup>
  72.   <PropertyGroup Label="UserMacros" />
  73.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74.     <LinkIncremental>true</LinkIncremental>
  75.   </PropertyGroup>
  76.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77.     <LinkIncremental>true</LinkIncremental>
  78.   </PropertyGroup>
  79.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80.     <LinkIncremental>false</LinkIncremental>
  81.   </PropertyGroup>
  82.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83.     <LinkIncremental>false</LinkIncremental>
  84.   </PropertyGroup>
  85.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  86.     <ClCompile>
  87.       <PrecompiledHeader>Use</PrecompiledHeader>
  88.       <WarningLevel>Level3</WarningLevel>
  89.       <Optimization>Disabled</Optimization>
  90.       <PreprocessorDefinitions>WIN32;_DEBUG;main_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91.       <SDLCheck>true</SDLCheck>
  92.     </ClCompile>
  93.     <Link>
  94.       <SubSystem>Windows</SubSystem>
  95.       <GenerateDebugInformation>true</GenerateDebugInformation>
  96.     </Link>
  97.   </ItemDefinitionGroup>
  98.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  99.     <ClCompile>
  100.       <PrecompiledHeader>NotUsing</PrecompiledHeader>
  101.       <WarningLevel>Level3</WarningLevel>
  102.       <Optimization>Disabled</Optimization>
  103.       <PreprocessorDefinitions>_DEBUG;main_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104.       <SDLCheck>false</SDLCheck>
  105.       <CallingConvention>Cdecl</CallingConvention>
  106.       <ExceptionHandling>false</ExceptionHandling>
  107.       <BufferSecurityCheck>false</BufferSecurityCheck>
  108.       <BasicRuntimeChecks />
  109.     </ClCompile>
  110.     <Link>
  111.       <SubSystem>Windows</SubSystem>
  112.       <GenerateDebugInformation>true</GenerateDebugInformation>
  113.     </Link>
  114.   </ItemDefinitionGroup>
  115.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  116.     <ClCompile>
  117.       <PrecompiledHeader>Use</PrecompiledHeader>
  118.       <WarningLevel>Level3</WarningLevel>
  119.       <Optimization>MaxSpeed</Optimization>
  120.       <FunctionLevelLinking>true</FunctionLevelLinking>
  121.       <IntrinsicFunctions>true</IntrinsicFunctions>
  122.       <PreprocessorDefinitions>WIN32;NDEBUG;main_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123.       <SDLCheck>false</SDLCheck>
  124.     </ClCompile>
  125.     <Link>
  126.       <SubSystem>Windows</SubSystem>
  127.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  128.       <OptimizeReferences>true</OptimizeReferences>
  129.       <GenerateDebugInformation>true</GenerateDebugInformation>
  130.     </Link>
  131.   </ItemDefinitionGroup>
  132.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  133.     <ClCompile>
  134.       <PrecompiledHeader>NotUsing</PrecompiledHeader>
  135.       <WarningLevel>TurnOffAllWarnings</WarningLevel>
  136.       <Optimization>MaxSpeed</Optimization>
  137.       <FunctionLevelLinking>true</FunctionLevelLinking>
  138.       <IntrinsicFunctions>true</IntrinsicFunctions>
  139.       <PreprocessorDefinitions>NDEBUG;main_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  140.       <SDLCheck>true</SDLCheck>
  141.       <WholeProgramOptimization>false</WholeProgramOptimization>
  142.       <AdditionalIncludeDirectories>lua\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  143.     </ClCompile>
  144.     <Link>
  145.       <SubSystem>Windows</SubSystem>
  146.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147.       <OptimizeReferences>true</OptimizeReferences>
  148.       <GenerateDebugInformation>true</GenerateDebugInformation>
  149.       <AdditionalDependencies>lua\lib\lua5.3-static.lib;kernel32.lib;winmm.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  150.     </Link>
  151.   </ItemDefinitionGroup>
  152.   <ItemGroup>
  153.     <ClInclude Include="Memory.h" />
  154.     <ClInclude Include="Star.h" />
  155.     <ClInclude Include="tinyformat.h" />
  156.   </ItemGroup>
  157.   <ItemGroup>
  158.     <ClCompile Include="main.cpp" />
  159.     <ClCompile Include="Memory.cpp" />
  160.   </ItemGroup>
  161.   <ItemGroup>
  162.     <None Include="packages.config" />
  163.   </ItemGroup>
  164.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  165.   <ImportGroup Label="ExtensionTargets">
  166.     <Import Project="..\packages\EasyHookNativePackage.redist.2.7.6789\build\native\EasyHookNativePackage.redist.targets" Condition="Exists('..\packages\EasyHookNativePackage.redist.2.7.6789\build\native\EasyHookNativePackage.redist.targets')" />
  167.     <Import Project="..\packages\EasyHookNativePackage.2.7.6789\build\native\EasyHookNativePackage.targets" Condition="Exists('..\packages\EasyHookNativePackage.2.7.6789\build\native\EasyHookNativePackage.targets')" />
  168.   </ImportGroup>
  169.   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  170.     <PropertyGroup>
  171.       <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  172.     </PropertyGroup>
  173.     <Error Condition="!Exists('..\packages\EasyHookNativePackage.redist.2.7.6789\build\native\EasyHookNativePackage.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EasyHookNativePackage.redist.2.7.6789\build\native\EasyHookNativePackage.redist.targets'))" />
  174.     <Error Condition="!Exists('..\packages\EasyHookNativePackage.2.7.6789\build\native\EasyHookNativePackage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EasyHookNativePackage.2.7.6789\build\native\EasyHookNativePackage.targets'))" />
  175.   </Target>
  176. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement