2018-06-03 10:46:17 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-13 21:36:12 +01:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-05-08 22:11:05 +02:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{567AF8DB-42C1-4D08-96CD-D70A2DFEFC6B}</ProjectGuid>
|
|
|
|
<RootNamespace>DaSh</RootNamespace>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<ProjectName>PPSSPPWindows</ProjectName>
|
2017-08-01 15:42:47 +02:00
|
|
|
<WindowsTargetPlatformVersion>
|
|
|
|
</WindowsTargetPlatformVersion>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-08 22:11:05 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2017-03-13 21:36:12 +01:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)_xp</PlatformToolset>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-13 21:36:12 +01:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)_xp</PlatformToolset>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-13 21:36:12 +01:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)_xp</PlatformToolset>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-13 21:36:12 +01:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)_xp</PlatformToolset>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</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" />
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<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" />
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<OutDir>..\</OutDir>
|
|
|
|
<TargetName>PPSSPPDebug</TargetName>
|
2015-03-05 04:07:55 +01:00
|
|
|
<EmbedManifest>false</EmbedManifest>
|
2015-09-07 10:00:00 +02:00
|
|
|
<IncludePath>..\dx9sdk\Include;$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x86;$(VC_LibraryPath_x86);$(WindowsSdk_71A_LibraryPath_x86);</LibraryPath>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<TargetName>PPSSPPDebug64</TargetName>
|
2015-03-05 04:07:55 +01:00
|
|
|
<EmbedManifest>false</EmbedManifest>
|
2015-09-07 10:00:00 +02:00
|
|
|
<IncludePath>..\dx9sdk\Include;$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x64;$(VC_LibraryPath_x64);$(WindowsSdk_71A_LibraryPath_x64);</LibraryPath>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<TargetName>PPSSPPWindows64</TargetName>
|
2015-03-05 04:07:55 +01:00
|
|
|
<EmbedManifest>false</EmbedManifest>
|
2015-09-07 10:00:00 +02:00
|
|
|
<IncludePath>..\dx9sdk\Include;$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x64;$(VC_LibraryPath_x64);$(WindowsSdk_71A_LibraryPath_x64);</LibraryPath>
|
2013-09-15 16:14:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2015-03-05 04:07:55 +01:00
|
|
|
<EmbedManifest>false</EmbedManifest>
|
2015-09-07 10:00:00 +02:00
|
|
|
<IncludePath>..\dx9sdk\Include;$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x86;$(VC_LibraryPath_x86);$(WindowsSdk_71A_LibraryPath_x86);</LibraryPath>
|
2013-05-08 22:11:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
2016-02-10 15:22:28 +01:00
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_ARCH_32=1;_WINDOWS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2017-02-07 09:29:23 +01:00
|
|
|
<AdditionalIncludeDirectories>../dx9sdk/Include/DX11;../ext;../common;..;../ext/native;../ext/glew;../ext/zlib</AdditionalIncludeDirectories>
|
2016-02-10 15:22:28 +01:00
|
|
|
<ForcedIncludeFiles>stdafx.h;Common/DbgNew.h</ForcedIncludeFiles>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2013-05-08 22:11:05 +02:00
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-09-17 22:02:15 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2017-01-03 22:32:42 +08:00
|
|
|
<AdditionalDependencies>Winmm.lib;Ws2_32.lib;opengl32.lib;dsound.lib;glu32.lib;comctl32.lib;d3d9.lib;dxguid.lib;..\ffmpeg\Windows\x86\lib\avcodec.lib;..\ffmpeg\Windows\x86\lib\avformat.lib;..\ffmpeg\Windows\x86\lib\avutil.lib;..\ffmpeg\Windows\x86\lib\swresample.lib;..\ffmpeg\Windows\x86\lib\swscale.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-05-08 22:11:05 +02:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2015-07-15 20:02:42 +02:00
|
|
|
<BaseAddress>
|
|
|
|
</BaseAddress>
|
2013-10-26 17:37:08 -07:00
|
|
|
<AdditionalOptions>/ignore:4049 /ignore:4217 %(AdditionalOptions)</AdditionalOptions>
|
2013-05-08 22:11:05 +02:00
|
|
|
</Link>
|
2014-12-02 22:54:21 -08:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
</PreBuildEvent>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2016-02-10 15:22:28 +01:00
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_ARCH_64=1;_WINDOWS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2017-02-07 09:29:23 +01:00
|
|
|
<AdditionalIncludeDirectories>../dx9sdk/Include/DX11;../ext;../common;..;../ext/native;../ext/glew;../ext/zlib</AdditionalIncludeDirectories>
|
2016-02-10 15:22:28 +01:00
|
|
|
<ForcedIncludeFiles>stdafx.h;Common/DbgNew.h</ForcedIncludeFiles>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2013-05-08 22:11:05 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2014-02-08 13:41:28 -08:00
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
2013-05-08 22:11:05 +02:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-09-17 22:02:15 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2017-01-03 22:32:42 +08:00
|
|
|
<AdditionalDependencies>Winmm.lib;Ws2_32.lib;opengl32.lib;dsound.lib;glu32.lib;comctl32.lib;d3d9.lib;dxguid.lib;..\ffmpeg\Windows\x86_64\lib\avcodec.lib;..\ffmpeg\Windows\x86_64\lib\avformat.lib;..\ffmpeg\Windows\x86_64\lib\avutil.lib;..\ffmpeg\Windows\x86_64\lib\swresample.lib;..\ffmpeg\Windows\x86_64\lib\swscale.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-05-08 22:11:05 +02:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2013-06-03 21:46:10 +02:00
|
|
|
<ShowProgress>NotSet</ShowProgress>
|
2013-10-26 17:37:08 -07:00
|
|
|
<AdditionalOptions>/ignore:4049 /ignore:4217 %(AdditionalOptions)</AdditionalOptions>
|
2015-12-20 23:39:03 +01:00
|
|
|
<SubSystem>Windows</SubSystem>
|
2013-05-08 22:11:05 +02:00
|
|
|
</Link>
|
2014-12-02 22:54:21 -08:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
</PreBuildEvent>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2015-09-23 19:13:39 +02:00
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_ARCH_32=1;_WINDOWS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-05-08 22:11:05 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2013-05-08 22:11:05 +02:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2017-02-07 09:29:23 +01:00
|
|
|
<AdditionalIncludeDirectories>../dx9sdk/Include/DX11;../ext;../common;..;../ext/native;../ext/glew;../ext/zlib</AdditionalIncludeDirectories>
|
2013-05-08 22:11:05 +02:00
|
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2017-01-03 22:32:42 +08:00
|
|
|
<AdditionalDependencies>Winmm.lib;Ws2_32.lib;opengl32.lib;dsound.lib;glu32.lib;comctl32.lib;d3d9.lib;dxguid.lib;..\ffmpeg\Windows\x86\lib\avcodec.lib;..\ffmpeg\Windows\x86\lib\avformat.lib;..\ffmpeg\Windows\x86\lib\avutil.lib;..\ffmpeg\Windows\x86\lib\swresample.lib;..\ffmpeg\Windows\x86\lib\swscale.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-05-08 22:11:05 +02:00
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2013-10-26 17:37:08 -07:00
|
|
|
<AdditionalOptions>/ignore:4049 /ignore:4217 %(AdditionalOptions)</AdditionalOptions>
|
2015-07-15 20:02:42 +02:00
|
|
|
<BaseAddress>
|
|
|
|
</BaseAddress>
|
2013-05-08 22:11:05 +02:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
|
|
</Link>
|
2014-12-02 22:54:21 -08:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
</PreBuildEvent>
|
2017-03-16 15:31:27 +01:00
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>$(EXTERNAL_RC_DEFINITIONS);_VC80_UPGRADE=0x0710;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2015-09-23 19:13:39 +02:00
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_ARCH_64=1;_WINDOWS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-05-08 22:11:05 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2013-05-08 22:11:05 +02:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2014-02-08 13:41:28 -08:00
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
2013-05-08 22:11:05 +02:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2017-02-07 09:29:23 +01:00
|
|
|
<AdditionalIncludeDirectories>../dx9sdk/Include/DX11;../ext;../common;..;../ext/native;../ext/glew;../ext/zlib</AdditionalIncludeDirectories>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2017-01-03 22:32:42 +08:00
|
|
|
<AdditionalDependencies>Winmm.lib;Ws2_32.lib;opengl32.lib;dsound.lib;glu32.lib;comctl32.lib;d3d9.lib;dxguid.lib;..\ffmpeg\Windows\x86_64\lib\avcodec.lib;..\ffmpeg\Windows\x86_64\lib\avformat.lib;..\ffmpeg\Windows\x86_64\lib\avutil.lib;..\ffmpeg\Windows\x86_64\lib\swresample.lib;..\ffmpeg\Windows\x86_64\lib\swscale.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-05-08 22:11:05 +02:00
|
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
2013-10-26 17:37:08 -07:00
|
|
|
<AdditionalOptions>/ignore:4049 /ignore:4217 %(AdditionalOptions)</AdditionalOptions>
|
2015-12-20 23:39:03 +01:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2013-05-08 22:11:05 +02:00
|
|
|
</Link>
|
2014-12-02 22:54:21 -08:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
</PreBuildEvent>
|
2017-03-16 15:31:27 +01:00
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>$(EXTERNAL_RC_DEFINITIONS);_VC80_UPGRADE=0x0710;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
2013-05-08 22:11:05 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2018-01-20 21:47:16 +01:00
|
|
|
<ClCompile Include="..\android\jni\AndroidEGLContext.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\android\jni\AndroidJavaGLContext.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\android\jni\AndroidVulkanContext.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2017-03-06 10:42:29 +01:00
|
|
|
<ClCompile Include="..\android\jni\app-android.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="..\android\jni\ArmEmitterTest.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2015-03-21 19:22:24 +01:00
|
|
|
<ClCompile Include="..\android\jni\Arm64EmitterTest.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2017-08-01 15:42:47 +02:00
|
|
|
<ClCompile Include="..\android\jni\native-audio-so.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\android\jni\native_audio.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="..\android\jni\TestRunner.cpp" />
|
2016-10-12 17:30:18 +02:00
|
|
|
<ClCompile Include="..\ext\glew\glew.c">
|
2013-05-08 22:11:05 +02:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
</ClCompile>
|
2016-05-21 07:57:32 -07:00
|
|
|
<ClCompile Include="..\Qt\mainwindow.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2018-09-01 14:29:23 -07:00
|
|
|
<ClCompile Include="..\Qt\QtHost.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\UWP\UWPHost.cpp">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClCompile>
|
2016-12-23 09:34:24 +01:00
|
|
|
<ClCompile Include="GPU\D3D11Context.cpp" />
|
2015-11-03 23:22:09 +01:00
|
|
|
<ClCompile Include="GPU\D3D9Context.cpp" />
|
2013-07-02 00:20:19 +02:00
|
|
|
<ClCompile Include="Debugger\BreakpointWindow.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="Debugger\CtrlDisAsmView.cpp" />
|
|
|
|
<ClCompile Include="Debugger\CtrlMemView.cpp" />
|
|
|
|
<ClCompile Include="Debugger\CtrlRegisterList.cpp" />
|
2013-07-01 01:41:06 +02:00
|
|
|
<ClCompile Include="Debugger\DebuggerShared.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="Debugger\Debugger_Disasm.cpp" />
|
2013-07-02 23:21:20 +02:00
|
|
|
<ClCompile Include="Debugger\Debugger_Lists.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="Debugger\Debugger_MemoryDlg.cpp" />
|
|
|
|
<ClCompile Include="Debugger\Debugger_VFPUDlg.cpp" />
|
2013-10-01 21:11:41 +02:00
|
|
|
<ClCompile Include="Debugger\DumpMemoryWindow.cpp" />
|
2013-09-25 15:24:53 +02:00
|
|
|
<ClCompile Include="GEDebugger\CtrlDisplayListView.cpp" />
|
2013-09-22 11:03:29 -07:00
|
|
|
<ClCompile Include="GEDebugger\GEDebugger.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="DinputDevice.cpp" />
|
|
|
|
<ClCompile Include="EmuThread.cpp" />
|
2013-09-22 19:05:33 -07:00
|
|
|
<ClCompile Include="GEDebugger\SimpleGLWindow.cpp" />
|
2013-09-29 01:02:05 +02:00
|
|
|
<ClCompile Include="GEDebugger\TabDisplayLists.cpp" />
|
2013-09-30 00:57:46 -07:00
|
|
|
<ClCompile Include="GEDebugger\TabState.cpp" />
|
2014-02-08 20:42:23 -08:00
|
|
|
<ClCompile Include="GEDebugger\TabVertices.cpp" />
|
2013-10-12 22:17:24 -07:00
|
|
|
<ClCompile Include="GEDebugger\VertexPreview.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="InputDevice.cpp" />
|
|
|
|
<ClCompile Include="KeyboardDevice.cpp" />
|
2015-09-19 13:11:06 +02:00
|
|
|
<ClCompile Include="MainWindowMenu.cpp" />
|
2014-01-19 11:59:11 -08:00
|
|
|
<ClCompile Include="RawInput.cpp" />
|
2014-01-19 22:54:49 +01:00
|
|
|
<ClCompile Include="TouchInputHandler.cpp" />
|
2015-10-10 16:41:19 +02:00
|
|
|
<ClCompile Include="GPU\WindowsVulkanContext.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="W32Util\DialogManager.cpp" />
|
|
|
|
<ClCompile Include="W32Util\Misc.cpp">
|
|
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)2.obj</ObjectFileName>
|
|
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)2.obj</ObjectFileName>
|
|
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)2.obj</ObjectFileName>
|
|
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)2.obj</ObjectFileName>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="W32Util\PropertySheet.cpp" />
|
|
|
|
<ClCompile Include="W32Util\ShellUtil.cpp" />
|
|
|
|
<ClCompile Include="InputBox.cpp" />
|
2013-09-28 20:57:02 +02:00
|
|
|
<ClCompile Include="W32Util\TabControl.cpp" />
|
2015-09-19 13:14:05 +02:00
|
|
|
<ClCompile Include="MainWindow.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="DSoundStream.cpp" />
|
2015-11-03 23:22:09 +01:00
|
|
|
<ClCompile Include="GPU\WindowsGLContext.cpp" />
|
2017-06-27 11:46:10 +02:00
|
|
|
<ClCompile Include="WASAPIStream.cpp" />
|
|
|
|
<ClCompile Include="WindowsAudio.cpp" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClCompile Include="WindowsHost.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="XinputDevice.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2018-01-20 21:47:16 +01:00
|
|
|
<ClInclude Include="..\android\jni\AndroidEGLContext.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="..\android\jni\AndroidGraphicsContext.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="..\android\jni\AndroidJavaGLContext.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="..\android\jni\AndroidVulkanContext.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
2017-03-06 10:42:29 +01:00
|
|
|
<ClInclude Include="..\android\jni\app-android.h" />
|
2015-03-21 19:22:24 +01:00
|
|
|
<ClInclude Include="..\android\jni\ArmEmitterTest.h" />
|
|
|
|
<ClInclude Include="..\android\jni\Arm64EmitterTest.h" />
|
2017-08-01 15:42:47 +02:00
|
|
|
<ClInclude Include="..\android\jni\native-audio-so.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="..\android\jni\native_audio.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="..\android\jni\TestRunner.h" />
|
2013-12-04 19:56:05 +01:00
|
|
|
<ClInclude Include="..\ios\ViewController.h" />
|
2016-05-21 07:57:32 -07:00
|
|
|
<ClInclude Include="..\Qt\mainwindow.h" />
|
2018-09-01 14:29:23 -07:00
|
|
|
<ClInclude Include="..\Qt\QtHost.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="..\UWP\UWPHost.h">
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
</ClInclude>
|
2016-12-23 09:34:24 +01:00
|
|
|
<ClInclude Include="GPU\D3D11Context.h" />
|
2015-11-03 23:22:09 +01:00
|
|
|
<ClInclude Include="GPU\D3D9Context.h" />
|
2013-07-02 00:20:19 +02:00
|
|
|
<ClInclude Include="Debugger\BreakpointWindow.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="Debugger\CtrlDisAsmView.h" />
|
|
|
|
<ClInclude Include="Debugger\CtrlMemView.h" />
|
|
|
|
<ClInclude Include="Debugger\CtrlRegisterList.h" />
|
2013-06-30 13:42:19 +02:00
|
|
|
<ClInclude Include="Debugger\DebuggerShared.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="Debugger\Debugger_Disasm.h" />
|
2013-07-02 23:21:20 +02:00
|
|
|
<ClInclude Include="Debugger\Debugger_Lists.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="Debugger\Debugger_MemoryDlg.h" />
|
|
|
|
<ClInclude Include="Debugger\Debugger_VFPUDlg.h" />
|
2013-10-01 21:11:41 +02:00
|
|
|
<ClInclude Include="Debugger\DumpMemoryWindow.h" />
|
2013-09-25 15:24:53 +02:00
|
|
|
<ClInclude Include="GEDebugger\CtrlDisplayListView.h" />
|
2013-09-22 11:03:29 -07:00
|
|
|
<ClInclude Include="GEDebugger\GEDebugger.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="DinputDevice.h" />
|
|
|
|
<ClInclude Include="EmuThread.h" />
|
2013-09-22 19:05:33 -07:00
|
|
|
<ClInclude Include="GEDebugger\SimpleGLWindow.h" />
|
2013-09-29 01:02:05 +02:00
|
|
|
<ClInclude Include="GEDebugger\TabDisplayLists.h" />
|
2013-09-30 00:57:46 -07:00
|
|
|
<ClInclude Include="GEDebugger\TabState.h" />
|
2014-02-08 20:42:23 -08:00
|
|
|
<ClInclude Include="GEDebugger\TabVertices.h" />
|
2015-12-31 16:59:40 +01:00
|
|
|
<ClInclude Include="GPU\WindowsGraphicsContext.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="InputDevice.h" />
|
|
|
|
<ClInclude Include="KeyboardDevice.h" />
|
2015-09-19 13:11:06 +02:00
|
|
|
<ClInclude Include="MainWindowMenu.h" />
|
2014-01-19 11:59:11 -08:00
|
|
|
<ClInclude Include="RawInput.h" />
|
2014-01-19 22:54:49 +01:00
|
|
|
<ClInclude Include="TouchInputHandler.h" />
|
2015-10-10 16:41:19 +02:00
|
|
|
<ClInclude Include="GPU\WindowsVulkanContext.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="W32Util\DialogManager.h" />
|
|
|
|
<ClInclude Include="W32Util\Misc.h" />
|
|
|
|
<ClInclude Include="W32Util\PropertySheet.h" />
|
|
|
|
<ClInclude Include="W32Util\ShellUtil.h" />
|
2013-09-28 20:57:02 +02:00
|
|
|
<ClInclude Include="W32Util\TabControl.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="InputBox.h" />
|
2015-09-19 13:14:05 +02:00
|
|
|
<ClInclude Include="MainWindow.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="DSoundStream.h" />
|
2015-11-03 23:22:09 +01:00
|
|
|
<ClInclude Include="GPU\WindowsGLContext.h" />
|
2017-06-27 11:46:10 +02:00
|
|
|
<ClInclude Include="WASAPIStream.h" />
|
|
|
|
<ClInclude Include="WindowsAudio.h" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<ClInclude Include="WindowsHost.h" />
|
|
|
|
<ClInclude Include="main.h" />
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
<ClInclude Include="XinputDevice.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\android\jni\Android.mk" />
|
|
|
|
<None Include="..\android\jni\Application.mk" />
|
2013-10-20 13:51:54 +02:00
|
|
|
<None Include="..\android\jni\Locals.mk" />
|
2015-09-27 11:44:57 +02:00
|
|
|
<None Include="..\assets\compat.ini" />
|
2013-12-27 21:39:05 -08:00
|
|
|
<None Include="..\assets\knownfuncs.ini" />
|
2013-09-04 13:25:35 +02:00
|
|
|
<None Include="..\assets\langregion.ini" />
|
2013-10-22 16:38:08 +02:00
|
|
|
<None Include="..\atlasscript.txt" />
|
|
|
|
<None Include="..\atlasscript_lowmem.txt" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<None Include="..\CMakeLists.txt" />
|
2013-12-04 19:56:05 +01:00
|
|
|
<None Include="..\ios\AudioEngine.mm" />
|
|
|
|
<None Include="..\ios\main.mm" />
|
|
|
|
<None Include="..\ios\ViewController.mm" />
|
2016-05-21 07:57:32 -07:00
|
|
|
<None Include="..\Qt\assets.qrc" />
|
|
|
|
<None Include="..\Qt\Common.pro" />
|
|
|
|
<None Include="..\Qt\Core.pro" />
|
|
|
|
<None Include="..\Qt\GPU.pro" />
|
|
|
|
<None Include="..\Qt\Native.pro" />
|
|
|
|
<None Include="..\Qt\PPSSPP.pro" />
|
|
|
|
<None Include="..\Qt\PPSSPPQt.pro" />
|
|
|
|
<None Include="..\Qt\Settings.pri" />
|
2013-05-08 22:11:05 +02:00
|
|
|
<None Include="..\README.md" />
|
|
|
|
<None Include="git-version-gen.cmd" />
|
|
|
|
<None Include="ppsspp.ico" />
|
|
|
|
<None Include="icon1.ico" />
|
|
|
|
<None Include="pspmode.png" />
|
|
|
|
<None Include="stop1.ico" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-09-05 21:48:32 -03:00
|
|
|
<None Include="aboutbox.rc" />
|
2017-03-16 15:31:27 +01:00
|
|
|
<ResourceCompile Include="ppsspp.rc">
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(EXTERNAL_RC_DEFINITIONS);_VC80_UPGRADE=0x0710;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(EXTERNAL_RC_DEFINITIONS);_VC80_UPGRADE=0x0710;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
2013-09-05 21:48:32 -03:00
|
|
|
<None Include="version.rc" />
|
2013-05-08 22:11:05 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
|
|
<Project>{3fcdbae2-5103-4350-9a8e-848ce9c73195}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\Core\Core.vcxproj">
|
|
|
|
<Project>{533f1d30-d04d-47cc-ad71-20f658907e36}</Project>
|
|
|
|
</ProjectReference>
|
2015-10-10 16:41:19 +02:00
|
|
|
<ProjectReference Include="..\ext\glslang.vcxproj">
|
|
|
|
<Project>{edfa2e87-8ac1-4853-95d4-d7594ff81947}</Project>
|
|
|
|
</ProjectReference>
|
2013-05-08 22:11:05 +02:00
|
|
|
<ProjectReference Include="..\ext\libkirk\libkirk.vcxproj">
|
|
|
|
<Project>{3baae095-e0ab-4b0e-b5df-ce39c8ae31de}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\GPU\GPU.vcxproj">
|
|
|
|
<Project>{457f45d2-556f-47bc-a31d-aff0d15beaed}</Project>
|
|
|
|
</ProjectReference>
|
2015-09-06 12:52:33 -07:00
|
|
|
<ProjectReference Include="..\ext\native\native.vcxproj">
|
2013-05-08 22:11:05 +02:00
|
|
|
<Project>{C4DF647E-80EA-4111-A0A8-218B1B711E18}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\ext\zlib\zlib.vcxproj">
|
|
|
|
<Project>{f761046e-6c38-4428-a5f1-38391a37bb34}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\UI\UI.vcxproj">
|
|
|
|
<Project>{004b8d11-2be3-4bd9-ab40-2be04cf2096f}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2015-03-05 02:06:11 +01:00
|
|
|
<ItemGroup>
|
2015-03-05 04:07:55 +01:00
|
|
|
<None Include="PPSSPP.manifest" />
|
2015-03-05 02:06:11 +01:00
|
|
|
</ItemGroup>
|
2017-03-16 15:31:27 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<Image Include="ppsspp_gold.ico" />
|
|
|
|
</ItemGroup>
|
2013-05-08 22:11:05 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
<ProjectExtensions>
|
|
|
|
<VisualStudio>
|
|
|
|
<UserProperties RESOURCE_FILE="DaSh.rc" />
|
|
|
|
</VisualStudio>
|
|
|
|
</ProjectExtensions>
|
2018-08-14 21:27:07 +02:00
|
|
|
</Project>
|