2014-05-30 20:14:47 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-05-02 00:27:30 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{374D4CB4-548A-4DA0-AB68-8EA356424626}</ProjectGuid>
|
|
|
|
|
<RootNamespace>VCFix</RootNamespace>
|
2015-04-22 15:20:40 +02:00
|
|
|
|
<ProjectName>SilentPatchVC</ProjectName>
|
2017-03-08 16:34:00 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2017-03-08 16:34:00 +01:00
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2017-03-08 16:34:00 +01:00
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
|
|
|
</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" />
|
2017-03-11 14:37:36 +01:00
|
|
|
|
<Import Project="versionmeta.props" />
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</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" />
|
2017-03-11 14:37:36 +01:00
|
|
|
|
<Import Project="versionmeta.props" />
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<TargetExt>.asi</TargetExt>
|
2015-04-22 15:20:40 +02:00
|
|
|
|
<TargetName>SilentPatchVC</TargetName>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<TargetExt>.asi</TargetExt>
|
2015-04-22 15:20:40 +02:00
|
|
|
|
<TargetName>SilentPatchVC</TargetName>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2016-04-22 20:54:20 +02:00
|
|
|
|
<PreprocessorDefinitions>_GTA_VC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\SilentPatch</AdditionalIncludeDirectories>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
2015-06-21 00:44:55 +02:00
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2016-09-12 00:11:17 +02:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2017-04-02 21:08:57 +02:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /std:c++latest %(AdditionalOptions)</AdditionalOptions>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2015-04-22 15:47:56 +02:00
|
|
|
|
<AdditionalDependencies>Winmm.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2016-03-07 18:59:19 +01:00
|
|
|
|
<Command>copy /y "$(TargetPath)" "D:\Steam\steamapps\common\Grand Theft Auto Vice City\SilentPatchVC.asi"</Command>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2016-04-22 20:54:20 +02:00
|
|
|
|
<PreprocessorDefinitions>_GTA_VC;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\SilentPatch</AdditionalIncludeDirectories>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
2015-06-21 00:44:55 +02:00
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2016-09-12 00:11:17 +02:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2017-04-02 21:08:57 +02:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /std:c++latest %(AdditionalOptions)</AdditionalOptions>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2015-04-22 15:20:40 +02:00
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2015-04-22 15:47:56 +02:00
|
|
|
|
<AdditionalDependencies>Winmm.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2016-03-07 18:59:19 +01:00
|
|
|
|
<Command>copy /y "$(TargetPath)" "D:\Steam\steamapps\common\Grand Theft Auto Vice City\SilentPatchVC.asi"</Command>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\General.h" />
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\MemoryMgr.h" />
|
2017-03-05 22:25:46 +01:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Patterns.h" />
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\StdAfx.h" />
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Timer.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-03-05 22:25:46 +01:00
|
|
|
|
<ClCompile Include="..\SilentPatch\Patterns.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<ClCompile Include="..\SilentPatch\Timer.cpp" />
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<ClCompile Include="SilentPatchVC.cpp" />
|
|
|
|
|
<ClCompile Include="StdAfxVC.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ItemGroup>
|
2017-03-11 14:37:36 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="..\SilentPatch\SilentPatch.rc" />
|
|
|
|
|
</ItemGroup>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|