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>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<ProjectConfiguration Include="Master|Win32">
|
|
|
|
|
<Configuration>Master</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<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>
|
2017-04-09 18:21:07 +02:00
|
|
|
|
<CharacterSet>Unicode</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>
|
2017-04-09 18:21:07 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-08 16:34:00 +01:00
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</PropertyGroup>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<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>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="versionmeta.props" />
|
|
|
|
|
</ImportGroup>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<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>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">
|
|
|
|
|
<TargetExt>.asi</TargetExt>
|
|
|
|
|
<TargetName>SilentPatchVC</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-09-12 22:53:20 +02:00
|
|
|
|
<PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PATTERNS_USE_HINTS=1;_GTA_VC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2019-12-07 14:47:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(RWG34SDK)\include\d3d8;..\SilentPatch;..\SilentPatchVC;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
2015-06-21 00:44:55 +02:00
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2017-12-22 00:16:18 +01:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /Zc:strictStrings %(AdditionalOptions)</AdditionalOptions>
|
2017-04-09 20:25:19 +02:00
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2017-09-07 22:43:10 +02:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-10-03 23:32:14 +02:00
|
|
|
|
<DelayLoadDLLs>shell32.dll;shlwapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2018-01-21 13:16:34 +01:00
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
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'">
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2017-09-12 22:53:20 +02:00
|
|
|
|
<PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PATTERNS_USE_HINTS=1;_GTA_VC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2019-12-07 14:47:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(RWG34SDK)\include\d3d8;..\SilentPatch;..\SilentPatchVC;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2017-12-22 00:16:18 +01:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /Zc:strictStrings %(AdditionalOptions)</AdditionalOptions>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-10-03 23:32:14 +02:00
|
|
|
|
<DelayLoadDLLs>shell32.dll;shlwapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2018-01-21 13:16:34 +01:00
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>copy /y "$(TargetPath)" "D:\Steam\steamapps\common\Grand Theft Auto Vice City\SilentPatchVC.asi"</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2017-09-12 22:53:20 +02:00
|
|
|
|
<PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PATTERNS_USE_HINTS=1;_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>
|
2019-12-07 14:47:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(RWG34SDK)\include\d3d8;..\SilentPatch;..\SilentPatchVC;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
2015-06-21 00:44:55 +02:00
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2017-12-22 00:16:18 +01:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /Zc:strictStrings %(AdditionalOptions)</AdditionalOptions>
|
2017-04-09 20:25:19 +02:00
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2017-09-07 22:43:10 +02:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
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>
|
2017-10-03 23:32:14 +02:00
|
|
|
|
<DelayLoadDLLs>shell32.dll;shlwapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2018-01-21 13:16:34 +01:00
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
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>
|
2018-01-15 23:02:30 +01:00
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-27 23:12:05 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Common_ddraw.h" />
|
2019-08-24 22:35:35 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\debugmenu_public.h" />
|
2019-12-11 21:37:18 +01:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Maths.h" />
|
2019-12-07 15:37:10 +01:00
|
|
|
|
<ClInclude Include="..\SilentPatch\RWGTA.h" />
|
2014-08-27 01:20:24 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\StdAfx.h" />
|
2017-09-27 23:12:05 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\StoredCar.h" />
|
2019-12-25 16:02:42 +01:00
|
|
|
|
<ClInclude Include="..\SilentPatch\SVF.h" />
|
2014-05-30 20:14:47 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Timer.h" />
|
2019-06-28 23:14:32 +02:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Utils\MemoryMgr.GTA.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\Utils\MemoryMgr.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\Utils\Patterns.h" />
|
2018-03-27 22:28:45 +02:00
|
|
|
|
<ClInclude Include="ModelInfoVC.h" />
|
2017-09-27 23:12:05 +02:00
|
|
|
|
<ClInclude Include="VehicleVC.h" />
|
2014-05-30 20:14:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-18 22:13:02 +02:00
|
|
|
|
<ClCompile Include="..\SilentPatch\Common.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2017-09-27 23:12:05 +02:00
|
|
|
|
<ClCompile Include="..\SilentPatch\Common_ddraw.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2019-12-07 15:37:10 +01:00
|
|
|
|
<ClCompile Include="..\SilentPatch\RWGTA.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2019-06-28 23:14:32 +02:00
|
|
|
|
<ClCompile Include="..\SilentPatch\StoredCar.cpp" />
|
2019-12-25 16:02:42 +01:00
|
|
|
|
<ClCompile Include="..\SilentPatch\SVF.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2019-06-28 23:14:32 +02:00
|
|
|
|
<ClCompile Include="..\SilentPatch\Timer.cpp" />
|
|
|
|
|
<ClCompile Include="..\SilentPatch\Utils\Patterns.cpp">
|
2017-03-05 22:25:46 +01:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">NotUsing</PrecompiledHeader>
|
2019-06-28 23:14:32 +02:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
2017-03-05 22:25:46 +01:00
|
|
|
|
</ClCompile>
|
2018-03-27 22:28:45 +02:00
|
|
|
|
<ClCompile Include="ModelInfoVC.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>
|
2017-09-12 13:48:15 +02:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Master|Win32'">Create</PrecompiledHeader>
|
2014-08-27 01:20:24 +02:00
|
|
|
|
</ClCompile>
|
2019-12-25 17:40:59 +01:00
|
|
|
|
<ClCompile Include="VehicleVC.cpp" />
|
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>
|