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