You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
418 lines
26 KiB
418 lines
26 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<ItemGroup Label="ProjectConfigurations"> |
|
<ProjectConfiguration Include="Debug_Internal|Win32"> |
|
<Configuration>Debug_Internal</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release_Internal|Win32"> |
|
<Configuration>Release_Internal</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectGuid>{885DFDA6-A470-4770-9035-64F6BAD39CE7}</ProjectGuid> |
|
<SccProjectName /> |
|
<SccLocalPath /> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|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> |
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">$(Configuration)\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">$(Configuration)\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">false</LinkIncremental> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</OutDir> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">$(Configuration)\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">$(Configuration)\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">false</LinkIncremental> |
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)_dbg</TargetName> |
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">$(ProjectName)_dbg</TargetName> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/CoreLib;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../StaticSDKs/XPlatform/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<BufferSecurityCheck>true</BufferSecurityCheck> |
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
|
<PrecompiledHeaderOutputFile> |
|
</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
<CompileAs>Default</CompileAs> |
|
<DisableSpecificWarnings>4800</DisableSpecificWarnings> |
|
<StringPooling>true</StringPooling> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>ws2_32.lib;Rpcrt4.lib;dxerr.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlibd.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<AdditionalLibraryDirectories>..\..\..\StaticSDKs\Win32\DX9.0c\Lib\x86;..\..\..\StaticSDKs\XPlatform\oggvorbis\libogg\win32\VS2010\Win32\Debug;..\..\..\StaticSDKs\XPlatform\oggvorbis\libvorbis\win32\VS2010\Win32\Debug;..\..\..\StaticSDKs\XPlatform\zlib\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<IgnoreSpecificDefaultLibraries>libc.lib;libcd.lib;libci.lib;libcid.lib;libcmtd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<AssemblyDebug>true</AssemblyDebug> |
|
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile> |
|
<SubSystem>Console</SubSystem> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<GenerateMapFile>true</GenerateMapFile> |
|
<MapFileName>$(OutDir)$(TargetName).map</MapFileName> |
|
<MapExports>true</MapExports> |
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
|
</Link> |
|
<Midl> |
|
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName> |
|
<HeaderFileName> |
|
</HeaderFileName> |
|
</Midl> |
|
<PostBuildEvent> |
|
<Message>Copy to Tools directory</Message> |
|
<Command>xcopy /Y /I "$(TargetPath)" ..\..\..\..\tools\</Command> |
|
</PostBuildEvent> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/CoreLib;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../StaticSDKs/XPlatform/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;PLASMA_EXTERNAL_RELEASE;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<BufferSecurityCheck>true</BufferSecurityCheck> |
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
|
<PrecompiledHeaderOutputFile> |
|
</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
<CompileAs>Default</CompileAs> |
|
<DisableSpecificWarnings>4800</DisableSpecificWarnings> |
|
<StringPooling>true</StringPooling> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>ws2_32.lib;Rpcrt4.lib;dxerr.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlibd.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<AdditionalLibraryDirectories>..\..\..\StaticSDKs\Win32\DX9.0c\Lib\x86;..\..\..\StaticSDKs\XPlatform\oggvorbis\libogg\win32\VS2010\Win32\Debug;..\..\..\StaticSDKs\XPlatform\oggvorbis\libvorbis\win32\VS2010\Win32\Debug;..\..\..\StaticSDKs\XPlatform\zlib\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<IgnoreSpecificDefaultLibraries>libc.lib;libcd.lib;libci.lib;libcid.lib;libcmtd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<AssemblyDebug>true</AssemblyDebug> |
|
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile> |
|
<SubSystem>Console</SubSystem> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<GenerateMapFile>true</GenerateMapFile> |
|
<MapFileName>$(OutDir)$(TargetName).map</MapFileName> |
|
<MapExports>true</MapExports> |
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
|
</Link> |
|
<Midl> |
|
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName> |
|
<HeaderFileName> |
|
</HeaderFileName> |
|
</Midl> |
|
<PostBuildEvent> |
|
<Message>Copy to Tools directory</Message> |
|
<Command>xcopy /Y /I "$(TargetPath)" ..\..\..\..\tools\</Command> |
|
</PostBuildEvent> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'"> |
|
<ClCompile> |
|
<Optimization>Full</Optimization> |
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/CoreLib;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../StaticSDKs/XPlatform/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
|
<PrecompiledHeaderOutputFile> |
|
</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
<BrowseInformation>false</BrowseInformation> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<DebugInformationFormat> |
|
</DebugInformationFormat> |
|
<CompileAs>Default</CompileAs> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<DisableSpecificWarnings>4800</DisableSpecificWarnings> |
|
<BufferSecurityCheck>true</BufferSecurityCheck> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>ws2_32.lib;Rpcrt4.lib;dxerr.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<AdditionalLibraryDirectories>..\..\..\StaticSDKs\Win32\DX9.0c\Lib\x86;..\..\..\StaticSDKs\XPlatform\oggvorbis\libogg\win32\VS2010\Win32\Release;..\..\..\StaticSDKs\XPlatform\oggvorbis\libvorbis\win32\VS2010\Win32\Release;..\..\..\StaticSDKs\XPlatform\zlib\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<IgnoreSpecificDefaultLibraries>libc.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<AssemblyDebug>false</AssemblyDebug> |
|
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile> |
|
<GenerateMapFile>true</GenerateMapFile> |
|
<MapFileName>$(OutDir)$(TargetName).map</MapFileName> |
|
<SubSystem>Console</SubSystem> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<MapExports>true</MapExports> |
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
|
</Link> |
|
<Midl> |
|
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName> |
|
<HeaderFileName> |
|
</HeaderFileName> |
|
</Midl> |
|
<PostBuildEvent> |
|
<Message>Copy to Tools directory</Message> |
|
<Command>xcopy /Y /I "$(TargetPath)" ..\..\..\..\tools\</Command> |
|
</PostBuildEvent> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<Optimization>Full</Optimization> |
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/CoreLib;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../StaticSDKs/XPlatform/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PLASMA_EXTERNAL_RELEASE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;MS_NO_COREDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
<FunctionLevelLinking> |
|
</FunctionLevelLinking> |
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
<PrecompiledHeaderOutputFile> |
|
</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<CompileAs>Default</CompileAs> |
|
<DebugInformationFormat> |
|
</DebugInformationFormat> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>ws2_32.lib;Rpcrt4.lib;dxerr.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<AdditionalLibraryDirectories>..\..\..\StaticSDKs\Win32\DX9.0c\Lib\x86;..\..\..\StaticSDKs\XPlatform\oggvorbis\libogg\win32\VS2010\Win32\Release;..\..\..\StaticSDKs\XPlatform\oggvorbis\libvorbis\win32\VS2010\Win32\Release;..\..\..\StaticSDKs\XPlatform\zlib\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<IgnoreSpecificDefaultLibraries>libc.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<AssemblyDebug>false</AssemblyDebug> |
|
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile> |
|
<GenerateMapFile>true</GenerateMapFile> |
|
<MapFileName>$(OutDir)$(TargetName).map</MapFileName> |
|
<SubSystem>Console</SubSystem> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<MapExports>true</MapExports> |
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
|
</Link> |
|
<Midl> |
|
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName> |
|
<HeaderFileName> |
|
</HeaderFileName> |
|
</Midl> |
|
<PostBuildEvent> |
|
<Message>Copy to Tools directory</Message> |
|
<Command>xcopy /Y /I "$(TargetPath)" ..\..\..\..\tools\</Command> |
|
</PostBuildEvent> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="..\..\..\..\..\Sources\Plasma\Apps\SoundDecompress\main.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">Disabled</Optimization> |
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">MaxSpeed</Optimization> |
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
</ClCompile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\CoreLibExe\CoreLibExe.vcxproj"> |
|
<Project>{4054c94f-866a-4aa7-874b-2afcfef23a71}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\CoreLib\CoreLib.vcxproj"> |
|
<Project>{83a96477-baef-4db7-8134-aeadf4b2e63f}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnAddrInfo\pnAddrInfo.vcxproj"> |
|
<Project>{af37952c-0c38-4057-8d59-eaa18f28da26}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnDispatch\pnDispatch.vcxproj"> |
|
<Project>{e609c4f6-52a0-45c6-958a-8b41680ad809}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnFactory\pnFactory.vcxproj"> |
|
<Project>{7c9680f1-6d8c-429d-a3a9-0cd36d9aea0c}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnKeyedObject\pnKeyedObject.vcxproj"> |
|
<Project>{4f020dd6-7d46-49e1-bfc1-082d5f979dac}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnMessage\pnMessage.vcxproj"> |
|
<Project>{633286c6-e4e8-428f-b1ee-d48cdacc0490}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnModifier\pnModifier.vcxproj"> |
|
<Project>{b4752dfb-c7f8-4864-a23b-5f15bc64a7a0}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnNetCommon\pnNetCommon.vcxproj"> |
|
<Project>{90da3776-6b7c-48a0-8cec-1a60db5be61f}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnNucleusInc\pnNucleusInc.vcxproj"> |
|
<Project>{f2635bc2-a8ba-4d43-807a-ea91307dbf93}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnProduct\pnProduct.vcxproj"> |
|
<Project>{ca208971-6c77-47f6-aa4b-fb6ecc071132}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnSceneObject\pnSceneObject.vcxproj"> |
|
<Project>{c0e5499c-1b5b-49a2-9047-95ab6a6c2b13}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnTimer\pnTimer.vcxproj"> |
|
<Project>{59197414-421b-457e-a559-f6d875379603}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnUtilsExe\pnUtilsExe.vcxproj"> |
|
<Project>{08eb4dcb-75f7-419e-a212-0bead6a10ff1}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnUtils\pnUtils.vcxproj"> |
|
<Project>{89316659-f4a9-4e92-8200-c36288a61b9b}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plAgeDescription\plAgeDescription.vcxproj"> |
|
<Project>{7147ce72-97c7-48d9-b3be-e0fca3fba83c}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plAudioCore\plAudioCore.vcxproj"> |
|
<Project>{99445121-67ba-4696-8904-f2fc13c928bb}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plCompression\plCompression.vcxproj"> |
|
<Project>{7d696f05-8019-4029-a6e5-1225619ed40a}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plFile\plFile.vcxproj"> |
|
<Project>{eefe2438-9f93-4c5c-b85d-6fdd431a1cf1}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plNetCommon\plNetCommon.vcxproj"> |
|
<Project>{050ac8c8-a537-46fe-afee-bd3f9cb98f69}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plMessage\plMessage.vcxproj"> |
|
<Project>{05ab7d6b-5c79-4aa2-bee0-b7f9cbfb976a}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plResMgr\plResMgr.vcxproj"> |
|
<Project>{e157e0e4-ac35-4435-95a6-9179aab66436}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plStatusLog\plStatusLog.vcxproj"> |
|
<Project>{21694294-7039-4c2a-b332-08dcad747f05}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plUnifiedTime\plUnifiedTime.vcxproj"> |
|
<Project>{fe69f407-565e-4c33-a91a-fba622d59c18}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plUUID\plUUID.vcxproj"> |
|
<Project>{bbdf8302-be9c-43ec-aaf8-912e601515b3}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |