2014-06-02 19:27:24 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-07-22 02:10:14 +03:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ProjectConfiguration Include="Debug - LLVM|x64">
|
|
|
|
|
<Configuration>Debug - LLVM</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<ProjectConfiguration Include="Debug - MemLeak|x64">
|
|
|
|
|
<Configuration>Debug - MemLeak</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ProjectConfiguration Include="Release - LLVM|x64">
|
|
|
|
|
<Configuration>Release - LLVM</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{70CD65B0-91D6-4FAE-9A7B-4AF55D0D1B12}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>rpcs3</RootNamespace>
|
2015-11-16 02:27:19 +03:00
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
</PropertyGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
</PropertyGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<CLRSupport>false</CLRSupport>
|
|
|
|
|
</PropertyGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<CLRSupport>false</CLRSupport>
|
|
|
|
|
</PropertyGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2015-10-21 10:24:02 +03:00
|
|
|
|
<IncludePath>.\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(IncludePath);..\asmjit\src\asmjit;$(UniversalCRT_IncludePath);..\minidx12\Include</IncludePath>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<LibraryPath>..\libs\$(Configuration)\;$(UniversalCRT_LibraryPath_x64);$(LibraryPath)</LibraryPath>
|
2015-06-28 18:09:28 +02:00
|
|
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
</PropertyGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">
|
2015-10-21 10:24:02 +03:00
|
|
|
|
<IncludePath>.\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(IncludePath);..\asmjit\src\asmjit;$(UniversalCRT_IncludePath);..\minidx12\Include</IncludePath>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
|
|
|
<LibraryPath>..\libs\Debug\;$(UniversalCRT_LibraryPath_x64);$(LibraryPath)</LibraryPath>
|
|
|
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">
|
2015-10-21 10:24:02 +03:00
|
|
|
|
<IncludePath>.\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(UniversalCRT_IncludePath);$(IncludePath);..\minidx12\Include</IncludePath>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<LibraryPath>..\libs\Debug\;$(UniversalCRT_LibraryPath_x64);$(LibraryPath)</LibraryPath>
|
2015-06-28 18:09:28 +02:00
|
|
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
</PropertyGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2015-10-21 10:24:02 +03:00
|
|
|
|
<IncludePath>.\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(IncludePath);..\asmjit\src\asmjit;$(UniversalCRT_IncludePath);..\minidx12\Include</IncludePath>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<LibraryPath>..\libs\$(Configuration)\;$(UniversalCRT_LibraryPath_x64);$(LibraryPath)</LibraryPath>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
2014-06-08 23:02:20 +02:00
|
|
|
|
</PropertyGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2015-10-21 10:24:02 +03:00
|
|
|
|
<IncludePath>.\;..\wxWidgets\include;..\SDL-1.3.0-5538\include;..\SDL_image-1.2.10;..\pthreads-2.8.0;..\;..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\Include;.\OpenAL\include;$(IncludePath);..\asmjit\src\asmjit;$(UniversalCRT_IncludePath);..\minidx12\Include</IncludePath>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
|
|
|
<LibraryPath>..\libs\Release\;$(UniversalCRT_LibraryPath_x64);$(LibraryPath)</LibraryPath>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
|
|
</PropertyGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2015-10-11 22:00:51 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\wxWidgets\include\msvc;..\glm</AdditionalIncludeDirectories>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
<PrecompiledHeaderFile>stdafx_gui.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)_gui.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2015-10-22 19:30:39 +03:00
|
|
|
|
<AdditionalDependencies>wxmsw31ud_adv.lib;wxbase31ud.lib;wxmsw31ud_core.lib;wxmsw31ud_aui.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;odbc32.lib;odbccp32.lib;comctl32.lib;ws2_32.lib;shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
2015-08-13 23:50:47 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\wxWidgets\lib\vc_x64_lib;..\ffmpeg\Windows\x86_64\lib;..\OpenAL\libs\Win64</AdditionalLibraryDirectories>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<BaseAddress>0x200000000</BaseAddress>
|
|
|
|
|
<FixedBaseAddress>true</FixedBaseAddress>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2015-10-04 20:07:19 +03:00
|
|
|
|
<Command>%windir%\sysnative\cmd.exe /c "$(SolutionDir)\Utilities\git-version-gen.cmd"</Command>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<Message>Updating git-version.h</Message>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2015-10-11 22:00:51 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\wxWidgets\include\msvc;..\glm</AdditionalIncludeDirectories>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
<PrecompiledHeaderFile>stdafx_gui.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)_gui.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;LLVM_AVAILABLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2015-10-22 19:30:39 +03:00
|
|
|
|
<AdditionalDependencies>wxmsw31ud_adv.lib;wxbase31ud.lib;wxmsw31ud_core.lib;wxmsw31ud_aui.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;odbc32.lib;odbccp32.lib;comctl32.lib;ws2_32.lib;shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
|
|
|
<AdditionalLibraryDirectories>..\wxWidgets\lib\vc_x64_lib;..\ffmpeg\Windows\x86_64\lib;..\OpenAL\libs\Win64</AdditionalLibraryDirectories>
|
|
|
|
|
<BaseAddress>0x200000000</BaseAddress>
|
|
|
|
|
<FixedBaseAddress>true</FixedBaseAddress>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2015-10-04 20:07:19 +03:00
|
|
|
|
<Command>%windir%\sysnative\cmd.exe /c "$(SolutionDir)\Utilities\git-version-gen.cmd"</Command>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<Message>Updating git-version.h</Message>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2015-10-11 22:00:51 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\wxWidgets\include\msvc;..\glm</AdditionalIncludeDirectories>
|
2015-05-11 14:43:28 +02:00
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;MSVC_CRT_MEMLEAK_DETECTION;%(PreprocessorDefinitions);DX12_SUPPORT</PreprocessorDefinitions>
|
2014-07-07 21:22:36 +04:00
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<PrecompiledHeaderFile>stdafx_gui.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)_gui.pch</PrecompiledHeaderOutputFile>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2015-10-22 19:30:39 +03:00
|
|
|
|
<AdditionalDependencies>wxmsw31ud_adv.lib;wxbase31ud.lib;wxmsw31ud_core.lib;wxmsw31ud_aui.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;odbc32.lib;odbccp32.lib;comctl32.lib;ws2_32.lib;shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
2015-07-09 18:30:37 +03:00
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
2015-08-14 22:06:32 +03:00
|
|
|
|
<AdditionalLibraryDirectories>..\wxWidgets\lib\vc_x64_lib;..\ffmpeg\Windows\x86_64\lib;..\OpenAL\libs\Win64</AdditionalLibraryDirectories>
|
2015-07-09 18:30:37 +03:00
|
|
|
|
<BaseAddress>0x200000000</BaseAddress>
|
|
|
|
|
<FixedBaseAddress>true</FixedBaseAddress>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2015-10-04 20:07:19 +03:00
|
|
|
|
<Command>%windir%\sysnative\cmd.exe /c "$(SolutionDir)\Utilities\git-version-gen.cmd"</Command>
|
2015-01-14 22:33:27 +01:00
|
|
|
|
<Message>Updating git-version.h</Message>
|
2014-04-15 17:12:15 +03:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2015-10-11 22:00:51 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\wxWidgets\include\msvc;..\glm</AdditionalIncludeDirectories>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
<EnablePREfast>false</EnablePREfast>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<PrecompiledHeaderFile>stdafx_gui.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)_gui.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2015-10-22 19:30:39 +03:00
|
|
|
|
<AdditionalDependencies>wxmsw31u_adv.lib;wxbase31u.lib;wxmsw31u_core.lib;wxmsw31u_aui.lib;odbc32.lib;odbccp32.lib;comctl32.lib;ws2_32.lib;shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<IgnoreAllDefaultLibraries>
|
|
|
|
|
</IgnoreAllDefaultLibraries>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
2015-08-13 23:50:47 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\wxWidgets\lib\vc_x64_lib;..\ffmpeg\Windows\x86_64\lib;..\OpenAL\libs\Win64</AdditionalLibraryDirectories>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<BaseAddress>0x200000000</BaseAddress>
|
|
|
|
|
<FixedBaseAddress>true</FixedBaseAddress>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2015-10-04 20:07:19 +03:00
|
|
|
|
<Command>%windir%\sysnative\cmd.exe /c "$(SolutionDir)\Utilities\git-version-gen.cmd"</Command>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<Message>Updating git-version.h</Message>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2015-10-11 22:00:51 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\wxWidgets\include\msvc;..\glm</AdditionalIncludeDirectories>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;LLVM_AVAILABLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
<EnablePREfast>false</EnablePREfast>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<PrecompiledHeaderFile>stdafx_gui.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)_gui.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2015-10-22 19:30:39 +03:00
|
|
|
|
<AdditionalDependencies>wxmsw31u_adv.lib;wxbase31u.lib;wxmsw31u_core.lib;wxmsw31u_aui.lib;odbc32.lib;odbccp32.lib;comctl32.lib;ws2_32.lib;shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<IgnoreAllDefaultLibraries>
|
|
|
|
|
</IgnoreAllDefaultLibraries>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
|
|
|
<AdditionalLibraryDirectories>..\wxWidgets\lib\vc_x64_lib;..\ffmpeg\Windows\x86_64\lib;..\OpenAL\libs\Win64</AdditionalLibraryDirectories>
|
|
|
|
|
<BaseAddress>0x200000000</BaseAddress>
|
|
|
|
|
<FixedBaseAddress>true</FixedBaseAddress>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2015-10-04 20:07:19 +03:00
|
|
|
|
<Command>%windir%\sysnative\cmd.exe /c "$(SolutionDir)\Utilities\git-version-gen.cmd"</Command>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<Message>Updating git-version.h</Message>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ItemGroup>
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<ClCompile Include="Emu\Cell\PPUProgramCompiler.cpp" />
|
2014-08-24 21:42:19 +04:00
|
|
|
|
<ClCompile Include="Emu\Io\XInput\XInputPadHandler.cpp" />
|
2014-08-14 23:22:13 +08:00
|
|
|
|
<ClCompile Include="Gui\AutoPauseManager.cpp" />
|
2015-02-22 18:47:12 +04:00
|
|
|
|
<ClCompile Include="Gui\CgDisasm.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\CompilerELF.cpp" />
|
2014-06-27 06:01:40 +02:00
|
|
|
|
<ClCompile Include="Gui\ConLogFrame.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\Debugger.cpp" />
|
|
|
|
|
<ClCompile Include="Gui\DisAsmFrame.cpp" />
|
|
|
|
|
<ClCompile Include="Gui\GameViewer.cpp" />
|
2014-05-02 08:30:32 +02:00
|
|
|
|
<ClCompile Include="Gui\GLGSFrame.cpp" />
|
|
|
|
|
<ClCompile Include="Gui\GSFrame.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\InterpreterDisAsm.cpp" />
|
2014-07-26 07:51:45 +02:00
|
|
|
|
<ClCompile Include="Gui\KernelExplorer.cpp" />
|
2014-11-19 16:16:30 +02:00
|
|
|
|
<ClCompile Include="Gui\LLEModulesManager.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\MainFrame.cpp" />
|
2014-12-24 20:39:57 -08:00
|
|
|
|
<ClCompile Include="Gui\MemoryStringSearcher.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\MemoryViewer.cpp" />
|
2014-08-29 22:30:21 +04:00
|
|
|
|
<ClCompile Include="Gui\MsgDialog.cpp" />
|
2014-04-05 18:26:45 +04:00
|
|
|
|
<ClCompile Include="Gui\PADManager.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\RSXDebugger.cpp" />
|
2015-04-16 18:33:55 +03:00
|
|
|
|
<ClCompile Include="Gui\SaveDataDialog.cpp" />
|
2014-08-15 19:44:16 +08:00
|
|
|
|
<ClCompile Include="Gui\SaveDataUtility.cpp" />
|
2015-08-23 12:06:15 +04:00
|
|
|
|
<ClCompile Include="Gui\SettingsDialog.cpp" />
|
2015-09-10 17:13:31 +03:00
|
|
|
|
<ClCompile Include="Gui\SignInDialog.cpp" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClCompile Include="Gui\TextInputDialog.cpp" />
|
|
|
|
|
<ClCompile Include="Gui\VFSManager.cpp" />
|
|
|
|
|
<ClCompile Include="Gui\VHDDManager.cpp" />
|
|
|
|
|
<ClCompile Include="rpcs3.cpp" />
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<ClCompile Include="stdafx_gui.cpp">
|
2014-04-15 17:12:15 +03:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">Create</PrecompiledHeader>
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">Create</PrecompiledHeader>
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
2015-08-24 20:07:15 +04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">Create</PrecompiledHeader>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="rpcs3.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\Utilities\MTProgressDialog.h" />
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<ClInclude Include="Emu\Cell\PPUProgramCompiler.h" />
|
2014-08-24 21:42:19 +04:00
|
|
|
|
<ClInclude Include="Emu\Io\Windows\WindowsKeyboardHandler.h" />
|
|
|
|
|
<ClInclude Include="Emu\Io\Windows\WindowsMouseHandler.h" />
|
|
|
|
|
<ClInclude Include="Emu\Io\Windows\WindowsPadHandler.h" />
|
|
|
|
|
<ClInclude Include="Emu\Io\XInput\XInputPadHandler.h" />
|
2014-04-27 23:22:27 -07:00
|
|
|
|
<ClInclude Include="Gui\AboutDialog.h" />
|
2014-08-14 23:22:13 +08:00
|
|
|
|
<ClInclude Include="Gui\AutoPauseManager.h" />
|
2015-02-22 18:47:12 +04:00
|
|
|
|
<ClInclude Include="Gui\CgDisasm.h" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClInclude Include="Gui\CompilerELF.h" />
|
2014-05-02 08:30:32 +02:00
|
|
|
|
<ClInclude Include="Gui\ConLogFrame.h" />
|
2014-04-02 14:23:37 -04:00
|
|
|
|
<ClInclude Include="Gui\Debugger.h" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClInclude Include="Gui\DisAsmFrame.h" />
|
|
|
|
|
<ClInclude Include="Gui\FrameBase.h" />
|
|
|
|
|
<ClInclude Include="Gui\GameViewer.h" />
|
2014-05-02 08:30:32 +02:00
|
|
|
|
<ClInclude Include="Gui\GLGSFrame.h" />
|
|
|
|
|
<ClInclude Include="Gui\GSFrame.h" />
|
2014-09-06 17:33:01 +04:00
|
|
|
|
<ClInclude Include="Gui\InstructionEditor.h" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClInclude Include="Gui\InterpreterDisAsm.h" />
|
2014-07-26 07:51:45 +02:00
|
|
|
|
<ClInclude Include="Gui\KernelExplorer.h" />
|
2014-11-19 16:16:30 +02:00
|
|
|
|
<ClInclude Include="Gui\LLEModulesManager.h" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClInclude Include="Gui\MainFrame.h" />
|
|
|
|
|
<ClInclude Include="Gui\MemoryViewer.h" />
|
2014-08-29 22:30:21 +04:00
|
|
|
|
<ClInclude Include="Gui\MsgDialog.h" />
|
2014-04-02 14:23:37 -04:00
|
|
|
|
<ClInclude Include="Gui\RegisterEditor.h" />
|
|
|
|
|
<ClInclude Include="Gui\RSXDebugger.h" />
|
2015-04-16 18:33:55 +03:00
|
|
|
|
<ClInclude Include="Gui\SaveDataDialog.h" />
|
2014-08-15 19:44:16 +08:00
|
|
|
|
<ClInclude Include="Gui\SaveDataUtility.h" />
|
2015-08-23 12:06:15 +04:00
|
|
|
|
<ClInclude Include="Gui\SettingsDialog.h" />
|
2015-09-10 17:13:31 +03:00
|
|
|
|
<ClInclude Include="Gui\SignInDialog.h" />
|
2014-04-02 14:23:37 -04:00
|
|
|
|
<ClInclude Include="Gui\TextInputDialog.h" />
|
|
|
|
|
<ClInclude Include="Gui\VFSManager.h" />
|
|
|
|
|
<ClInclude Include="Gui\VHDDManager.h" />
|
2015-06-30 20:36:46 +02:00
|
|
|
|
<ClInclude Include="resource.h" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<ClInclude Include="rpcs3.h" />
|
2014-08-29 02:49:26 +04:00
|
|
|
|
<ClInclude Include="stdafx_gui.h" />
|
2014-03-03 04:48:07 +00:00
|
|
|
|
</ItemGroup>
|
2014-11-04 16:45:25 +00:00
|
|
|
|
<ItemGroup>
|
2015-10-21 10:24:02 +03:00
|
|
|
|
<ProjectReference Include="D3D12GSRender.vcxproj">
|
|
|
|
|
<Project>{fac9b17b-f4b8-4b75-8aeb-c8c7cb92b078}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-11-04 16:45:25 +00:00
|
|
|
|
<ProjectReference Include="emucore.vcxproj">
|
|
|
|
|
<Project>{c4a10229-4712-4bd2-b63e-50d93c67a038}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-06-30 20:36:46 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Image Include="rpcs3.ico" />
|
|
|
|
|
</ItemGroup>
|
2014-03-03 04:48:07 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-06-30 20:36:46 +02:00
|
|
|
|
</Project>
|