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.
85 lines
4.8 KiB
85 lines
4.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Prospero">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Prospero</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Prospero">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Prospero</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{cfc8c665-7287-4dac-9016-2d97e70b63be}</ProjectGuid>
|
|
<ProsperoSdkVersion />
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Prospero'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<PropertyGroup Condition="'$(DebuggerFlavor)'=='ProsperoDebugger'" 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" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'">
|
|
<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|Prospero'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions);</PreprocessorDefinitions>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</ClCompile>
|
|
<Link>
|
|
<Addressing>NonAslr</Addressing>
|
|
<AdditionalLibraryDirectories>
|
|
</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>-lSceSysmodule_stub_weak;-lScePsml;-lScePsml_stub_weak;-lSceAgcGnmp;-lSceAgc;-lSceAgcCore;-lSceAgcGpuAddress;-lSceVideoOut_stub_weak;-lSceAgcDriver_stub_weak;-lSceAgc_stub_weak</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Prospero'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions);</PreprocessorDefinitions>
|
|
<OptimizationLevel>Level2</OptimizationLevel>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>-lSceSysmodule_stub_weak;-lScePsml;-lScePsml_stub_weak;-lSceAgcGnmp;-lSceAgc;-lSceAgcCore;-lSceAgcGpuAddress;-lSceVideoOut_stub_weak;-lSceAgcDriver_stub_weak;-lSceAgc_stub_weak</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="pssrplugin.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="UnityPluginAPI\IUnityGraphics.h" />
|
|
<ClInclude Include="UnityPluginAPI\IUnityGraphicsAgcPS5.h" />
|
|
<ClInclude Include="UnityPluginAPI\IUnityGraphicsPS5.h" />
|
|
<ClInclude Include="UnityPluginAPI\IUnityInterface.h" />
|
|
<ClInclude Include="UnityPluginAPI\IUnityLog.h" />
|
|
</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" />
|
|
</ImportGroup>
|
|
</Project>
|