2014-03-05 01:04:03 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-03-16 17:42:36 -06:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ProjectGuid>{2E6C348C-C75C-4D94-8D1E-9C1FCBF3EFE4}</ProjectGuid>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-02-07 21:03:48 -07:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2015-03-16 17:42:36 -06:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2013-02-27 17:51:02 -07:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 03:41:26 -07:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-07 21:03:48 -07:00
|
|
|
|
<Import Project="..\..\VSProps\Base.props" />
|
2014-08-15 00:51:13 -06:00
|
|
|
|
<Import Project="..\..\VSProps\PCHUse.props" />
|
2011-01-27 03:41:26 -07:00
|
|
|
|
</ImportGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2016-11-27 03:56:22 -07:00
|
|
|
|
<ClInclude Include="Align.h" />
|
2016-06-17 18:43:59 -06:00
|
|
|
|
<ClInclude Include="Analytics.h" />
|
2015-09-26 14:39:47 -06:00
|
|
|
|
<ClInclude Include="Assert.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="Atomic.h" />
|
|
|
|
|
<ClInclude Include="Atomic_GCC.h" />
|
|
|
|
|
<ClInclude Include="Atomic_Win32.h" />
|
2014-03-10 08:59:32 -06:00
|
|
|
|
<ClInclude Include="BitField.h" />
|
2014-10-16 19:49:48 -06:00
|
|
|
|
<ClInclude Include="BitSet.h" />
|
2017-01-13 15:18:10 -07:00
|
|
|
|
<ClInclude Include="BitUtils.h" />
|
2015-06-05 11:27:14 -06:00
|
|
|
|
<ClInclude Include="BlockingLoop.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="CDUtils.h" />
|
|
|
|
|
<ClInclude Include="ChunkFile.h" />
|
2014-04-09 00:22:52 -06:00
|
|
|
|
<ClInclude Include="CodeBlock.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="ColorUtil.h" />
|
|
|
|
|
<ClInclude Include="Common.h" />
|
|
|
|
|
<ClInclude Include="CommonFuncs.h" />
|
|
|
|
|
<ClInclude Include="CommonPaths.h" />
|
|
|
|
|
<ClInclude Include="CommonTypes.h" />
|
|
|
|
|
<ClInclude Include="CPUDetect.h" />
|
|
|
|
|
<ClInclude Include="DebugInterface.h" />
|
2015-03-09 11:37:02 -06:00
|
|
|
|
<ClInclude Include="ENetUtil.h" />
|
2014-08-12 23:51:43 -06:00
|
|
|
|
<ClInclude Include="Event.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="FifoQueue.h" />
|
|
|
|
|
<ClInclude Include="FileSearch.h" />
|
|
|
|
|
<ClInclude Include="FileUtil.h" />
|
|
|
|
|
<ClInclude Include="FixedSizeQueue.h" />
|
2014-08-13 23:43:55 -06:00
|
|
|
|
<ClInclude Include="Flag.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="FPURoundMode.h" />
|
2014-07-17 19:33:51 -06:00
|
|
|
|
<ClInclude Include="GekkoDisassembler.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\AMD_pinned_memory.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_blend_func_extended.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_buffer_storage.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_clip_control.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_copy_image.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_debug_output.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_draw_elements_base_vertex.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_ES2_compatibility.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_ES3_compatibility.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_framebuffer_object.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_get_program_binary.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_map_buffer_range.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_occlusion_query2.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_sampler_objects.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_sample_shading.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_shader_storage_buffer_object.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_sync.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_texture_multisample.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_texture_storage_multisample.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_uniform_buffer_object.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_vertex_array_object.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_viewport_array.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\EXT_texture_filter_anisotropic.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\GLExtensions.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_1_1.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_1_2.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_1_3.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_1_4.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_1_5.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_2_0.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_2_1.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_3_0.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_3_1.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_3_2.h" />
|
2016-01-27 12:58:34 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_2.h" />
|
2016-02-14 19:35:38 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_3.h" />
|
2016-02-14 19:16:33 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_4.h" />
|
2016-02-14 19:02:32 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_5.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_common.h" />
|
2016-01-01 12:58:19 -07:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\HP_occlusion_test.h" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\KHR_debug.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\NV_occlusion_query_samples.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\NV_primitive_restart.h" />
|
|
|
|
|
<ClInclude Include="GL\GLInterfaceBase.h" />
|
|
|
|
|
<ClInclude Include="GL\GLInterface\WGL.h" />
|
|
|
|
|
<ClInclude Include="GL\GLUtil.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="Hash.h" />
|
|
|
|
|
<ClInclude Include="IniFile.h" />
|
2014-10-31 13:12:54 -06:00
|
|
|
|
<ClInclude Include="JitRegister.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="LinearDiskCache.h" />
|
|
|
|
|
<ClInclude Include="MathUtil.h" />
|
2016-07-13 16:45:38 -06:00
|
|
|
|
<ClInclude Include="MD5.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="MemArena.h" />
|
|
|
|
|
<ClInclude Include="MemoryUtil.h" />
|
|
|
|
|
<ClInclude Include="MsgHandler.h" />
|
|
|
|
|
<ClInclude Include="NandPaths.h" />
|
2014-03-06 11:09:12 -07:00
|
|
|
|
<ClInclude Include="Network.h" />
|
2015-09-26 14:13:54 -06:00
|
|
|
|
<ClInclude Include="NonCopyable.h" />
|
2014-04-20 18:43:45 -06:00
|
|
|
|
<ClInclude Include="PcapFile.h" />
|
2014-11-19 11:57:12 -07:00
|
|
|
|
<ClInclude Include="Profiler.h" />
|
2015-09-26 08:59:27 -06:00
|
|
|
|
<ClInclude Include="ScopeGuard.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="SDCardUtil.h" />
|
2016-08-13 06:08:58 -06:00
|
|
|
|
<ClInclude Include="Semaphore.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="SettingsHandler.h" />
|
|
|
|
|
<ClInclude Include="StringUtil.h" />
|
|
|
|
|
<ClInclude Include="SymbolDB.h" />
|
|
|
|
|
<ClInclude Include="SysConf.h" />
|
|
|
|
|
<ClInclude Include="Thread.h" />
|
|
|
|
|
<ClInclude Include="Timer.h" />
|
2015-02-02 02:56:53 -07:00
|
|
|
|
<ClInclude Include="TraversalClient.h" />
|
|
|
|
|
<ClInclude Include="TraversalProto.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="x64ABI.h" />
|
|
|
|
|
<ClInclude Include="x64Emitter.h" />
|
2016-08-31 18:51:02 -06:00
|
|
|
|
<ClInclude Include="x64Reg.h" />
|
2014-06-05 17:29:54 -06:00
|
|
|
|
<ClInclude Include="Crypto\bn.h" />
|
|
|
|
|
<ClInclude Include="Crypto\ec.h" />
|
|
|
|
|
<ClInclude Include="Logging\ConsoleListener.h" />
|
|
|
|
|
<ClInclude Include="Logging\Log.h" />
|
|
|
|
|
<ClInclude Include="Logging\LogManager.h" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-17 18:43:59 -06:00
|
|
|
|
<ClCompile Include="Analytics.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="CDUtils.cpp" />
|
|
|
|
|
<ClCompile Include="ColorUtil.cpp" />
|
2015-03-09 11:37:02 -06:00
|
|
|
|
<ClCompile Include="ENetUtil.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="FileSearch.cpp" />
|
|
|
|
|
<ClCompile Include="FileUtil.cpp" />
|
2014-07-17 19:33:51 -06:00
|
|
|
|
<ClCompile Include="GekkoDisassembler.cpp" />
|
2015-09-18 10:40:00 -06:00
|
|
|
|
<ClCompile Include="GL\GLExtensions\GLExtensions.cpp" />
|
|
|
|
|
<ClCompile Include="GL\GLInterface\GLInterface.cpp" />
|
|
|
|
|
<ClCompile Include="GL\GLInterface\WGL.cpp" />
|
|
|
|
|
<ClCompile Include="GL\GLUtil.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="Hash.cpp" />
|
|
|
|
|
<ClCompile Include="IniFile.cpp" />
|
2014-10-31 13:12:54 -06:00
|
|
|
|
<ClCompile Include="JitRegister.cpp" />
|
2015-03-15 23:11:18 -06:00
|
|
|
|
<ClCompile Include="Logging\ConsoleListenerWin.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="MathUtil.cpp" />
|
2016-07-13 16:45:38 -06:00
|
|
|
|
<ClCompile Include="MD5.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="MemArena.cpp" />
|
|
|
|
|
<ClCompile Include="MemoryUtil.cpp" />
|
|
|
|
|
<ClCompile Include="Misc.cpp" />
|
|
|
|
|
<ClCompile Include="MsgHandler.cpp" />
|
|
|
|
|
<ClCompile Include="NandPaths.cpp" />
|
2014-03-06 11:09:12 -07:00
|
|
|
|
<ClCompile Include="Network.cpp" />
|
2014-04-20 18:43:45 -06:00
|
|
|
|
<ClCompile Include="PcapFile.cpp" />
|
2014-11-19 11:57:12 -07:00
|
|
|
|
<ClCompile Include="Profiler.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="SDCardUtil.cpp" />
|
|
|
|
|
<ClCompile Include="SettingsHandler.cpp" />
|
|
|
|
|
<ClCompile Include="StringUtil.cpp" />
|
|
|
|
|
<ClCompile Include="SymbolDB.cpp" />
|
|
|
|
|
<ClCompile Include="SysConf.cpp" />
|
|
|
|
|
<ClCompile Include="Thread.cpp" />
|
|
|
|
|
<ClCompile Include="Timer.cpp" />
|
2015-02-02 02:56:53 -07:00
|
|
|
|
<ClCompile Include="TraversalClient.cpp" />
|
2015-10-16 21:26:34 -06:00
|
|
|
|
<ClCompile Include="ucrtFreadWorkaround.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="Version.cpp" />
|
|
|
|
|
<ClCompile Include="x64ABI.cpp" />
|
|
|
|
|
<ClCompile Include="x64CPUDetect.cpp" />
|
|
|
|
|
<ClCompile Include="x64Emitter.cpp" />
|
|
|
|
|
<ClCompile Include="x64FPURoundMode.cpp" />
|
2014-06-05 17:29:54 -06:00
|
|
|
|
<ClCompile Include="Crypto\bn.cpp" />
|
|
|
|
|
<ClCompile Include="Crypto\ec.cpp" />
|
|
|
|
|
<ClCompile Include="Logging\LogManager.cpp" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-02-28 19:26:42 -07:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)enet\enet.vcxproj">
|
|
|
|
|
<Project>{cbc76802-c128-4b17-bf6c-23b08c313e5e}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-09-23 17:03:08 -06:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
|
|
|
|
|
</ProjectReference>
|
2016-06-17 18:43:59 -06:00
|
|
|
|
<ProjectReference Include="..\..\..\Externals\curl\curl.vcxproj">
|
|
|
|
|
<Project>{bb00605c-125f-4a21-b33b-7bf418322dcb}</Project>
|
|
|
|
|
</ProjectReference>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ProjectReference Include="SCMRevGen.vcxproj">
|
|
|
|
|
<Project>{41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
|
|
|
|
|
</ProjectReference>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
2015-10-29 17:30:22 -06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Natvis Include="BitField.natvis" />
|
|
|
|
|
</ItemGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2016-11-27 03:56:22 -07:00
|
|
|
|
</Project>
|