2014-05-31 00:14:47 +06:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-05-31 00:14:47 +06: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>{D3E18BC0-A120-451D-A16A-F77072625D66}</ProjectGuid>
|
|
|
|
|
<RootNamespace>SAFix</RootNamespace>
|
2015-04-22 18:20:40 +05:00
|
|
|
|
<ProjectName>SilentPatchSA</ProjectName>
|
2017-03-08 20:34:00 +05:00
|
|
|
|
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
|
2014-05-31 00:14:47 +06: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 21:21:07 +05:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-08 20:34:00 +05:00
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2017-04-09 21:21:07 +05:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-08 20:34:00 +05:00
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
2014-08-22 06:13:55 +06:00
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</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 18:37:36 +05:00
|
|
|
|
<Import Project="versionmeta.props" />
|
2014-05-31 00:14:47 +06: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 18:37:36 +05:00
|
|
|
|
<Import Project="versionmeta.props" />
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<TargetExt>.asi</TargetExt>
|
2015-04-22 18:20:40 +05:00
|
|
|
|
<TargetName>SilentPatchSA</TargetName>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<TargetExt>.asi</TargetExt>
|
2015-04-22 18:20:40 +05:00
|
|
|
|
<TargetName>SilentPatchSA</TargetName>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-04-22 23:54:20 +05:00
|
|
|
|
<PreprocessorDefinitions>_GTA_SA;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<AdditionalIncludeDirectories>D:\RWSDK\Graphics\rwsdk\include\d3d9;..\SilentPatch;$(DXSDK_DIR)\include</AdditionalIncludeDirectories>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<PrecompiledHeaderFile>StdAfxSA.h</PrecompiledHeaderFile>
|
2015-06-21 03:44:55 +05:00
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2017-04-03 00:08:57 +05:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /std:c++latest %(AdditionalOptions)</AdditionalOptions>
|
2016-09-12 03:11:17 +05:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2017-03-02 05:35:13 +05:00
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-03-02 04:40:15 +05:00
|
|
|
|
<AdditionalDependencies>Shlwapi.lib;libFLAC_static_d.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2016-04-03 17:40:21 +05:00
|
|
|
|
<Command>copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\SilentPatchSA.asi"
|
2015-02-02 02:20:45 +05:00
|
|
|
|
copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\scripts\gta-sa_newsteam_r2\SilentPatchSA.asi"
|
|
|
|
|
copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\scripts\newsteam_r2_lowviolence_gta-sa\SilentPatchSA.asi"</Command>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</PostBuildEvent>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<FxCompile>
|
|
|
|
|
<ShaderModel>2.0</ShaderModel>
|
|
|
|
|
</FxCompile>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2017-03-03 06:03:50 +05:00
|
|
|
|
<PreprocessorDefinitions>_GTA_SA;NDEBUG;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<AdditionalIncludeDirectories>D:\RWSDK\Graphics\rwsdk\include\d3d9;..\SilentPatch;$(DXSDK_DIR)\include</AdditionalIncludeDirectories>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<PrecompiledHeaderFile>StdAfxSA.h</PrecompiledHeaderFile>
|
2015-06-21 03:44:55 +05:00
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2017-04-03 00:08:57 +05:00
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /std:c++latest %(AdditionalOptions)</AdditionalOptions>
|
2016-09-12 03:11:17 +05:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2017-03-02 05:35:13 +05:00
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-03-02 04:40:15 +05:00
|
|
|
|
<AdditionalDependencies>Shlwapi.lib;libFLAC_static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2016-04-03 17:40:21 +05:00
|
|
|
|
<Command>copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\SilentPatchSA.asi"
|
2015-02-02 02:20:45 +05:00
|
|
|
|
copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\scripts\gta-sa_newsteam_r2\SilentPatchSA.asi"
|
|
|
|
|
copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\scripts\newsteam_r2_lowviolence_gta-sa\SilentPatchSA.asi"</Command>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</PostBuildEvent>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<FxCompile>
|
|
|
|
|
<ShaderModel>2.0</ShaderModel>
|
|
|
|
|
</FxCompile>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2017-03-06 02:25:46 +05:00
|
|
|
|
<ClCompile Include="..\SilentPatch\Patterns.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2017-06-19 23:00:02 +05:00
|
|
|
|
<ClCompile Include="..\SilentPatch\TheFLAUtils.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClCompile Include="AudioHardwareSA.cpp" />
|
2017-03-02 04:40:55 +05:00
|
|
|
|
<ClCompile Include="FLACDecoderSA.cpp" />
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClCompile Include="GeneralSA.cpp" />
|
|
|
|
|
<ClCompile Include="ModelInfoSA.cpp" />
|
2014-08-19 16:57:35 +06:00
|
|
|
|
<ClCompile Include="PedSA.cpp" />
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClCompile Include="PNGFile.cpp" />
|
|
|
|
|
<ClCompile Include="ScriptSA.cpp" />
|
|
|
|
|
<ClCompile Include="SilentPatchSA.cpp" />
|
|
|
|
|
<ClCompile Include="StdAfxSA.cpp">
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClCompile Include="TimerSA.cpp" />
|
|
|
|
|
<ClCompile Include="VehicleSA.cpp" />
|
2017-03-02 04:40:55 +05:00
|
|
|
|
<ClCompile Include="WaveDecoderSA.cpp" />
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<FxCompile Include="..\SilentPatch\nvc.fx">
|
2014-06-04 20:12:53 +06:00
|
|
|
|
<FileType>Document</FileType>
|
2015-02-08 23:52:41 +05:00
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">fxc /T vs_2_0 /E NVC_vertex_shader /Fo ..\SilentPatch\nvc.cso ..\SilentPatch\nvc.fx</Command>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\SilentPatch\nvc.cso</Outputs>
|
2014-06-04 20:12:53 +06:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Compiling shaders...</Message>
|
2015-02-08 23:52:41 +05:00
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">fxc /T vs_2_0 /E NVC_vertex_shader /Fo ..\SilentPatch\nvc.cso ..\SilentPatch\nvc.fx</Command>
|
2014-06-04 20:12:53 +06:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Compiling shaders...</Message>
|
2015-02-08 23:52:41 +05:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\SilentPatch\nvc.cso</Outputs>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
<EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NVC_vertex_shader</EntryPointName>
|
|
|
|
|
<ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Vertex</ShaderType>
|
|
|
|
|
<EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NVC_vertex_shader</EntryPointName>
|
|
|
|
|
<ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Vertex</ShaderType>
|
2016-04-03 17:40:21 +05:00
|
|
|
|
<ObjectFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\SilentPatch\%(Filename).cso</ObjectFileOutput>
|
|
|
|
|
<ObjectFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\SilentPatch\%(Filename).cso</ObjectFileOutput>
|
2015-05-02 03:27:30 +05:00
|
|
|
|
</FxCompile>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-03-23 15:30:06 +05:00
|
|
|
|
<ClInclude Include="..\SilentPatch\DelimStringReader.h" />
|
2014-06-10 22:31:19 +06:00
|
|
|
|
<ClInclude Include="..\SilentPatch\FLAC\callback.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\FLAC\export.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\FLAC\format.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\FLAC\metadata.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\FLAC\ordinals.h" />
|
|
|
|
|
<ClInclude Include="..\SilentPatch\FLAC\stream_decoder.h" />
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<ClInclude Include="..\SilentPatch\MemoryMgr.h" />
|
2017-03-06 02:25:46 +05:00
|
|
|
|
<ClInclude Include="..\SilentPatch\Patterns.h" />
|
2017-03-11 18:37:36 +05:00
|
|
|
|
<ClInclude Include="..\SilentPatch\resource1.h" />
|
2017-06-19 23:00:02 +05:00
|
|
|
|
<ClInclude Include="..\SilentPatch\TheFLAUtils.h" />
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClInclude Include="AudioHardwareSA.h" />
|
2017-03-02 04:40:55 +05:00
|
|
|
|
<ClInclude Include="FLACDecoderSA.h" />
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClInclude Include="GeneralSA.h" />
|
|
|
|
|
<ClInclude Include="LinkListSA.h" />
|
|
|
|
|
<ClInclude Include="Maths.h" />
|
|
|
|
|
<ClInclude Include="ModelInfoSA.h" />
|
2014-08-19 16:57:35 +06:00
|
|
|
|
<ClInclude Include="PedSA.h" />
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClInclude Include="PNGFile.h" />
|
2015-02-08 23:52:41 +05:00
|
|
|
|
<ClInclude Include="resource.h" />
|
2017-03-28 00:17:43 +05:00
|
|
|
|
<ClInclude Include="rwpred.hpp" />
|
2014-08-03 19:38:53 +06:00
|
|
|
|
<ClInclude Include="ScriptSA.h" />
|
|
|
|
|
<ClInclude Include="StdAfxSA.h" />
|
|
|
|
|
<ClInclude Include="TimerSA.h" />
|
|
|
|
|
<ClInclude Include="VehicleSA.h" />
|
2017-03-02 04:40:55 +05:00
|
|
|
|
<ClInclude Include="WaveDecoderSA.h" />
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ItemGroup>
|
2015-02-08 23:52:41 +05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="Shaders.rc" />
|
2017-03-11 18:37:36 +05:00
|
|
|
|
<ResourceCompile Include="..\SilentPatch\SilentPatch.rc" />
|
2015-02-08 23:52:41 +05:00
|
|
|
|
</ItemGroup>
|
2014-05-31 00:14:47 +06:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2014-08-22 06:13:55 +06:00
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
2014-05-31 00:14:47 +06:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|