diff options
| author | navewindre <nw@moneybot.cc> | 2024-07-12 00:55:39 +0200 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2024-07-12 00:55:39 +0200 |
| commit | 2ebf959ec02048c15323e1bbfc63faedcf5067b6 (patch) | |
| tree | 18862ba5d3b4be44294c0a81317d31eace7ee150 /src/heavens-gate.vcxproj | |
| parent | ecca2728f1a583ea484f8bdcda390a30e4906f1d (diff) | |
ha haaa
Diffstat (limited to 'src/heavens-gate.vcxproj')
| -rw-r--r-- | src/heavens-gate.vcxproj | 261 |
1 files changed, 261 insertions, 0 deletions
diff --git a/src/heavens-gate.vcxproj b/src/heavens-gate.vcxproj new file mode 100644 index 0000000..4cc2b26 --- /dev/null +++ b/src/heavens-gate.vcxproj @@ -0,0 +1,261 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <TrackFileAccess>false</TrackFileAccess> + </PropertyGroup> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="stripped|Win32"> + <Configuration>stripped</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{D2960E74-5A8F-4D86-9788-7BBAF0248F68}</ProjectGuid> + <RootNamespace>Project6</RootNamespace> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v142</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v142</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='stripped|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v142</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </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> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='stripped|Win32'" Label="PropertySheets"> + <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'"> + <OutDir>$(SolutionDir)\bin\</OutDir> + <IntDir>..\intermediate\$(Configuration)\</IntDir> + <TargetName>heavens-gate</TargetName> + <PostBuildEventUseInBuild>true</PostBuildEventUseInBuild> + <IncludePath>$(SolutionDir)/openssl/include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> + <LibraryPath>$(SolutionDir)/openssl/include;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86)</LibraryPath> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='stripped|Win32'"> + <OutDir>$(SolutionDir)\bin\</OutDir> + <IntDir>..\intermediate\$(Configuration)\</IntDir> + <TargetName>heavens-gate</TargetName> + <PostBuildEventUseInBuild>true</PostBuildEventUseInBuild> + <IncludePath>$(SolutionDir)/openssl/include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> + <LibraryPath>$(SolutionDir)/openssl/include;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86)</LibraryPath> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <OutDir>$(SolutionDir)\bin\</OutDir> + <IntDir>..\intermediate\$(Configuration)\</IntDir> + <TargetName>heavens-gate</TargetName> + <PostBuildEventUseInBuild>true</PostBuildEventUseInBuild> + <EnableManagedIncrementalBuild>false</EnableManagedIncrementalBuild> + <LinkIncremental>true</LinkIncremental> + <IncludePath>$(SolutionDir)/openssl/include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> + <LibraryPath>$(SolutionDir)/openssl/lib;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86)</LibraryPath> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>false</SDLCheck> + <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions> + <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;DEBUG 1</PreprocessorDefinitions> + <CallingConvention>FastCall</CallingConvention> + <LanguageStandard>stdcpplatest</LanguageStandard> + <NoWarn>4530</NoWarn> + <DisableSpecificWarnings>4530</DisableSpecificWarnings> + <ExceptionHandling>false</ExceptionHandling> + <BasicRuntimeChecks>Default</BasicRuntimeChecks> + <BufferSecurityCheck>false</BufferSecurityCheck> + <ControlFlowGuard>false</ControlFlowGuard> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <AdditionalOptions>/ENTRY:"mainCRTStartup" %(AdditionalOptions) /IGNORE:4530</AdditionalOptions> + <Profile>false</Profile> + <OptimizeReferences>false</OptimizeReferences> + <EnableCOMDATFolding>false</EnableCOMDATFolding> + </Link> + <ResourceCompile> + <ResourceOutputFileName>$(IntDir)%(Filename).res</ResourceOutputFileName> + </ResourceCompile> + <PostBuildEvent> + <Command>../cleanup.bat</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>false</SDLCheck> + <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions> + <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions> + <CallingConvention>FastCall</CallingConvention> + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> + <ExceptionHandling>false</ExceptionHandling> + <ControlFlowGuard>false</ControlFlowGuard> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <FloatingPointModel>Fast</FloatingPointModel> + <FloatingPointExceptions>false</FloatingPointExceptions> + <NoWarn>4530</NoWarn> + <LanguageStandard>stdcpplatest</LanguageStandard> + <DisableSpecificWarnings>4530</DisableSpecificWarnings> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <BasicRuntimeChecks>Default</BasicRuntimeChecks> + <BufferSecurityCheck>false</BufferSecurityCheck> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <SubSystem>Windows</SubSystem> + <EntryPointSymbol> + </EntryPointSymbol> + <AdditionalOptions>/ENTRY:"mainCRTStartup" %(AdditionalOptions)</AdditionalOptions> + <DataExecutionPrevention>false</DataExecutionPrevention> + </Link> + <PostBuildEvent> + <Command>../cleanup.bat</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='stripped|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>false</SDLCheck> + <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions> + <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions> + <CallingConvention>FastCall</CallingConvention> + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> + <ExceptionHandling>false</ExceptionHandling> + <NoWarn>4530</NoWarn> + <ControlFlowGuard>false</ControlFlowGuard> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <FloatingPointModel>Fast</FloatingPointModel> + <FloatingPointExceptions>false</FloatingPointExceptions> + <LanguageStandard>stdcpplatest</LanguageStandard> + <DisableSpecificWarnings>4530</DisableSpecificWarnings> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <OmitFramePointers>true</OmitFramePointers> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>Default</BasicRuntimeChecks> + <BufferSecurityCheck>false</BufferSecurityCheck> + <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> + <DebugInformationFormat>None</DebugInformationFormat> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <SubSystem>Windows</SubSystem> + <EntryPointSymbol> + </EntryPointSymbol> + <AdditionalOptions>/ENTRY:"mainCRTStartup" %(AdditionalOptions)</AdditionalOptions> + <DataExecutionPrevention>false</DataExecutionPrevention> + <GenerateDebugInformation>false</GenerateDebugInformation> + <AssemblyDebug>false</AssemblyDebug> + <ProgramDatabaseFile /> + </Link> + <PostBuildEvent> + <Command>../cleanup.bat</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="conout.cpp" /> + <ClCompile Include="conin.cpp" /> + <ClCompile Include="csgo\console.cpp" /> + <ClCompile Include="csgo\csgoentity.cpp" /> + <ClCompile Include="csgo\hack.cpp" /> + <ClCompile Include="csgo\hack_aim.cpp" /> + <ClCompile Include="menu.cpp" /> + <ClCompile Include="ntutil.cpp" /> + <ClCompile Include="setting.cpp" /> + <ClCompile Include="source.cpp" /> + <ClCompile Include="util.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="asmutil.h" /> + <ClInclude Include="csgo\convar.h" /> + <ClInclude Include="csgo\csgo.h" /> + <ClInclude Include="csgo\csgoentity.h" /> + <ClInclude Include="csgo\csgoplayer.h" /> + <ClInclude Include="csgo\hack.h" /> + <ClInclude Include="csgo\interface.h" /> + <ClInclude Include="csgo\materialsystem.h" /> + <ClInclude Include="csgo\netvar.h" /> + <ClInclude Include="csgo\sdk.h" /> + <ClInclude Include="csgo\trace.h" /> + <ClInclude Include="disasm.h" /> + <ClInclude Include="fnv.h" /> + <ClInclude Include="inet.h" /> + <ClInclude Include="mouse.h" /> + <ClInclude Include="resource.h" /> + <ClInclude Include="setting.h" /> + <ClInclude Include="conout.h" /> + <ClInclude Include="conin.h" /> + <ClInclude Include="mathutil.h" /> + <ClInclude Include="menu.h" /> + <ClInclude Include="ntutil.h" /> + <ClInclude Include="process.h" /> + <ClInclude Include="syscall.h" /> + <ClInclude Include="typedef.h" /> + <ClInclude Include="util.h" /> + <ClInclude Include="vec3.h" /> + <ClInclude Include="winintern.h" /> + <ClInclude Include="x86.h" /> + </ItemGroup> + <ItemGroup> + <Image Include="..\resource\heavens-gate-ico.ico" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\heavens-gate.rc"> + <ResourceOutputFileName>Debug\%(Filename).res</ResourceOutputFileName> + <Culture>0x0409</Culture> + <TrackerLogDirectory>Debug\heavens-gate.tlog\</TrackerLogDirectory> + <MinimalRebuildFromTracking>true</MinimalRebuildFromTracking> + <UseResponseFile>false</UseResponseFile> + <SuppressStartupBanner>true</SuppressStartupBanner> + <LinkCompiled>true</LinkCompiled> + <ResourceOutputFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\intermediate\%(Filename).res</ResourceOutputFileName> + <ResourceOutputFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\intermediate\%(Filename).res</ResourceOutputFileName> + <ResourceOutputFileName Condition="'$(Configuration)|$(Platform)'=='stripped|Win32'">..\intermediate\%(Filename).res</ResourceOutputFileName> + </ResourceCompile> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file |
