2014-11-15 08:02:08 -05:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-10-15 10:02:13 -04:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectGuid>{BFB68CF4-EB92-4E5C-9694-A939496C5CDE}</ProjectGuid>
|
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
|
<RootNamespace>buffer_test</RootNamespace>
|
2017-10-15 10:02:13 -04:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2017-10-15 10:02:13 -04:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2017-10-15 10:02:13 -04:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2017-10-15 10:02:13 -04:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2017-10-15 10:02:13 -04:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
2014-11-15 08:02:08 -05: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" />
|
|
|
|
|
|
<Import Project="..\common.props" />
|
|
|
|
|
|
</ImportGroup>
|
2014-12-15 20:20:16 -05: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" />
|
|
|
|
|
|
<Import Project="..\common.props" />
|
|
|
|
|
|
</ImportGroup>
|
2014-11-15 08:02:08 -05: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" />
|
|
|
|
|
|
<Import Project="..\common.props" />
|
|
|
|
|
|
</ImportGroup>
|
2014-12-15 20:20:16 -05: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" />
|
|
|
|
|
|
<Import Project="..\common.props" />
|
|
|
|
|
|
</ImportGroup>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
</PropertyGroup>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
|
|
|
|
|
|
</PropertyGroup>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
</PropertyGroup>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
|
|
|
|
|
|
</PropertyGroup>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2015-01-06 16:57:53 -05:00
|
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2015-01-06 16:57:53 -05:00
|
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2015-01-06 16:57:53 -05:00
|
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
2014-12-15 20:20:16 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-11-15 08:02:08 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClCompile Include="..\..\buffer_test.cpp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
</Project>
|