mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
Increase EXP1 size, allow loading rom from file Remove pointer math, avoid null dereference Add lua binding for Parallel memory pointer Rename memory regions... dERP Fix out of page writes Light tidy and trying to trigger build steps Squash ya later dude! Progress commit. Fairly fleshed out, needs tidying Progress commit
351 lines
No EOL
18 KiB
XML
351 lines
No EOL
18 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|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseWithTracy|Win32">
|
|
<Configuration>ReleaseWithTracy</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseWithTracy|x64">
|
|
<Configuration>ReleaseWithTracy</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseWithClangCL|Win32">
|
|
<Configuration>ReleaseWithClangCL</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseWithClangCL|x64">
|
|
<Configuration>ReleaseWithClangCL</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{9372D878-F76C-418B-8E2A-8E9896FF575B}</ProjectGuid>
|
|
<RootNamespace>core</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCl</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCl</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</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" />
|
|
<Import Project="..\common.props" />
|
|
</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" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
<Import Project="..\tracy.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
<Import Project="..\tracy.props" />
|
|
</ImportGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\src\core\binloader.cc" />
|
|
<ClCompile Include="..\..\src\core\callstacks.cc" />
|
|
<ClCompile Include="..\..\src\core\cdrom.cc" />
|
|
<ClCompile Include="..\..\src\core\cheat.cc" />
|
|
<ClCompile Include="..\..\src\core\debug.cc" />
|
|
<ClCompile Include="..\..\src\core\decode_xa.cc" />
|
|
<ClCompile Include="..\..\src\core\display.cc" />
|
|
<ClCompile Include="..\..\src\core\disr3000a.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x64\gte_x64.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x64\instructions.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x64\profiler.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x64\recompiler.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x64\regAllocation.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x64\symbols.cc" />
|
|
<ClCompile Include="..\..\src\core\DynaRec_x86\iR3000A.cc" />
|
|
<ClCompile Include="..\..\src\core\eventslua.cc" />
|
|
<ClCompile Include="..\..\src\core\pio-cart.cc" />
|
|
<ClCompile Include="..\..\src\core\gdb-server.cc" />
|
|
<ClCompile Include="..\..\src\core\gpu.cc" />
|
|
<ClCompile Include="..\..\src\core\gte.cc" />
|
|
<ClCompile Include="..\..\src\core\kernel.cc" />
|
|
<ClCompile Include="..\..\src\core\kernellog.cc" />
|
|
<ClCompile Include="..\..\src\core\luaiso.cc" />
|
|
<ClCompile Include="..\..\src\core\mdec.cc" />
|
|
<ClCompile Include="..\..\src\core\memorycard.cc" />
|
|
<ClCompile Include="..\..\src\core\OpenGL_GPU\command_processor.cc" />
|
|
<ClCompile Include="..\..\src\core\OpenGL_GPU\gpu_opengl.cc" />
|
|
<ClCompile Include="..\..\src\core\pad.cc" />
|
|
<ClCompile Include="..\..\src\core\pcsxlua.cc" />
|
|
<ClCompile Include="..\..\src\core\pgxp_cpu.cc" />
|
|
<ClCompile Include="..\..\src\core\pgxp_debug.cc" />
|
|
<ClCompile Include="..\..\src\core\pgxp_gte.cc" />
|
|
<ClCompile Include="..\..\src\core\pgxp_mem.cc" />
|
|
<ClCompile Include="..\..\src\core\pgxp_value.cc" />
|
|
<ClCompile Include="..\..\src\core\psxemulator.cc" />
|
|
<ClCompile Include="..\..\src\core\psxcounters.cc" />
|
|
<ClCompile Include="..\..\src\core\psxdma.cc" />
|
|
<ClCompile Include="..\..\src\core\psxhw.cc" />
|
|
<ClCompile Include="..\..\src\core\psxinterpreter.cc" />
|
|
<ClCompile Include="..\..\src\core\psxmem.cc" />
|
|
<ClCompile Include="..\..\src\core\r3000a.cc" />
|
|
<ClCompile Include="..\..\src\core\sio.cc" />
|
|
<ClCompile Include="..\..\src\core\sio1-server.cc" />
|
|
<ClCompile Include="..\..\src\core\sio1.cc" />
|
|
<ClCompile Include="..\..\src\core\spu.cc" />
|
|
<ClCompile Include="..\..\src\core\sstate.cc" />
|
|
<ClCompile Include="..\..\src\core\system.cc" />
|
|
<ClCompile Include="..\..\src\core\web-server.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\src\core\binloader.h" />
|
|
<ClInclude Include="..\..\src\core\callstacks.h" />
|
|
<ClInclude Include="..\..\src\core\cdrom.h" />
|
|
<ClInclude Include="..\..\src\core\cheat.h" />
|
|
<ClInclude Include="..\..\src\core\coff.h" />
|
|
<ClInclude Include="..\..\src\core\debug.h" />
|
|
<ClInclude Include="..\..\src\core\decode_xa.h" />
|
|
<ClInclude Include="..\..\src\core\display.h" />
|
|
<ClInclude Include="..\..\src\core\disr3000a.h" />
|
|
<ClInclude Include="..\..\src\core\DynaRec_x64\emitter.h" />
|
|
<ClInclude Include="..\..\src\core\DynaRec_x64\profiler.h" />
|
|
<ClInclude Include="..\..\src\core\DynaRec_x64\recompiler.h" />
|
|
<ClInclude Include="..\..\src\core\DynaRec_x64\regAllocation.h" />
|
|
<ClInclude Include="..\..\src\core\eventslua.h" />
|
|
<ClInclude Include="..\..\src\core\pio-cart.h" />
|
|
<ClInclude Include="..\..\src\core\gdb-server.h" />
|
|
<ClInclude Include="..\..\src\core\gpu.h" />
|
|
<ClInclude Include="..\..\src\core\gte.h" />
|
|
<ClInclude Include="..\..\src\core\kernel.h" />
|
|
<ClInclude Include="..\..\src\core\logger.h" />
|
|
<ClInclude Include="..\..\src\core\luaiso.h" />
|
|
<ClInclude Include="..\..\src\core\mdec.h" />
|
|
<ClInclude Include="..\..\src\core\memorycard.h" />
|
|
<ClInclude Include="..\..\src\core\OpenGL_GPU\gpu_opengl.h" />
|
|
<ClInclude Include="..\..\src\core\pad.h" />
|
|
<ClInclude Include="..\..\src\core\pcsxlua.h" />
|
|
<ClInclude Include="..\..\src\core\pgxp_cpu.h" />
|
|
<ClInclude Include="..\..\src\core\pgxp_debug.h" />
|
|
<ClInclude Include="..\..\src\core\pgxp_gte.h" />
|
|
<ClInclude Include="..\..\src\core\pgxp_mem.h" />
|
|
<ClInclude Include="..\..\src\core\pgxp_value.h" />
|
|
<ClInclude Include="..\..\src\core\psxemulator.h" />
|
|
<ClInclude Include="..\..\src\core\psxcounters.h" />
|
|
<ClInclude Include="..\..\src\core\psxdma.h" />
|
|
<ClInclude Include="..\..\src\core\psxhw.h" />
|
|
<ClInclude Include="..\..\src\core\psxmem.h" />
|
|
<ClInclude Include="..\..\src\core\r3000a.h" />
|
|
<ClInclude Include="..\..\src\core\sio.h" />
|
|
<ClInclude Include="..\..\src\core\sio1.h" />
|
|
<ClInclude Include="..\..\src\core\sio1-server.h" />
|
|
<ClInclude Include="..\..\src\core\spu.h" />
|
|
<ClInclude Include="..\..\src\core\sstate.h" />
|
|
<ClInclude Include="..\..\src\core\system.h" />
|
|
<ClInclude Include="..\..\src\core\web-server.h" />
|
|
<ClInclude Include="..\..\src\mips\common\util\encoder.hh" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\src\core\isoffi.lua" />
|
|
<None Include="..\..\src\core\pcsxffi.lua" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="..\packages\luajit.native.2.1.0-beta3c\build\native\luajit.native.targets" Condition="Exists('..\packages\luajit.native.2.1.0-beta3c\build\native\luajit.native.targets')" />
|
|
<Import Project="..\packages\glfw.3.3.8\build\native\glfw.targets" Condition="Exists('..\packages\glfw.3.3.8\build\native\glfw.targets')" />
|
|
</ImportGroup>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\luajit.native.2.1.0-beta3c\build\native\luajit.native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\luajit.native.2.1.0-beta3c\build\native\luajit.native.targets'))" />
|
|
<Error Condition="!Exists('..\packages\glfw.3.3.8\build\native\glfw.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\glfw.3.3.8\build\native\glfw.targets'))" />
|
|
</Target>
|
|
</Project> |