2013-05-22 09:04:58 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-30 13:36:53 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-05-22 09:04:58 +00: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>{3FCDBAE2-5103-4350-9A8E-848CE9C73195}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>Common</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-08-30 13:36:53 +00:00
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-08-30 13:36:53 +00:00
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-08-30 13:36:53 +00:00
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2015-08-30 13:36:53 +00:00
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</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" />
|
|
|
|
|
</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>
|
|
|
|
|
<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" />
|
|
|
|
|
</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" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-02-10 14:22:28 +00:00
|
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_ARCH_32=1;_M_IX86=1;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<ForcedIncludeFiles>stdafx.h;Common/DbgNew.h</ForcedIncludeFiles>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2015-12-16 13:52:44 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../ext/native;..</AdditionalIncludeDirectories>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-09-17 20:02:15 +00:00
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalLibraryDirectories>Winmm.lib</AdditionalLibraryDirectories>
|
|
|
|
|
</Lib>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-02-10 14:22:28 +00:00
|
|
|
|
<ForcedIncludeFiles>stdafx.h;Common/DbgNew.h</ForcedIncludeFiles>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-02-10 14:22:28 +00:00
|
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_ARCH_64=1;_M_X64=1;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-12-16 13:52:44 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../ext/native;..</AdditionalIncludeDirectories>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-09-17 20:02:15 +00:00
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalLibraryDirectories>Winmm.lib</AdditionalLibraryDirectories>
|
|
|
|
|
</Lib>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2014-11-11 12:55:49 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_ARCH_32=1;_M_IX86=1;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2015-12-16 13:52:44 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../ext/native;..</AdditionalIncludeDirectories>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalLibraryDirectories>Winmm.lib</AdditionalLibraryDirectories>
|
|
|
|
|
</Lib>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2014-11-11 12:55:49 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_ARCH_64=1;_M_X64=1;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
2015-12-16 13:52:44 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../ext/native;..</AdditionalIncludeDirectories>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2015-12-20 22:39:03 +00:00
|
|
|
|
<StringPooling>true</StringPooling>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalLibraryDirectories>Winmm.lib</AdditionalLibraryDirectories>
|
|
|
|
|
</Lib>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 09:04:58 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="ABI.h" />
|
2014-12-15 21:04:08 +00:00
|
|
|
|
<ClInclude Include="Arm64Emitter.h" />
|
|
|
|
|
<ClInclude Include="ArmCommon.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="ArmEmitter.h" />
|
|
|
|
|
<ClInclude Include="Atomics.h" />
|
|
|
|
|
<ClInclude Include="Atomic_GCC.h" />
|
|
|
|
|
<ClInclude Include="Atomic_Win32.h" />
|
2014-12-15 21:04:08 +00:00
|
|
|
|
<ClInclude Include="BitSet.h" />
|
2015-05-17 20:54:41 +00:00
|
|
|
|
<ClInclude Include="ColorConvNEON.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="ChunkFile.h" />
|
2014-12-15 21:04:08 +00:00
|
|
|
|
<ClInclude Include="CodeBlock.h" />
|
2015-04-07 22:16:22 +00:00
|
|
|
|
<ClInclude Include="ColorConv.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="Common.h" />
|
|
|
|
|
<ClInclude Include="CommonFuncs.h" />
|
|
|
|
|
<ClInclude Include="CommonTypes.h" />
|
2013-07-29 03:43:25 +00:00
|
|
|
|
<ClInclude Include="CommonWindows.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="ConsoleListener.h" />
|
|
|
|
|
<ClInclude Include="CPUDetect.h" />
|
|
|
|
|
<ClInclude Include="Crypto\md5.h" />
|
2013-09-02 22:36:03 +00:00
|
|
|
|
<ClInclude Include="Crypto\sha1.h" />
|
2014-12-07 18:25:45 +00:00
|
|
|
|
<ClInclude Include="Crypto\sha256.h" />
|
2016-02-10 14:22:28 +00:00
|
|
|
|
<ClInclude Include="DbgNew.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="FileUtil.h" />
|
|
|
|
|
<ClInclude Include="FixedSizeQueue.h" />
|
2015-12-16 13:52:44 +00:00
|
|
|
|
<ClInclude Include="GL\GLInterfaceBase.h" />
|
|
|
|
|
<ClInclude Include="GL\GLInterface\EGL.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="GL\GLInterface\EGLAndroid.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>
|
2015-12-31 15:59:40 +00:00
|
|
|
|
<ClInclude Include="GraphicsContext.h" />
|
2013-07-03 18:37:31 +00:00
|
|
|
|
<ClInclude Include="KeyMap.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="Log.h" />
|
|
|
|
|
<ClInclude Include="LogManager.h" />
|
2014-12-15 21:04:08 +00:00
|
|
|
|
<ClInclude Include="MathUtil.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="MemArena.h" />
|
|
|
|
|
<ClInclude Include="MemoryUtil.h" />
|
2014-11-18 05:29:03 +00:00
|
|
|
|
<ClInclude Include="MipsEmitter.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="MsgHandler.h" />
|
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
|
<ClInclude Include="StringUtils.h" />
|
2013-07-29 03:05:17 +00:00
|
|
|
|
<ClInclude Include="Swap.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="ThreadPools.h" />
|
2015-07-24 17:52:42 +00:00
|
|
|
|
<ClInclude Include="ThreadSafeList.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="Thunk.h" />
|
|
|
|
|
<ClInclude Include="Timer.h" />
|
2016-01-06 11:52:08 +00:00
|
|
|
|
<ClInclude Include="Vulkan\SPIRVDisasm.h" />
|
2016-02-21 17:05:01 +00:00
|
|
|
|
<ClInclude Include="Vulkan\VulkanLoader.h" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClInclude Include="x64Analyzer.h" />
|
|
|
|
|
<ClInclude Include="x64Emitter.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="ABI.cpp" />
|
2014-12-15 21:04:08 +00:00
|
|
|
|
<ClCompile Include="Arm64Emitter.cpp" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClCompile Include="ArmCPUDetect.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="ArmEmitter.cpp" />
|
2014-01-18 22:05:32 +00:00
|
|
|
|
<ClCompile Include="ArmThunk.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2015-05-17 20:54:41 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="ColorConvNEON.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2014-01-18 22:05:32 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
2013-10-07 04:26:08 +00:00
|
|
|
|
<ClCompile Include="ChunkFile.cpp" />
|
2015-04-07 22:16:22 +00:00
|
|
|
|
<ClCompile Include="ColorConv.cpp" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClCompile Include="ConsoleListener.cpp" />
|
|
|
|
|
<ClCompile Include="CPUDetect.cpp" />
|
|
|
|
|
<ClCompile Include="Crypto\md5.cpp" />
|
2013-09-02 22:36:03 +00:00
|
|
|
|
<ClCompile Include="Crypto\sha1.cpp" />
|
2014-12-07 18:25:45 +00:00
|
|
|
|
<ClCompile Include="Crypto\sha256.cpp" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClCompile Include="FileUtil.cpp" />
|
2015-12-16 13:52:44 +00:00
|
|
|
|
<ClCompile Include="GL\GLInterface\EGL.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="GL\GLInterface\EGLAndroid.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="GL\GLInterface\GLInterface.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-07-03 18:37:31 +00:00
|
|
|
|
<ClCompile Include="KeyMap.cpp" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClCompile Include="LogManager.cpp" />
|
|
|
|
|
<ClCompile Include="MemArena.cpp" />
|
|
|
|
|
<ClCompile Include="MemoryUtil.cpp" />
|
2014-11-18 05:29:03 +00:00
|
|
|
|
<ClCompile Include="MipsEmitter.cpp" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClCompile Include="Misc.cpp" />
|
|
|
|
|
<ClCompile Include="MsgHandler.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="StringUtils.cpp" />
|
|
|
|
|
<ClCompile Include="ThreadPools.cpp" />
|
|
|
|
|
<ClCompile Include="Thunk.cpp" />
|
|
|
|
|
<ClCompile Include="Timer.cpp" />
|
2016-01-06 11:52:08 +00:00
|
|
|
|
<ClCompile Include="Vulkan\SPIRVDisasm.cpp" />
|
2016-02-21 17:05:01 +00:00
|
|
|
|
<ClCompile Include="Vulkan\VulkanLoader.cpp" />
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<ClCompile Include="x64Analyzer.cpp" />
|
|
|
|
|
<ClCompile Include="x64Emitter.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-09-06 19:52:33 +00:00
|
|
|
|
<ProjectReference Include="..\ext\native\native.vcxproj">
|
2013-05-22 09:04:58 +00:00
|
|
|
|
<Project>{c4df647e-80ea-4111-a0a8-218b1b711e18}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2016-02-21 17:05:01 +00:00
|
|
|
|
</Project>
|