2013-08-30 05:35:09 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ProjectConfiguration Include="DebugFast|Win32">
|
|
|
|
|
<Configuration>DebugFast</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="DebugFast|x64">
|
|
|
|
|
<Configuration>DebugFast</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<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-05 02:17:46 +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-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-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>
|
|
|
|
|
</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>
|
|
|
|
|
</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" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_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" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_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" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_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" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_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)'=='DebugFast|Win32'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<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)'=='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>
|
|
|
|
|
<ClInclude Include="src\atomic.h" />
|
|
|
|
|
<ClInclude Include="src\atomic_gcc.h" />
|
|
|
|
|
<ClInclude Include="src\atomic_win32.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ClInclude Include="src\break_points.h" />
|
|
|
|
|
<ClInclude Include="src\chunk_file.h" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ClInclude Include="src\common.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ClInclude Include="src\common_funcs.h" />
|
|
|
|
|
<ClInclude Include="src\common_paths.h" />
|
|
|
|
|
<ClInclude Include="src\common_types.h" />
|
|
|
|
|
<ClInclude Include="src\console_listener.h" />
|
|
|
|
|
<ClInclude Include="src\cpu_detect.h" />
|
|
|
|
|
<ClInclude Include="src\debug_interface.h" />
|
2013-09-05 03:00:29 +02:00
|
|
|
|
<ClInclude Include="src\emu_window.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ClInclude Include="src\extended_trace.h" />
|
|
|
|
|
<ClInclude Include="src\fifo_queue.h" />
|
|
|
|
|
<ClInclude Include="src\file_search.h" />
|
|
|
|
|
<ClInclude Include="src\file_util.h" />
|
|
|
|
|
<ClInclude Include="src\fixed_size_queue.h" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ClInclude Include="src\hash.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ClInclude Include="src\linear_disk_cache.h" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ClInclude Include="src\log.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ClInclude Include="src\log_manager.h" />
|
|
|
|
|
<ClInclude Include="src\math_util.h" />
|
|
|
|
|
<ClInclude Include="src\memory_util.h" />
|
|
|
|
|
<ClInclude Include="src\mem_arena.h" />
|
|
|
|
|
<ClInclude Include="src\msg_handler.h" />
|
|
|
|
|
<ClInclude Include="src\scm_rev.h" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ClInclude Include="src\std_condition_variable.h" />
|
|
|
|
|
<ClInclude Include="src\std_mutex.h" />
|
|
|
|
|
<ClInclude Include="src\std_thread.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
<ClInclude Include="src\string_util.h" />
|
|
|
|
|
<ClInclude Include="src\thread.h" />
|
|
|
|
|
<ClInclude Include="src\thunk.h" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
<ClInclude Include="src\timer.h" />
|
2013-09-05 02:17:46 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\break_points.cpp" />
|
|
|
|
|
<ClCompile Include="src\console_listener.cpp" />
|
|
|
|
|
<ClCompile Include="src\extended_trace.cpp" />
|
|
|
|
|
<ClCompile Include="src\file_search.cpp" />
|
|
|
|
|
<ClCompile Include="src\file_util.cpp" />
|
|
|
|
|
<ClCompile Include="src\hash.cpp" />
|
|
|
|
|
<ClCompile Include="src\log_manager.cpp" />
|
|
|
|
|
<ClCompile Include="src\math_util.cpp" />
|
|
|
|
|
<ClCompile Include="src\memory_util.cpp" />
|
|
|
|
|
<ClCompile Include="src\mem_arena.cpp" />
|
|
|
|
|
<ClCompile Include="src\misc.cpp" />
|
|
|
|
|
<ClCompile Include="src\msg_handler.cpp" />
|
|
|
|
|
<ClCompile Include="src\string_util.cpp" />
|
|
|
|
|
<ClCompile Include="src\thread.cpp" />
|
|
|
|
|
<ClCompile Include="src\timer.cpp" />
|
|
|
|
|
<ClCompile Include="src\version.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="CMakeLists.txt" />
|
2013-08-30 05:35:09 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|