SilentPatch/SilentPatchSA/SilentPatchSA.vcxproj

166 lines
8.8 KiB
XML
Raw Normal View History

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>
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>
<CharacterSet>MultiByte</CharacterSet>
2015-05-02 03:27:30 +05:00
<PlatformToolset>v120_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>
<CharacterSet>MultiByte</CharacterSet>
2015-05-02 03:27:30 +05:00
<PlatformToolset>v120_xp</PlatformToolset>
2014-05-31 00:14:47 +06:00
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<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" />
</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>
<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>
<PreprocessorDefinitions>SILENTPATCH_SA_VER;%(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>
2014-05-31 00:14:47 +06:00
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
2014-06-16 20:31:46 +06:00
<AdditionalDependencies>winmm.lib;Shlwapi.lib;libFLAC_static_d.lib;win_utf8_io_static_d.lib;%(AdditionalDependencies)</AdditionalDependencies>
2014-05-31 00:14:47 +06:00
</Link>
<PostBuildEvent>
2015-02-02 02:20:45 +05:00
<Command>copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\SilentPatchSA.asi"
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>
2014-06-23 06:37:03 +06:00
<PreprocessorDefinitions>SILENTPATCH_SA_VER;NDEBUG;%(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>
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>
2014-06-16 20:31:46 +06:00
<AdditionalDependencies>winmm.lib;Shlwapi.lib;libFLAC_static.lib;win_utf8_io_static.lib;%(AdditionalDependencies)</AdditionalDependencies>
2014-05-31 00:14:47 +06:00
</Link>
<PostBuildEvent>
2015-02-02 02:20:45 +05:00
<Command>copy /y "$(TargetPath)" "D:\gry\GTA San Andreas clean\SilentPatchSA.asi"
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>
2014-08-03 19:38:53 +06:00
<ClCompile Include="AudioHardwareSA.cpp" />
<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" />
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>
</FxCompile>
2014-05-31 00:14:47 +06:00
</ItemGroup>
<ItemGroup>
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" />
<ClInclude Include="..\SilentPatch\Timer.h" />
2014-08-03 19:38:53 +06:00
<ClInclude Include="AudioHardwareSA.h" />
<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" />
2014-08-03 19:38:53 +06:00
<ClInclude Include="ScriptSA.h" />
<ClInclude Include="StdAfxSA.h" />
<ClInclude Include="TimerSA.h" />
<ClInclude Include="VehicleSA.h" />
2014-05-31 00:14:47 +06:00
</ItemGroup>
2015-02-08 23:52:41 +05:00
<ItemGroup>
<ResourceCompile Include="Shaders.rc" />
</ItemGroup>
2014-05-31 00:14:47 +06:00
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
2014-05-31 00:14:47 +06:00
</ImportGroup>
</Project>