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.
344 lines
22 KiB
344 lines
22 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>{7525170D-4087-423D-BC3E-538D546D37AA}</ProjectGuid> |
|
<RootNamespace>plUruLauncher</RootNamespace> |
|
<Keyword>Win32Proj</Keyword> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</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> |
|
<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)'=='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)'=='Debug|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.30319.1</_ProjectFileVersion> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">$(Configuration)\</OutDir> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">$(Configuration)\</IntDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">false</LinkIncremental> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">$(Configuration)\</OutDir> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">$(Configuration)\</IntDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">false</LinkIncremental> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'">plUruLauncher</TargetName> |
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UruLauncher</TargetName> |
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'">plUruLauncher_dbg</TargetName> |
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UruLauncher_dbg</TargetName> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<AdditionalIncludeDirectories>../../../../Sources/Plasma/NucleusLib;../../../../Sources/Plasma/PubUtilLib;../../../../Sources/Plasma/CoreLib;../../../../Sources/Plasma/NucleusLib/inc;../../../../../StaticSDKs/Win32/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;BUILD_TYPE=BUILD_TYPE_LIVE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<MinimalRebuild>false</MinimalRebuild> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<PrecompiledHeaderFile>Pch.h</PrecompiledHeaderFile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>winhttp.lib;ws2_32.lib;comctl32.lib;rpcrt4.lib;libeay32.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlibd.lib;dxerr9.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<AdditionalLibraryDirectories>..\..\..\..\..\StaticSDKs\Win32\OpenSSL\lib;..\..\..\..\..\StaticSDKs\Win32\xiph\lib\Debug;..\..\..\..\..\StaticSDKs\XPlatform\zlib\lib;..\..\..\..\..\StaticSDKs\Win32\DX9.0c\Lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<ProgramDatabaseFile>$(OutDir)plUruLauncher.pdb</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
</Link> |
|
<PostBuildEvent> |
|
<Command>xcopy /Y "$(TargetPath)" ..\..\..\..\test\</Command> |
|
<Message>Running plUruLauncher Post-Build Step</Message> |
|
</PostBuildEvent> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<AdditionalIncludeDirectories>../../../../Sources/Plasma/NucleusLib;../../../../Sources/Plasma/PubUtilLib;../../../../Sources/Plasma/CoreLib;../../../../Sources/Plasma/NucleusLib/inc;../../../../../StaticSDKs/Win32/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;PLASMA_EXTERNAL_RELEASE;BUILD_TYPE=BUILD_TYPE_LIVE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<MinimalRebuild>false</MinimalRebuild> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<PrecompiledHeaderFile>Pch.h</PrecompiledHeaderFile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>winhttp.lib;ws2_32.lib;comctl32.lib;rpcrt4.lib;libeay32.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlibd.lib;dxerr9.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<AdditionalLibraryDirectories>..\..\..\..\..\StaticSDKs\Win32\OpenSSL\lib;..\..\..\..\..\StaticSDKs\Win32\xiph\lib\Debug;..\..\..\..\..\StaticSDKs\XPlatform\zlib\lib;..\..\..\..\..\StaticSDKs\Win32\DX9.0c\Lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<ProgramDatabaseFile>$(OutDir)plUruLauncher.pdb</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
</Link> |
|
<PostBuildEvent> |
|
<Command>xcopy /Y "$(TargetPath)" ..\..\..\..\test\</Command> |
|
<Message>Running plUruLauncher Post-Build Step</Message> |
|
</PostBuildEvent> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'"> |
|
<ClCompile> |
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
<AdditionalIncludeDirectories>../../../../Sources/Plasma/NucleusLib;../../../../Sources/Plasma/PubUtilLib;../../../../Sources/Plasma/CoreLib;../../../../Sources/Plasma/NucleusLib/inc;../../../../../StaticSDKs/Win32/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;BUILD_TYPE=BUILD_TYPE_LIVE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
<BufferSecurityCheck>true</BufferSecurityCheck> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<PrecompiledHeaderFile> |
|
</PrecompiledHeaderFile> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
<Optimization>Full</Optimization> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>winhttp.lib;ws2_32.lib;comctl32.lib;rpcrt4.lib;libeay32.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<AdditionalLibraryDirectories>..\..\..\..\..\StaticSDKs\Win32\OpenSSL\lib;..\..\..\..\..\StaticSDKs\Win32\xiph\lib\Release;..\..\..\..\..\StaticSDKs\XPlatform\zlib\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<IgnoreSpecificDefaultLibraries> |
|
</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>false</GenerateDebugInformation> |
|
<ProgramDatabaseFile> |
|
</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<EnableCOMDATFolding> |
|
</EnableCOMDATFolding> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
<PostBuildEvent> |
|
<Message>Running plUruLauncher Post-Build Step</Message> |
|
<Command>xcopy /Y "$(TargetPath)" ..\..\..\..\test\</Command> |
|
</PostBuildEvent> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
<AdditionalIncludeDirectories>../../../../Sources/Plasma/NucleusLib;../../../../Sources/Plasma/PubUtilLib;../../../../Sources/Plasma/CoreLib;../../../../Sources/Plasma/NucleusLib/inc;../../../../../StaticSDKs/Win32/OpenSSL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;PLASMA_EXTERNAL_RELEASE;BUILD_TYPE=BUILD_TYPE_LIVE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
<BufferSecurityCheck>true</BufferSecurityCheck> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<PrecompiledHeaderFile> |
|
</PrecompiledHeaderFile> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
<Optimization>Full</Optimization> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>winhttp.lib;ws2_32.lib;comctl32.lib;rpcrt4.lib;libeay32.lib;libogg_static.lib;libvorbis_static.lib;libvorbisfile_static.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
<AdditionalLibraryDirectories>..\..\..\..\..\StaticSDKs\Win32\OpenSSL\lib;..\..\..\..\..\StaticSDKs\Win32\xiph\lib\Release;..\..\..\..\..\StaticSDKs\XPlatform\zlib\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
<IgnoreSpecificDefaultLibraries> |
|
</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>false</GenerateDebugInformation> |
|
<ProgramDatabaseFile> |
|
</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<EnableCOMDATFolding> |
|
</EnableCOMDATFolding> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
<PostBuildEvent> |
|
<Message>Running plUruLauncher Post-Build Step</Message> |
|
<Command>xcopy /Y "$(TargetPath)" ..\..\..\..\test\</Command> |
|
</PostBuildEvent> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\Main.cpp" /> |
|
<ClCompile Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\SelfPatcher.cpp" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\Intern.h" /> |
|
<ClInclude Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\Pch.h" /> |
|
<ClInclude Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\plLauncherInfo.h" /> |
|
<ClInclude Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\resource.h" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\banner.bmp" /> |
|
<None Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\Dirt.ICO" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ResourceCompile Include="..\..\..\..\Sources\Plasma\Apps\plUruLauncher\plUruLauncher.rc" /> |
|
</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\pnAsyncCoreExe\pnAsyncCoreExe.vcxproj"> |
|
<Project>{55c8ddc2-0675-4977-a18f-166109d89f4b}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnAsyncCore\pnAsyncCore.vcxproj"> |
|
<Project>{4e991726-d69f-4786-a873-df37fb4dabf9}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnNetBase\pnNetBase.vcxproj"> |
|
<Project>{ab45ba83-4921-4a3c-80cf-1984d49aca0d}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NucleusLib\pnNetCli\pnNetCli.vcxproj"> |
|
<Project>{6b9cdd84-ab0f-4643-8d0b-d0c0714e706f}</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\pnNetProtocol\pnNetProtocol.vcxproj"> |
|
<Project>{32ec294e-2a45-4627-b5c4-b5cd236c2674}</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\pnSimpleNet\pnSimpleNet.vcxproj"> |
|
<Project>{d20a0f2b-6822-4ee7-88c0-37ed22e38583}</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\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\plEncryption\plEncryption.vcxproj"> |
|
<Project>{c1056f07-0d34-49cc-9b13-9f212bdf023b}</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\plNetClientComm\plNetClientComm.vcxproj"> |
|
<Project>{605f0bee-a790-868b-af5e-304b78e798c6}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plNetClient\plNetClient.vcxproj"> |
|
<Project>{6a6c1452-0c40-4f1c-00a0-4f2505d7c593}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plNetGameLib\plNetGameLib.vcxproj"> |
|
<Project>{cbed4802-1fad-49e7-bbdc-fc851c27d7ed}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plNetMessage\plNetMessage.vcxproj"> |
|
<Project>{6e2a360e-cf95-4cad-ac40-a022d2fe6f4b}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plNetTransport\plNetTransport.vcxproj"> |
|
<Project>{6e6396bf-a81f-132c-bea0-93b01e9cdce5}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\PubUtilLib\plUnifiedTime\plUnifiedTime.vcxproj"> |
|
<Project>{fe69f407-565e-4c33-a91a-fba622d59c18}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
<ProjectReference Include="..\plClientPatcher\plClientPatcher.vcxproj"> |
|
<Project>{f1dc998f-6b75-48ff-8446-d59af448678e}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |