1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.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>{BCEEA3E0-567A-4946-A47F-8E300920BA24}</ProjectGuid>
23    <RootNamespace>mpf.sqrt</RootNamespace>
24    <Keyword>Win32Proj</Keyword>
25    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29    <ConfigurationType>Application</ConfigurationType>
30    <PlatformToolset>v140</PlatformToolset>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <PlatformToolset>v140</PlatformToolset>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37    <ConfigurationType>Application</ConfigurationType>
38    <PlatformToolset>v140</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <PlatformToolset>v140</PlatformToolset>
43  </PropertyGroup>
44  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
45  <ImportGroup Label="ExtensionSettings">
46  </ImportGroup>
47  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
48    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
49    <Import Project="..\..\test-config.props" />
50  </ImportGroup>
51  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
52    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
53    <Import Project="..\..\test-config.props" />
54  </ImportGroup>
55  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
56    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
57    <Import Project="..\..\test-config.props" />
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')" />
61    <Import Project="..\..\test-config.props" />
62  </ImportGroup>
63  <PropertyGroup Label="UserMacros" />
64  <PropertyGroup>
65    <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
69    <IntDir>$(Platform)\$(Configuration)\</IntDir>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
73    <IntDir>$(Platform)\$(Configuration)\</IntDir>
74  </PropertyGroup>
75  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76    <PreBuildEvent>
77      <Command>cd ..\..\..\build.vc
78check_config $(Platform) $(Configuration) 14
79      </Command>
80    </PreBuildEvent>
81    <ClCompile>
82      <Optimization>Disabled</Optimization>
83      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84      <DisableLanguageExtensions>false</DisableLanguageExtensions>
85      <PrecompiledHeader>
86      </PrecompiledHeader>
87      <CompileAs>Default</CompileAs>
88    </ClCompile>
89    <Link>
90      <SubSystem>Console</SubSystem>
91      <RandomizedBaseAddress>false</RandomizedBaseAddress>
92      <DataExecutionPrevention>
93      </DataExecutionPrevention>
94      <TargetMachine>MachineX86</TargetMachine>
95    </Link>
96  </ItemDefinitionGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98    <PreBuildEvent>
99      <Command>cd ..\..\..\build.vc
100check_config $(Platform) $(Configuration) 14
101      </Command>
102    </PreBuildEvent>
103    <Midl>
104      <TargetEnvironment>X64</TargetEnvironment>
105    </Midl>
106    <ClCompile>
107      <PreprocessorDefinitions>_WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108      <DisableLanguageExtensions>false</DisableLanguageExtensions>
109      <PrecompiledHeader>
110      </PrecompiledHeader>
111      <CompileAs>Default</CompileAs>
112    </ClCompile>
113    <Link>
114      <SubSystem>Console</SubSystem>
115      <RandomizedBaseAddress>false</RandomizedBaseAddress>
116      <DataExecutionPrevention>
117      </DataExecutionPrevention>
118      <TargetMachine>MachineX64</TargetMachine>
119      <GenerateDebugInformation>Debug</GenerateDebugInformation>
120    </Link>
121  </ItemDefinitionGroup>
122  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
123    <PreBuildEvent>
124      <Command>cd ..\..\..\build.vc
125check_config $(Platform) $(Configuration) 14
126      </Command>
127    </PreBuildEvent>
128    <ClCompile>
129      <Optimization>Full</Optimization>
130      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131      <DisableLanguageExtensions>false</DisableLanguageExtensions>
132      <PrecompiledHeader>
133      </PrecompiledHeader>
134      <CompileAs>Default</CompileAs>
135    </ClCompile>
136    <Link>
137      <SubSystem>Console</SubSystem>
138      <OptimizeReferences>true</OptimizeReferences>
139      <EnableCOMDATFolding>true</EnableCOMDATFolding>
140      <RandomizedBaseAddress>false</RandomizedBaseAddress>
141      <DataExecutionPrevention>
142      </DataExecutionPrevention>
143      <TargetMachine>MachineX86</TargetMachine>
144    </Link>
145  </ItemDefinitionGroup>
146  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147    <PreBuildEvent>
148      <Command>cd ..\..\..\build.vc
149check_config $(Platform) $(Configuration) 14
150      </Command>
151    </PreBuildEvent>
152    <Midl>
153      <TargetEnvironment>X64</TargetEnvironment>
154    </Midl>
155    <ClCompile>
156      <Optimization>Full</Optimization>
157      <PreprocessorDefinitions>_WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158      <DisableLanguageExtensions>false</DisableLanguageExtensions>
159      <PrecompiledHeader>
160      </PrecompiledHeader>
161      <CompileAs>Default</CompileAs>
162      <AdditionalIncludeDirectories>$(MPDIR);$(SolutionDir)..\tests</AdditionalIncludeDirectories>
163    </ClCompile>
164    <Link>
165      <SubSystem>Console</SubSystem>
166      <OptimizeReferences>true</OptimizeReferences>
167      <EnableCOMDATFolding>true</EnableCOMDATFolding>
168      <RandomizedBaseAddress>false</RandomizedBaseAddress>
169      <DataExecutionPrevention>
170      </DataExecutionPrevention>
171      <TargetMachine>MachineX64</TargetMachine>
172      <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
173    </Link>
174  </ItemDefinitionGroup>
175  <ItemGroup>
176    <ClCompile Include="..\..\..\tests\mpf\t-sqrt.c" />
177  </ItemGroup>
178  <ItemGroup>
179    <ProjectReference Include="..\add-test-lib\add-test-lib.vcxproj">
180      <Project>{a742d3d1-6956-4f85-bfd6-b0e7b477041d}</Project>
181      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
182    </ProjectReference>
183  </ItemGroup>
184  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185  <ImportGroup Label="ExtensionTargets">
186  </ImportGroup>
187</Project>