• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>{5619CA2B-6D39-4984-BE37-7580BBBD2139}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>run_tests</RootNamespace>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28    <ConfigurationType>Application</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>Application</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>Application</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>Application</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    <LinkIncremental>true</LinkIncremental>
71    <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
72    <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75    <LinkIncremental>true</LinkIncremental>
76    <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
77    <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80    <LinkIncremental>false</LinkIncremental>
81    <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
82    <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85    <LinkIncremental>false</LinkIncremental>
86    <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
87    <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
88  </PropertyGroup>
89  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90    <ClCompile>
91      <PrecompiledHeader>NotUsing</PrecompiledHeader>
92      <WarningLevel>Level3</WarningLevel>
93      <Optimization>Disabled</Optimization>
94      <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95      <SDLCheck>false</SDLCheck>
96      <AdditionalIncludeDirectories>$(SolutionDir)..</AdditionalIncludeDirectories>
97      <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
98    </ClCompile>
99    <Link>
100      <SubSystem>Console</SubSystem>
101      <GenerateDebugInformation>true</GenerateDebugInformation>
102    </Link>
103  </ItemDefinitionGroup>
104  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105    <ClCompile>
106      <PrecompiledHeader>NotUsing</PrecompiledHeader>
107      <WarningLevel>Level3</WarningLevel>
108      <Optimization>Disabled</Optimization>
109      <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110      <SDLCheck>false</SDLCheck>
111      <AdditionalIncludeDirectories>$(SolutionDir)..</AdditionalIncludeDirectories>
112      <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
113    </ClCompile>
114    <Link>
115      <SubSystem>Console</SubSystem>
116      <GenerateDebugInformation>true</GenerateDebugInformation>
117    </Link>
118  </ItemDefinitionGroup>
119  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120    <ClCompile>
121      <WarningLevel>Level3</WarningLevel>
122      <PrecompiledHeader>NotUsing</PrecompiledHeader>
123      <Optimization>MaxSpeed</Optimization>
124      <FunctionLevelLinking>true</FunctionLevelLinking>
125      <IntrinsicFunctions>true</IntrinsicFunctions>
126      <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127      <SDLCheck>false</SDLCheck>
128      <AdditionalIncludeDirectories>$(SolutionDir)..</AdditionalIncludeDirectories>
129    </ClCompile>
130    <Link>
131      <SubSystem>Console</SubSystem>
132      <GenerateDebugInformation>true</GenerateDebugInformation>
133      <EnableCOMDATFolding>true</EnableCOMDATFolding>
134      <OptimizeReferences>true</OptimizeReferences>
135    </Link>
136  </ItemDefinitionGroup>
137  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138    <ClCompile>
139      <WarningLevel>Level3</WarningLevel>
140      <PrecompiledHeader>NotUsing</PrecompiledHeader>
141      <Optimization>MaxSpeed</Optimization>
142      <FunctionLevelLinking>true</FunctionLevelLinking>
143      <IntrinsicFunctions>true</IntrinsicFunctions>
144      <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145      <SDLCheck>false</SDLCheck>
146      <AdditionalIncludeDirectories>$(SolutionDir)..</AdditionalIncludeDirectories>
147    </ClCompile>
148    <Link>
149      <SubSystem>Console</SubSystem>
150      <GenerateDebugInformation>true</GenerateDebugInformation>
151      <EnableCOMDATFolding>true</EnableCOMDATFolding>
152      <OptimizeReferences>true</OptimizeReferences>
153    </Link>
154  </ItemDefinitionGroup>
155  <ItemGroup>
156    <ClCompile Include="..\..\test\cctest\cctest.cc" />
157    <ClCompile Include="..\..\test\cctest\gay-fixed.cc" />
158    <ClCompile Include="..\..\test\cctest\gay-precision.cc" />
159    <ClCompile Include="..\..\test\cctest\gay-shortest-single.cc" />
160    <ClCompile Include="..\..\test\cctest\gay-shortest.cc" />
161    <ClCompile Include="..\..\test\cctest\test-bignum-dtoa.cc" />
162    <ClCompile Include="..\..\test\cctest\test-bignum.cc" />
163    <ClCompile Include="..\..\test\cctest\test-conversions.cc" />
164    <ClCompile Include="..\..\test\cctest\test-diy-fp.cc" />
165    <ClCompile Include="..\..\test\cctest\test-dtoa.cc" />
166    <ClCompile Include="..\..\test\cctest\test-fast-dtoa.cc" />
167    <ClCompile Include="..\..\test\cctest\test-fixed-dtoa.cc" />
168    <ClCompile Include="..\..\test\cctest\test-ieee.cc" />
169    <ClCompile Include="..\..\test\cctest\test-strtod.cc" />
170  </ItemGroup>
171  <ItemGroup>
172    <ClInclude Include="..\..\test\cctest\cctest.h" />
173    <ClInclude Include="..\..\test\cctest\checks.h" />
174    <ClInclude Include="..\..\test\cctest\gay-fixed.h" />
175    <ClInclude Include="..\..\test\cctest\gay-precision.h" />
176    <ClInclude Include="..\..\test\cctest\gay-shortest-single.h" />
177    <ClInclude Include="..\..\test\cctest\gay-shortest.h" />
178  </ItemGroup>
179  <ItemGroup>
180    <ProjectReference Include="..\double-conversion.vcxproj">
181      <Project>{6863544a-0ce8-4ca9-a132-74116fd9d9bb}</Project>
182    </ProjectReference>
183  </ItemGroup>
184  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185  <ImportGroup Label="ExtensionTargets">
186  </ImportGroup>
187</Project>