2015-09-06 13:31:42 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug - null|Win32">
|
|
|
|
|
<Configuration>Debug - null</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ProjectConfiguration Include="Debug - null|x64">
|
|
|
|
|
<Configuration>Debug - null</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}</ProjectGuid>
|
|
|
|
|
<RootNamespace>dumprwtree</RootNamespace>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2016-06-14 23:07:16 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<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>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<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>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<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>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<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>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<OutDir>..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</PropertyGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<OutDir>..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</PropertyGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|Win32'">
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<OutDir>..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</PropertyGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|x64'">
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<OutDir>..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</PropertyGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<OutDir>..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</PropertyGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<OutDir>..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</PropertyGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-10-22 20:53:21 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\</AdditionalIncludeDirectories>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>librw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\..\lib\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</Link>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy /Y "$(TargetPath)" "..\..\output\"</Command>
|
|
|
|
|
</PostBuildEvent>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-10-22 20:53:21 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\</AdditionalIncludeDirectories>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>librw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\..\lib\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</Link>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy /Y "$(TargetPath)" "..\..\output\"</Command>
|
|
|
|
|
</PostBuildEvent>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</ItemDefinitionGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2016-01-11 11:23:26 +01:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-10-22 20:53:21 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\</AdditionalIncludeDirectories>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>librw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\..\lib\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</Link>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy /Y "$(TargetPath)" "..\..\output\"</Command>
|
|
|
|
|
</PostBuildEvent>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug - null|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-10-22 20:53:21 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\</AdditionalIncludeDirectories>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>librw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\..\lib\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</Link>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy /Y "$(TargetPath)" "..\..\output\"</Command>
|
|
|
|
|
</PostBuildEvent>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</ItemDefinitionGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2016-10-22 20:53:21 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\</AdditionalIncludeDirectories>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>librw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\..\lib\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</Link>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy /Y "$(TargetPath)" "..\..\output\"</Command>
|
|
|
|
|
</PostBuildEvent>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2017-03-09 11:45:26 +01:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2016-10-22 20:53:21 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\</AdditionalIncludeDirectories>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>librw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<AdditionalLibraryDirectories>..\..\lib\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</Link>
|
2016-10-22 12:17:05 +02:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy /Y "$(TargetPath)" "..\..\output\"</Command>
|
|
|
|
|
</PostBuildEvent>
|
2015-12-14 18:52:50 +01:00
|
|
|
|
</ItemDefinitionGroup>
|
2015-09-06 13:31:42 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="dumprwtree.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|