2014-03-05 08:04:03 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 05:01:00 +00: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 09:27:57 +00:00
|
|
|
|
<ProjectGuid>{2E6C348C-C75C-4D94-8D1E-9C1FCBF3EFE4}</ProjectGuid>
|
2017-05-26 12:36:33 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-02-28 00:51:02 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 10:41:26 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\VSProps\Base.props" />
|
2014-08-15 06:51:13 +00:00
|
|
|
|
<Import Project="..\..\VSProps\PCHUse.props" />
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2016-11-27 10:56:22 +00:00
|
|
|
|
<ClInclude Include="Align.h" />
|
2016-06-18 00:43:59 +00:00
|
|
|
|
<ClInclude Include="Analytics.h" />
|
2015-09-26 20:39:47 +00:00
|
|
|
|
<ClInclude Include="Assert.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="Atomic.h" />
|
|
|
|
|
<ClInclude Include="Atomic_GCC.h" />
|
|
|
|
|
<ClInclude Include="Atomic_Win32.h" />
|
2014-03-10 14:59:32 +00:00
|
|
|
|
<ClInclude Include="BitField.h" />
|
2014-10-17 01:49:48 +00:00
|
|
|
|
<ClInclude Include="BitSet.h" />
|
2017-01-13 22:18:10 +00:00
|
|
|
|
<ClInclude Include="BitUtils.h" />
|
2015-06-05 17:27:14 +00:00
|
|
|
|
<ClInclude Include="BlockingLoop.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="CDUtils.h" />
|
|
|
|
|
<ClInclude Include="ChunkFile.h" />
|
2014-04-09 06:22:52 +00:00
|
|
|
|
<ClInclude Include="CodeBlock.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="ColorUtil.h" />
|
|
|
|
|
<ClInclude Include="Common.h" />
|
|
|
|
|
<ClInclude Include="CommonFuncs.h" />
|
|
|
|
|
<ClInclude Include="CommonPaths.h" />
|
|
|
|
|
<ClInclude Include="CommonTypes.h" />
|
2018-06-09 15:34:43 +00:00
|
|
|
|
<ClInclude Include="Compiler.h" />
|
2017-02-16 15:58:40 +00:00
|
|
|
|
<ClInclude Include="Config\Config.h" />
|
2017-10-30 17:09:05 +00:00
|
|
|
|
<ClInclude Include="Config\ConfigInfo.h" />
|
2017-02-16 15:58:40 +00:00
|
|
|
|
<ClInclude Include="Config\Enums.h" />
|
|
|
|
|
<ClInclude Include="Config\Layer.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="CPUDetect.h" />
|
|
|
|
|
<ClInclude Include="DebugInterface.h" />
|
2018-05-21 14:46:03 +00:00
|
|
|
|
<ClInclude Include="Debug\MemoryPatches.h" />
|
2018-01-29 16:58:02 +00:00
|
|
|
|
<ClInclude Include="Debug\Watches.h" />
|
2015-03-09 17:37:02 +00:00
|
|
|
|
<ClInclude Include="ENetUtil.h" />
|
2014-08-13 05:51:43 +00:00
|
|
|
|
<ClInclude Include="Event.h" />
|
2017-01-15 20:46:32 +00:00
|
|
|
|
<ClInclude Include="File.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="FileSearch.h" />
|
|
|
|
|
<ClInclude Include="FileUtil.h" />
|
|
|
|
|
<ClInclude Include="FixedSizeQueue.h" />
|
2014-08-14 05:43:55 +00:00
|
|
|
|
<ClInclude Include="Flag.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="FPURoundMode.h" />
|
2014-07-18 01:33:51 +00:00
|
|
|
|
<ClInclude Include="GekkoDisassembler.h" />
|
2016-01-01 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\AMD_pinned_memory.h" />
|
2015-09-18 16:40:00 +00: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" />
|
2016-11-27 08:14:52 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_compute_shader.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<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 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_ES3_compatibility.h" />
|
2015-09-18 16:40:00 +00: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 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_occlusion_query2.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_sampler_objects.h" />
|
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_sample_shading.h" />
|
2016-11-27 08:14:51 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_shader_image_load_store.h" />
|
2016-01-01 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_shader_storage_buffer_object.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_sync.h" />
|
2017-07-27 12:00:01 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_texture_compression_bptc.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_texture_multisample.h" />
|
2016-11-27 08:14:29 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\ARB_texture_storage.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<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" />
|
2017-04-16 10:33:30 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\EXT_texture_compression_s3tc.h" />
|
2016-01-01 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\EXT_texture_filter_anisotropic.h" />
|
2015-09-18 16:40:00 +00: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 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_2_1.h" />
|
2015-09-18 16:40:00 +00: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 19:58:34 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_2.h" />
|
2016-02-15 02:35:38 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_3.h" />
|
2016-02-15 02:16:33 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_4.h" />
|
2016-02-15 02:02:32 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_4_5.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\gl_common.h" />
|
2016-01-01 19:58:19 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\HP_occlusion_test.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\KHR_debug.h" />
|
2016-08-06 11:30:32 +00:00
|
|
|
|
<ClInclude Include="GL\GLExtensions\NV_depth_buffer_float.h" />
|
2015-09-18 16:40:00 +00:00
|
|
|
|
<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" />
|
2018-05-07 05:18:41 +00:00
|
|
|
|
<ClInclude Include="FloatUtils.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="Hash.h" />
|
2017-06-12 15:17:05 +00:00
|
|
|
|
<ClInclude Include="HttpRequest.h" />
|
2016-12-27 15:32:32 +00:00
|
|
|
|
<ClInclude Include="Image.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="IniFile.h" />
|
2014-10-31 19:12:54 +00:00
|
|
|
|
<ClInclude Include="JitRegister.h" />
|
2017-06-24 16:41:13 +00:00
|
|
|
|
<ClInclude Include="Lazy.h" />
|
2017-06-09 05:15:42 +00:00
|
|
|
|
<ClInclude Include="LdrWatcher.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="LinearDiskCache.h" />
|
|
|
|
|
<ClInclude Include="MathUtil.h" />
|
2016-07-13 22:45:38 +00:00
|
|
|
|
<ClInclude Include="MD5.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="MemArena.h" />
|
|
|
|
|
<ClInclude Include="MemoryUtil.h" />
|
|
|
|
|
<ClInclude Include="MsgHandler.h" />
|
|
|
|
|
<ClInclude Include="NandPaths.h" />
|
2014-03-06 18:09:12 +00:00
|
|
|
|
<ClInclude Include="Network.h" />
|
2014-04-21 00:43:45 +00:00
|
|
|
|
<ClInclude Include="PcapFile.h" />
|
2014-11-19 18:57:12 +00:00
|
|
|
|
<ClInclude Include="Profiler.h" />
|
2017-10-27 23:42:25 +00:00
|
|
|
|
<ClInclude Include="QoSSession.h" />
|
2018-05-21 13:48:17 +00:00
|
|
|
|
<ClInclude Include="Random.h" />
|
2018-03-02 22:27:29 +00:00
|
|
|
|
<ClInclude Include="Result.h" />
|
2015-09-26 14:59:27 +00:00
|
|
|
|
<ClInclude Include="ScopeGuard.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="SDCardUtil.h" />
|
2016-08-13 12:08:58 +00:00
|
|
|
|
<ClInclude Include="Semaphore.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="SettingsHandler.h" />
|
2017-08-23 23:45:42 +00:00
|
|
|
|
<ClInclude Include="SPSCQueue.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="StringUtil.h" />
|
2017-03-03 19:43:52 +00:00
|
|
|
|
<ClInclude Include="Swap.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="SymbolDB.h" />
|
|
|
|
|
<ClInclude Include="Thread.h" />
|
|
|
|
|
<ClInclude Include="Timer.h" />
|
2015-02-02 09:56:53 +00:00
|
|
|
|
<ClInclude Include="TraversalClient.h" />
|
|
|
|
|
<ClInclude Include="TraversalProto.h" />
|
2017-08-07 06:26:01 +00:00
|
|
|
|
<ClInclude Include="UPnP.h" />
|
2017-09-09 19:52:35 +00:00
|
|
|
|
<ClInclude Include="Version.h" />
|
2017-08-20 21:04:49 +00:00
|
|
|
|
<ClInclude Include="WorkQueueThread.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="x64ABI.h" />
|
|
|
|
|
<ClInclude Include="x64Emitter.h" />
|
2016-09-01 00:51:02 +00:00
|
|
|
|
<ClInclude Include="x64Reg.h" />
|
2017-02-12 10:50:35 +00:00
|
|
|
|
<ClInclude Include="Crypto\AES.h" />
|
2014-06-05 23:29:54 +00: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-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-18 00:43:59 +00:00
|
|
|
|
<ClCompile Include="Analytics.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="CDUtils.cpp" />
|
|
|
|
|
<ClCompile Include="ColorUtil.cpp" />
|
2017-04-14 19:07:37 +00:00
|
|
|
|
<ClCompile Include="CommonFuncs.cpp" />
|
2017-06-09 05:15:42 +00:00
|
|
|
|
<ClCompile Include="CompatPatches.cpp" />
|
2017-02-16 15:58:40 +00:00
|
|
|
|
<ClCompile Include="Config\Config.cpp" />
|
2017-10-30 17:09:05 +00:00
|
|
|
|
<ClCompile Include="Config\ConfigInfo.cpp" />
|
2017-02-16 15:58:40 +00:00
|
|
|
|
<ClCompile Include="Config\Layer.cpp" />
|
2018-05-21 14:46:03 +00:00
|
|
|
|
<ClCompile Include="Debug\MemoryPatches.cpp" />
|
2018-01-29 16:58:02 +00:00
|
|
|
|
<ClCompile Include="Debug\Watches.cpp" />
|
2015-03-09 17:37:02 +00:00
|
|
|
|
<ClCompile Include="ENetUtil.cpp" />
|
2017-01-15 20:46:32 +00:00
|
|
|
|
<ClCompile Include="File.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="FileSearch.cpp" />
|
|
|
|
|
<ClCompile Include="FileUtil.cpp" />
|
2018-05-07 05:18:41 +00:00
|
|
|
|
<ClCompile Include="FloatUtils.cpp" />
|
2014-07-18 01:33:51 +00:00
|
|
|
|
<ClCompile Include="GekkoDisassembler.cpp" />
|
2015-09-18 16:40:00 +00: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 20:14:29 +00:00
|
|
|
|
<ClCompile Include="Hash.cpp" />
|
2017-06-12 15:17:05 +00:00
|
|
|
|
<ClCompile Include="HttpRequest.cpp" />
|
2016-12-27 15:32:32 +00:00
|
|
|
|
<ClCompile Include="Image.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="IniFile.cpp" />
|
2014-10-31 19:12:54 +00:00
|
|
|
|
<ClCompile Include="JitRegister.cpp" />
|
2017-06-09 05:15:42 +00:00
|
|
|
|
<ClCompile Include="LdrWatcher.cpp" />
|
2015-03-16 05:11:18 +00:00
|
|
|
|
<ClCompile Include="Logging\ConsoleListenerWin.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="MathUtil.cpp" />
|
2016-07-13 22:45:38 +00:00
|
|
|
|
<ClCompile Include="MD5.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="MemArena.cpp" />
|
|
|
|
|
<ClCompile Include="MemoryUtil.cpp" />
|
|
|
|
|
<ClCompile Include="MsgHandler.cpp" />
|
|
|
|
|
<ClCompile Include="NandPaths.cpp" />
|
2014-03-06 18:09:12 +00:00
|
|
|
|
<ClCompile Include="Network.cpp" />
|
2014-04-21 00:43:45 +00:00
|
|
|
|
<ClCompile Include="PcapFile.cpp" />
|
2014-11-19 18:57:12 +00:00
|
|
|
|
<ClCompile Include="Profiler.cpp" />
|
2017-10-27 23:42:25 +00:00
|
|
|
|
<ClCompile Include="QoSSession.cpp" />
|
2018-05-21 13:48:17 +00:00
|
|
|
|
<ClCompile Include="Random.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="SDCardUtil.cpp" />
|
|
|
|
|
<ClCompile Include="SettingsHandler.cpp" />
|
|
|
|
|
<ClCompile Include="StringUtil.cpp" />
|
|
|
|
|
<ClCompile Include="SymbolDB.cpp" />
|
|
|
|
|
<ClCompile Include="Thread.cpp" />
|
|
|
|
|
<ClCompile Include="Timer.cpp" />
|
2015-02-02 09:56:53 +00:00
|
|
|
|
<ClCompile Include="TraversalClient.cpp" />
|
2017-08-07 06:26:01 +00:00
|
|
|
|
<ClCompile Include="UPnP.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="Version.cpp" />
|
|
|
|
|
<ClCompile Include="x64ABI.cpp" />
|
|
|
|
|
<ClCompile Include="x64CPUDetect.cpp" />
|
|
|
|
|
<ClCompile Include="x64Emitter.cpp" />
|
|
|
|
|
<ClCompile Include="x64FPURoundMode.cpp" />
|
2017-02-12 10:50:35 +00:00
|
|
|
|
<ClCompile Include="Crypto\AES.cpp" />
|
2014-06-05 23:29:54 +00:00
|
|
|
|
<ClCompile Include="Crypto\bn.cpp" />
|
|
|
|
|
<ClCompile Include="Crypto\ec.cpp" />
|
|
|
|
|
<ClCompile Include="Logging\LogManager.cpp" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-03-01 02:26:42 +00:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)enet\enet.vcxproj">
|
|
|
|
|
<Project>{cbc76802-c128-4b17-bf6c-23b08c313e5e}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-09-23 23:03:08 +00:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
|
|
|
|
|
</ProjectReference>
|
2016-12-27 15:32:32 +00:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)libpng\png\png.vcxproj">
|
|
|
|
|
<Project>{4c9f135b-a85e-430c-bad4-4c67ef5fc12c}</Project>
|
|
|
|
|
</ProjectReference>
|
2016-06-18 00:43:59 +00:00
|
|
|
|
<ProjectReference Include="..\..\..\Externals\curl\curl.vcxproj">
|
|
|
|
|
<Project>{bb00605c-125f-4a21-b33b-7bf418322dcb}</Project>
|
|
|
|
|
</ProjectReference>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ProjectReference Include="SCMRevGen.vcxproj">
|
|
|
|
|
<Project>{41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
|
|
|
|
|
</ProjectReference>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
2015-10-29 23:30:22 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Natvis Include="BitField.natvis" />
|
|
|
|
|
</ItemGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2018-05-21 13:48:17 +00:00
|
|
|
|
</Project>
|