1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <ItemGroup> 22 <ClCompile Include="..\..\conversion_test.cpp" /> 23 </ItemGroup> 24 <PropertyGroup Label="Globals"> 25 <ProjectGuid>{EAE18F4D-AAF2-4C19-86FB-1144B5BD5993}</ProjectGuid> 26 <Keyword>Win32Proj</Keyword> 27 <RootNamespace>converter_test</RootNamespace> 28 <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> 29 </PropertyGroup> 30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseDebugLibraries>true</UseDebugLibraries> 34 <CharacterSet>Unicode</CharacterSet> 35 <PlatformToolset>v141</PlatformToolset> 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 38 <ConfigurationType>Application</ConfigurationType> 39 <UseDebugLibraries>true</UseDebugLibraries> 40 <CharacterSet>Unicode</CharacterSet> 41 <PlatformToolset>v141</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 44 <ConfigurationType>Application</ConfigurationType> 45 <UseDebugLibraries>false</UseDebugLibraries> 46 <WholeProgramOptimization>true</WholeProgramOptimization> 47 <CharacterSet>Unicode</CharacterSet> 48 <PlatformToolset>v141</PlatformToolset> 49 </PropertyGroup> 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 51 <ConfigurationType>Application</ConfigurationType> 52 <UseDebugLibraries>false</UseDebugLibraries> 53 <WholeProgramOptimization>true</WholeProgramOptimization> 54 <CharacterSet>Unicode</CharacterSet> 55 <PlatformToolset>v141</PlatformToolset> 56 </PropertyGroup> 57 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 58 <ImportGroup Label="ExtensionSettings"> 59 </ImportGroup> 60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 <Import Project="..\common.props" /> 63 </ImportGroup> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 66 <Import Project="..\common.props" /> 67 </ImportGroup> 68 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 70 <Import Project="..\common.props" /> 71 </ImportGroup> 72 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 74 <Import Project="..\common.props" /> 75 </ImportGroup> 76 <PropertyGroup Label="UserMacros" /> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 78 <LinkIncremental>true</LinkIncremental> 79 <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 80 <IntDir>$(Configuration)\</IntDir> 81 </PropertyGroup> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 83 <LinkIncremental>true</LinkIncremental> 84 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> 85 </PropertyGroup> 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 87 <LinkIncremental>false</LinkIncremental> 88 <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 89 <IntDir>$(Configuration)\</IntDir> 90 </PropertyGroup> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 92 <LinkIncremental>false</LinkIncremental> 93 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> 94 </PropertyGroup> 95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 96 <ClCompile> 97 <PrecompiledHeader> 98 </PrecompiledHeader> 99 <WarningLevel>Level3</WarningLevel> 100 <Optimization>Disabled</Optimization> 101 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 102 </ClCompile> 103 <Link> 104 <SubSystem>Console</SubSystem> 105 <GenerateDebugInformation>true</GenerateDebugInformation> 106 </Link> 107 <PostBuildEvent> 108 <Message>Executing test...</Message> 109 </PostBuildEvent> 110 </ItemDefinitionGroup> 111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 112 <ClCompile> 113 <PrecompiledHeader> 114 </PrecompiledHeader> 115 <WarningLevel>Level3</WarningLevel> 116 <Optimization>Disabled</Optimization> 117 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 118 </ClCompile> 119 <Link> 120 <SubSystem>Console</SubSystem> 121 <GenerateDebugInformation>true</GenerateDebugInformation> 122 </Link> 123 <PostBuildEvent> 124 <Message>Executing test...</Message> 125 </PostBuildEvent> 126 </ItemDefinitionGroup> 127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 128 <ClCompile> 129 <WarningLevel>Level3</WarningLevel> 130 <PrecompiledHeader> 131 </PrecompiledHeader> 132 <Optimization>MaxSpeed</Optimization> 133 <FunctionLevelLinking>true</FunctionLevelLinking> 134 <IntrinsicFunctions>true</IntrinsicFunctions> 135 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 136 </ClCompile> 137 <Link> 138 <SubSystem>Console</SubSystem> 139 <GenerateDebugInformation>true</GenerateDebugInformation> 140 <EnableCOMDATFolding>true</EnableCOMDATFolding> 141 <OptimizeReferences>true</OptimizeReferences> 142 </Link> 143 <PostBuildEvent> 144 <Message>Executing test...</Message> 145 </PostBuildEvent> 146 </ItemDefinitionGroup> 147 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 148 <ClCompile> 149 <WarningLevel>Level3</WarningLevel> 150 <PrecompiledHeader> 151 </PrecompiledHeader> 152 <Optimization>MaxSpeed</Optimization> 153 <FunctionLevelLinking>true</FunctionLevelLinking> 154 <IntrinsicFunctions>true</IntrinsicFunctions> 155 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 156 </ClCompile> 157 <Link> 158 <SubSystem>Console</SubSystem> 159 <GenerateDebugInformation>true</GenerateDebugInformation> 160 <EnableCOMDATFolding>true</EnableCOMDATFolding> 161 <OptimizeReferences>true</OptimizeReferences> 162 </Link> 163 <PostBuildEvent> 164 <Message>Executing test...</Message> 165 </PostBuildEvent> 166 </ItemDefinitionGroup> 167 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 168 <ImportGroup Label="ExtensionTargets"> 169 </ImportGroup> 170</Project>