110 lines
6.2 KiB
XML
110 lines
6.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|ORBIS">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ORBIS</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ORBIS">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ORBIS</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{02162131-862F-4D65-A3FB-A670D4790F7E}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ORBIS'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>Clang</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ORBIS'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<PropertyGroup Condition="'$(DebuggerFlavor)'=='ORBISDebugger'" Label="OverrideDebuggerDefaults">
|
|
<!--LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand-->
|
|
<!--LocalDebuggerCommandArguments></LocalDebuggerCommandArguments-->
|
|
<!--LocalDebuggerTarget></LocalDebuggerTarget-->
|
|
<!--LocalDebuggerWorkingDirectory>$(ProjectDir)</LocalDebuggerWorkingDirectory-->
|
|
<!--LocalRunCommandLine></LocalRunCommandLine-->
|
|
</PropertyGroup>
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<Import Condition="Exists('$(VCTargetsPath)\BuildCustomizations\OrbisWavePsslc.props')" Project="$(VCTargetsPath)\BuildCustomizations\OrbisWavePsslc.props" />
|
|
<Import Condition="Exists('$(VCTargetsPath)\BuildCustomizations\SCU.props')" Project="$(VCTargetsPath)\BuildCustomizations\SCU.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ORBIS'">
|
|
<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|ORBIS'">
|
|
<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|ORBIS'">
|
|
<OutDir>$(SolutionDir)Playstation\OrbisLibAPI-2.0\build\$(Configuration)\</OutDir>
|
|
<IncludePath>$(SolutionDir)Playstation\OrbisUtils;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ORBIS'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<ProcessorNumber>32</ProcessorNumber>
|
|
<CppLanguageStd>Cpp17</CppLanguageStd>
|
|
<CppExceptions>true</CppExceptions>
|
|
</ClCompile>
|
|
<Link>
|
|
<Addressing>NonAslr</Addressing>
|
|
<AdditionalLibraryDirectories>$(SolutionDir)Playstation\OrbisUtils\build;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>-lc_stub_weak;-lkernel_stub_weak;-lScePad_stub_weak;-lSceRtc_stub_weak;-lSceUserService_stub_weak;-lSceSystemService_stub_weak;-lSceNet_stub_weak;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>"C:\Python27\python.exe" $(SolutionDir)Playstation\OrbisLibAPI-2.0\build\make_fself.py $(OutputPath)$(ProjectName).elf $(OutputPath)eboot.bin</Command>
|
|
</PostBuildEvent>
|
|
<PreBuildEvent>
|
|
<Command>call "$(SolutionDir)\Misc\Increment.bat" "Version.h" "ORBISLIB_BUILDVERSION" </Command>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ORBIS'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions);</PreprocessorDefinitions>
|
|
<OptimizationLevel>Level2</OptimizationLevel>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="API.h" />
|
|
<ClInclude Include="Config.h" />
|
|
<ClInclude Include="Events.h" />
|
|
<ClInclude Include="Sockets.h" />
|
|
<ClInclude Include="stdafx.h" />
|
|
<ClInclude Include="ThreadPool.h" />
|
|
<ClInclude Include="Utilities.h" />
|
|
<ClInclude Include="Version.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="API.cpp" />
|
|
<ClCompile Include="Events.cpp" />
|
|
<ClCompile Include="Main.cpp" />
|
|
<ClCompile Include="Sockets.cpp" />
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ORBIS'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ORBIS'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="ThreadPool.cpp" />
|
|
<ClCompile Include="Utilities.cpp" />
|
|
</ItemGroup>
|
|
<Import Condition="'$(ConfigurationType)' == 'Makefile' and Exists('$(VCTargetsPath)\Platforms\$(Platform)\SCE.Makefile.$(Platform).targets')" Project="$(VCTargetsPath)\Platforms\$(Platform)\SCE.Makefile.$(Platform).targets" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Condition="Exists('$(VCTargetsPath)\BuildCustomizations\OrbisWavePsslc.targets')" Project="$(VCTargetsPath)\BuildCustomizations\OrbisWavePsslc.targets" />
|
|
<Import Condition="Exists('$(VCTargetsPath)\BuildCustomizations\SCU.targets')" Project="$(VCTargetsPath)\BuildCustomizations\SCU.targets" />
|
|
</ImportGroup>
|
|
</Project> |