1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="12.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 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{6863544A-0CE8-4CA9-A132-74116FD9D9BB}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>doubleconversion</RootNamespace> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 28 <ConfigurationType>StaticLibrary</ConfigurationType> 29 <UseDebugLibraries>true</UseDebugLibraries> 30 <PlatformToolset>v120</PlatformToolset> 31 <CharacterSet>MultiByte</CharacterSet> 32 </PropertyGroup> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 34 <ConfigurationType>StaticLibrary</ConfigurationType> 35 <UseDebugLibraries>true</UseDebugLibraries> 36 <PlatformToolset>v120</PlatformToolset> 37 <CharacterSet>MultiByte</CharacterSet> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 40 <ConfigurationType>StaticLibrary</ConfigurationType> 41 <UseDebugLibraries>false</UseDebugLibraries> 42 <PlatformToolset>v120</PlatformToolset> 43 <WholeProgramOptimization>true</WholeProgramOptimization> 44 <CharacterSet>MultiByte</CharacterSet> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 47 <ConfigurationType>StaticLibrary</ConfigurationType> 48 <UseDebugLibraries>false</UseDebugLibraries> 49 <PlatformToolset>v120</PlatformToolset> 50 <WholeProgramOptimization>true</WholeProgramOptimization> 51 <CharacterSet>MultiByte</CharacterSet> 52 </PropertyGroup> 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 54 <ImportGroup Label="ExtensionSettings"> 55 </ImportGroup> 56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 </ImportGroup> 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 61 </ImportGroup> 62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 64 </ImportGroup> 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 </ImportGroup> 68 <PropertyGroup Label="UserMacros" /> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 70 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 71 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 72 </PropertyGroup> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 74 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 75 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 76 </PropertyGroup> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 78 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 79 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 80 </PropertyGroup> 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 82 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 83 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 86 <ClCompile> 87 <PrecompiledHeader> 88 </PrecompiledHeader> 89 <WarningLevel>Level3</WarningLevel> 90 <Optimization>Disabled</Optimization> 91 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <SDLCheck>true</SDLCheck> 93 </ClCompile> 94 <Link> 95 <SubSystem>Windows</SubSystem> 96 <GenerateDebugInformation>true</GenerateDebugInformation> 97 </Link> 98 </ItemDefinitionGroup> 99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 100 <ClCompile> 101 <PrecompiledHeader> 102 </PrecompiledHeader> 103 <WarningLevel>Level3</WarningLevel> 104 <Optimization>Disabled</Optimization> 105 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 106 <SDLCheck>true</SDLCheck> 107 </ClCompile> 108 <Link> 109 <SubSystem>Windows</SubSystem> 110 <GenerateDebugInformation>true</GenerateDebugInformation> 111 </Link> 112 </ItemDefinitionGroup> 113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 114 <ClCompile> 115 <WarningLevel>Level3</WarningLevel> 116 <PrecompiledHeader> 117 </PrecompiledHeader> 118 <Optimization>MaxSpeed</Optimization> 119 <FunctionLevelLinking>true</FunctionLevelLinking> 120 <IntrinsicFunctions>true</IntrinsicFunctions> 121 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 122 <SDLCheck>true</SDLCheck> 123 </ClCompile> 124 <Link> 125 <SubSystem>Windows</SubSystem> 126 <GenerateDebugInformation>true</GenerateDebugInformation> 127 <EnableCOMDATFolding>true</EnableCOMDATFolding> 128 <OptimizeReferences>true</OptimizeReferences> 129 </Link> 130 </ItemDefinitionGroup> 131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 132 <ClCompile> 133 <WarningLevel>Level3</WarningLevel> 134 <PrecompiledHeader> 135 </PrecompiledHeader> 136 <Optimization>MaxSpeed</Optimization> 137 <FunctionLevelLinking>true</FunctionLevelLinking> 138 <IntrinsicFunctions>true</IntrinsicFunctions> 139 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 140 <SDLCheck>true</SDLCheck> 141 </ClCompile> 142 <Link> 143 <SubSystem>Windows</SubSystem> 144 <GenerateDebugInformation>true</GenerateDebugInformation> 145 <EnableCOMDATFolding>true</EnableCOMDATFolding> 146 <OptimizeReferences>true</OptimizeReferences> 147 </Link> 148 </ItemDefinitionGroup> 149 <ItemGroup> 150 <ClCompile Include="..\double-conversion\bignum.cc" /> 151 <ClCompile Include="..\double-conversion\bignum-dtoa.cc" /> 152 <ClCompile Include="..\double-conversion\cached-powers.cc" /> 153 <ClCompile Include="..\double-conversion\double-to-string.cc" /> 154 <ClCompile Include="..\double-conversion\fast-dtoa.cc" /> 155 <ClCompile Include="..\double-conversion\fixed-dtoa.cc" /> 156 <ClCompile Include="..\double-conversion\string-to-double.cc" /> 157 <ClCompile Include="..\double-conversion\strtod.cc" /> 158 </ItemGroup> 159 <ItemGroup> 160 <ClInclude Include="..\double-conversion\bignum.h" /> 161 <ClInclude Include="..\double-conversion\cached-powers.h" /> 162 <ClInclude Include="..\double-conversion\diy-fp.h" /> 163 <ClInclude Include="..\double-conversion\double-conversion.h" /> 164 <ClInclude Include="..\double-conversion\double-to-string.h" /> 165 <ClInclude Include="..\double-conversion\fast-dtoa.h" /> 166 <ClInclude Include="..\double-conversion\fixed-dtoa.h" /> 167 <ClInclude Include="..\double-conversion\ieee.h" /> 168 <ClInclude Include="..\double-conversion\string-to-double.h" /> 169 <ClInclude Include="..\double-conversion\strtod.h" /> 170 <ClInclude Include="..\double-conversion\utils.h" /> 171 </ItemGroup> 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 173 <ImportGroup Label="ExtensionTargets"> 174 </ImportGroup> 175</Project>