12e5b6d6dSopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 22e5b6d6dSopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 32e5b6d6dSopenharmony_ci <ItemGroup Label="ProjectConfigurations"> 42e5b6d6dSopenharmony_ci <ProjectConfiguration Include="Debug|Win32"> 52e5b6d6dSopenharmony_ci <Configuration>Debug</Configuration> 62e5b6d6dSopenharmony_ci <Platform>Win32</Platform> 72e5b6d6dSopenharmony_ci </ProjectConfiguration> 82e5b6d6dSopenharmony_ci <ProjectConfiguration Include="Debug|x64"> 92e5b6d6dSopenharmony_ci <Configuration>Debug</Configuration> 102e5b6d6dSopenharmony_ci <Platform>x64</Platform> 112e5b6d6dSopenharmony_ci </ProjectConfiguration> 122e5b6d6dSopenharmony_ci <ProjectConfiguration Include="Release|Win32"> 132e5b6d6dSopenharmony_ci <Configuration>Release</Configuration> 142e5b6d6dSopenharmony_ci <Platform>Win32</Platform> 152e5b6d6dSopenharmony_ci </ProjectConfiguration> 162e5b6d6dSopenharmony_ci <ProjectConfiguration Include="Release|x64"> 172e5b6d6dSopenharmony_ci <Configuration>Release</Configuration> 182e5b6d6dSopenharmony_ci <Platform>x64</Platform> 192e5b6d6dSopenharmony_ci </ProjectConfiguration> 202e5b6d6dSopenharmony_ci </ItemGroup> 212e5b6d6dSopenharmony_ci <PropertyGroup Label="Globals"> 222e5b6d6dSopenharmony_ci <ProjectGuid>{6863544A-0CE8-4CA9-A132-74116FD9D9BB}</ProjectGuid> 232e5b6d6dSopenharmony_ci <Keyword>Win32Proj</Keyword> 242e5b6d6dSopenharmony_ci <RootNamespace>doubleconversion</RootNamespace> 252e5b6d6dSopenharmony_ci </PropertyGroup> 262e5b6d6dSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 272e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 282e5b6d6dSopenharmony_ci <ConfigurationType>StaticLibrary</ConfigurationType> 292e5b6d6dSopenharmony_ci <UseDebugLibraries>true</UseDebugLibraries> 302e5b6d6dSopenharmony_ci <PlatformToolset>v120</PlatformToolset> 312e5b6d6dSopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 322e5b6d6dSopenharmony_ci </PropertyGroup> 332e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 342e5b6d6dSopenharmony_ci <ConfigurationType>StaticLibrary</ConfigurationType> 352e5b6d6dSopenharmony_ci <UseDebugLibraries>true</UseDebugLibraries> 362e5b6d6dSopenharmony_ci <PlatformToolset>v120</PlatformToolset> 372e5b6d6dSopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 382e5b6d6dSopenharmony_ci </PropertyGroup> 392e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 402e5b6d6dSopenharmony_ci <ConfigurationType>StaticLibrary</ConfigurationType> 412e5b6d6dSopenharmony_ci <UseDebugLibraries>false</UseDebugLibraries> 422e5b6d6dSopenharmony_ci <PlatformToolset>v120</PlatformToolset> 432e5b6d6dSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 442e5b6d6dSopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 452e5b6d6dSopenharmony_ci </PropertyGroup> 462e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 472e5b6d6dSopenharmony_ci <ConfigurationType>StaticLibrary</ConfigurationType> 482e5b6d6dSopenharmony_ci <UseDebugLibraries>false</UseDebugLibraries> 492e5b6d6dSopenharmony_ci <PlatformToolset>v120</PlatformToolset> 502e5b6d6dSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 512e5b6d6dSopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 522e5b6d6dSopenharmony_ci </PropertyGroup> 532e5b6d6dSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 542e5b6d6dSopenharmony_ci <ImportGroup Label="ExtensionSettings"> 552e5b6d6dSopenharmony_ci </ImportGroup> 562e5b6d6dSopenharmony_ci <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 572e5b6d6dSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 582e5b6d6dSopenharmony_ci </ImportGroup> 592e5b6d6dSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 602e5b6d6dSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 612e5b6d6dSopenharmony_ci </ImportGroup> 622e5b6d6dSopenharmony_ci <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 632e5b6d6dSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 642e5b6d6dSopenharmony_ci </ImportGroup> 652e5b6d6dSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 662e5b6d6dSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 672e5b6d6dSopenharmony_ci </ImportGroup> 682e5b6d6dSopenharmony_ci <PropertyGroup Label="UserMacros" /> 692e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 702e5b6d6dSopenharmony_ci <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 712e5b6d6dSopenharmony_ci <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 722e5b6d6dSopenharmony_ci </PropertyGroup> 732e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 742e5b6d6dSopenharmony_ci <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 752e5b6d6dSopenharmony_ci <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 762e5b6d6dSopenharmony_ci </PropertyGroup> 772e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 782e5b6d6dSopenharmony_ci <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 792e5b6d6dSopenharmony_ci <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 802e5b6d6dSopenharmony_ci </PropertyGroup> 812e5b6d6dSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 822e5b6d6dSopenharmony_ci <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> 832e5b6d6dSopenharmony_ci <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\</IntDir> 842e5b6d6dSopenharmony_ci </PropertyGroup> 852e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 862e5b6d6dSopenharmony_ci <ClCompile> 872e5b6d6dSopenharmony_ci <PrecompiledHeader> 882e5b6d6dSopenharmony_ci </PrecompiledHeader> 892e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 902e5b6d6dSopenharmony_ci <Optimization>Disabled</Optimization> 912e5b6d6dSopenharmony_ci <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 922e5b6d6dSopenharmony_ci <SDLCheck>true</SDLCheck> 932e5b6d6dSopenharmony_ci </ClCompile> 942e5b6d6dSopenharmony_ci <Link> 952e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 962e5b6d6dSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 972e5b6d6dSopenharmony_ci </Link> 982e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 992e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1002e5b6d6dSopenharmony_ci <ClCompile> 1012e5b6d6dSopenharmony_ci <PrecompiledHeader> 1022e5b6d6dSopenharmony_ci </PrecompiledHeader> 1032e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 1042e5b6d6dSopenharmony_ci <Optimization>Disabled</Optimization> 1052e5b6d6dSopenharmony_ci <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1062e5b6d6dSopenharmony_ci <SDLCheck>true</SDLCheck> 1072e5b6d6dSopenharmony_ci </ClCompile> 1082e5b6d6dSopenharmony_ci <Link> 1092e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 1102e5b6d6dSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 1112e5b6d6dSopenharmony_ci </Link> 1122e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 1132e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1142e5b6d6dSopenharmony_ci <ClCompile> 1152e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 1162e5b6d6dSopenharmony_ci <PrecompiledHeader> 1172e5b6d6dSopenharmony_ci </PrecompiledHeader> 1182e5b6d6dSopenharmony_ci <Optimization>MaxSpeed</Optimization> 1192e5b6d6dSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 1202e5b6d6dSopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 1212e5b6d6dSopenharmony_ci <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1222e5b6d6dSopenharmony_ci <SDLCheck>true</SDLCheck> 1232e5b6d6dSopenharmony_ci </ClCompile> 1242e5b6d6dSopenharmony_ci <Link> 1252e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 1262e5b6d6dSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 1272e5b6d6dSopenharmony_ci <EnableCOMDATFolding>true</EnableCOMDATFolding> 1282e5b6d6dSopenharmony_ci <OptimizeReferences>true</OptimizeReferences> 1292e5b6d6dSopenharmony_ci </Link> 1302e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 1312e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1322e5b6d6dSopenharmony_ci <ClCompile> 1332e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 1342e5b6d6dSopenharmony_ci <PrecompiledHeader> 1352e5b6d6dSopenharmony_ci </PrecompiledHeader> 1362e5b6d6dSopenharmony_ci <Optimization>MaxSpeed</Optimization> 1372e5b6d6dSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 1382e5b6d6dSopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 1392e5b6d6dSopenharmony_ci <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1402e5b6d6dSopenharmony_ci <SDLCheck>true</SDLCheck> 1412e5b6d6dSopenharmony_ci </ClCompile> 1422e5b6d6dSopenharmony_ci <Link> 1432e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 1442e5b6d6dSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 1452e5b6d6dSopenharmony_ci <EnableCOMDATFolding>true</EnableCOMDATFolding> 1462e5b6d6dSopenharmony_ci <OptimizeReferences>true</OptimizeReferences> 1472e5b6d6dSopenharmony_ci </Link> 1482e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 1492e5b6d6dSopenharmony_ci <ItemGroup> 1502e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\bignum.cc" /> 1512e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\bignum-dtoa.cc" /> 1522e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\cached-powers.cc" /> 1532e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\double-to-string.cc" /> 1542e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\fast-dtoa.cc" /> 1552e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\fixed-dtoa.cc" /> 1562e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\string-to-double.cc" /> 1572e5b6d6dSopenharmony_ci <ClCompile Include="..\double-conversion\strtod.cc" /> 1582e5b6d6dSopenharmony_ci </ItemGroup> 1592e5b6d6dSopenharmony_ci <ItemGroup> 1602e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\bignum.h" /> 1612e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\cached-powers.h" /> 1622e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\diy-fp.h" /> 1632e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\double-conversion.h" /> 1642e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\double-to-string.h" /> 1652e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\fast-dtoa.h" /> 1662e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\fixed-dtoa.h" /> 1672e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\ieee.h" /> 1682e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\string-to-double.h" /> 1692e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\strtod.h" /> 1702e5b6d6dSopenharmony_ci <ClInclude Include="..\double-conversion\utils.h" /> 1712e5b6d6dSopenharmony_ci </ItemGroup> 1722e5b6d6dSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1732e5b6d6dSopenharmony_ci <ImportGroup Label="ExtensionTargets"> 1742e5b6d6dSopenharmony_ci </ImportGroup> 1752e5b6d6dSopenharmony_ci</Project>