2013-08-30 05:35:09 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-09-27 04:48:31 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-08-30 05:35:09 +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>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid>
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<RootNamespace>common</RootNamespace>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2013-09-27 04:48:31 +02:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2013-09-27 04:48:31 +02:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-09-27 04:48:31 +02:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="Configuration">
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-09-27 04:48:31 +02:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="Configuration">
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2013-08-30 05:35:09 +02: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" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\code_generation_debug.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\optimization_debug.props" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</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" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\code_generation_debug.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\optimization_debug.props" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</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" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\code_generation_release.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\optimization_release.props" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</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" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Import Project="..\..\vsprops\code_generation_release.props" />
|
2013-09-09 03:56:54 +02:00
|
|
|
|
<Import Project="..\..\vsprops\optimization_release.props" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Lib />
|
2013-09-19 05:26:13 +02:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Lib />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Lib />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ClCompile />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<Lib />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClInclude Include="atomic.h" />
|
|
|
|
|
<ClInclude Include="atomic_gcc.h" />
|
|
|
|
|
<ClInclude Include="atomic_win32.h" />
|
2014-05-08 00:14:42 +02:00
|
|
|
|
<ClInclude Include="bit_field.h" />
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClInclude Include="break_points.h" />
|
|
|
|
|
<ClInclude Include="chunk_file.h" />
|
|
|
|
|
<ClInclude Include="common.h" />
|
|
|
|
|
<ClInclude Include="common_funcs.h" />
|
|
|
|
|
<ClInclude Include="common_paths.h" />
|
|
|
|
|
<ClInclude Include="common_types.h" />
|
|
|
|
|
<ClInclude Include="console_listener.h" />
|
|
|
|
|
<ClInclude Include="cpu_detect.h" />
|
|
|
|
|
<ClInclude Include="debug_interface.h" />
|
|
|
|
|
<ClInclude Include="emu_window.h" />
|
|
|
|
|
<ClInclude Include="extended_trace.h" />
|
|
|
|
|
<ClInclude Include="fifo_queue.h" />
|
|
|
|
|
<ClInclude Include="file_search.h" />
|
|
|
|
|
<ClInclude Include="file_util.h" />
|
|
|
|
|
<ClInclude Include="fixed_size_queue.h" />
|
|
|
|
|
<ClInclude Include="hash.h" />
|
|
|
|
|
<ClInclude Include="linear_disk_cache.h" />
|
|
|
|
|
<ClInclude Include="log.h" />
|
|
|
|
|
<ClInclude Include="log_manager.h" />
|
|
|
|
|
<ClInclude Include="math_util.h" />
|
|
|
|
|
<ClInclude Include="memory_util.h" />
|
|
|
|
|
<ClInclude Include="mem_arena.h" />
|
|
|
|
|
<ClInclude Include="msg_handler.h" />
|
|
|
|
|
<ClInclude Include="platform.h" />
|
2014-04-24 04:04:33 +02:00
|
|
|
|
<ClInclude Include="scm_rev.h" />
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClInclude Include="std_condition_variable.h" />
|
|
|
|
|
<ClInclude Include="std_mutex.h" />
|
|
|
|
|
<ClInclude Include="std_thread.h" />
|
|
|
|
|
<ClInclude Include="string_util.h" />
|
|
|
|
|
<ClInclude Include="swap.h" />
|
2014-04-13 00:57:58 +02:00
|
|
|
|
<ClInclude Include="symbols.h" />
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClInclude Include="thread.h" />
|
2014-05-16 00:19:34 +02:00
|
|
|
|
<ClInclude Include="thread_queue_list.h" />
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClInclude Include="thunk.h" />
|
|
|
|
|
<ClInclude Include="timer.h" />
|
|
|
|
|
<ClInclude Include="utf8.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClCompile Include="break_points.cpp" />
|
|
|
|
|
<ClCompile Include="console_listener.cpp" />
|
|
|
|
|
<ClCompile Include="extended_trace.cpp" />
|
|
|
|
|
<ClCompile Include="file_search.cpp" />
|
|
|
|
|
<ClCompile Include="file_util.cpp" />
|
|
|
|
|
<ClCompile Include="hash.cpp" />
|
|
|
|
|
<ClCompile Include="log_manager.cpp" />
|
|
|
|
|
<ClCompile Include="math_util.cpp" />
|
|
|
|
|
<ClCompile Include="memory_util.cpp" />
|
|
|
|
|
<ClCompile Include="mem_arena.cpp" />
|
|
|
|
|
<ClCompile Include="misc.cpp" />
|
|
|
|
|
<ClCompile Include="msg_handler.cpp" />
|
2014-04-24 04:04:33 +02:00
|
|
|
|
<ClCompile Include="scm_rev.cpp" />
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClCompile Include="string_util.cpp" />
|
2014-04-13 00:57:58 +02:00
|
|
|
|
<ClCompile Include="symbols.cpp" />
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<ClCompile Include="thread.cpp" />
|
|
|
|
|
<ClCompile Include="timer.cpp" />
|
|
|
|
|
<ClCompile Include="utf8.cpp" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ItemGroup>
|
2013-09-19 05:26:13 +02:00
|
|
|
|
<ItemGroup>
|
2014-04-09 02:15:08 +02:00
|
|
|
|
<Text Include="CMakeLists.txt" />
|
2013-09-19 05:26:13 +02:00
|
|
|
|
</ItemGroup>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2014-05-18 22:50:41 +02:00
|
|
|
|
</Project>
|