1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.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    <RootNamespace>f.adjust</RootNamespace>
23    <Keyword>Win32Proj</Keyword>
24    <ProjectGuid>{5A08B704-D5BA-4858-64F3-342CFEC6842F}</ProjectGuid>
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>v141</PlatformToolset>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <PlatformToolset>v141</PlatformToolset>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37    <ConfigurationType>Application</ConfigurationType>
38    <PlatformToolset>v141</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <PlatformToolset>v141</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) 15</Command>
79    </PreBuildEvent>
80    <ClCompile>
81      <Optimization>Disabled</Optimization>
82      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83      <PrecompiledHeader>
84      </PrecompiledHeader>
85      <CompileAs>Default</CompileAs>
86    </ClCompile>
87    <Link>
88      <SubSystem>Console</SubSystem>
89      <RandomizedBaseAddress>false</RandomizedBaseAddress>
90      <DataExecutionPrevention>
91      </DataExecutionPrevention>
92      <TargetMachine>MachineX86</TargetMachine>
93    </Link>
94  </ItemDefinitionGroup>
95  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
96    <PreBuildEvent>
97      <Command>cd ..\..\..\build.vc
98check_config $(Platform) $(Configuration) 15</Command>
99    </PreBuildEvent>
100    <Midl>
101      <TargetEnvironment>X64</TargetEnvironment>
102    </Midl>
103    <ClCompile>
104      <PreprocessorDefinitions>_WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105      <PrecompiledHeader>
106      </PrecompiledHeader>
107      <CompileAs>Default</CompileAs>
108    </ClCompile>
109    <Link>
110      <SubSystem>Console</SubSystem>
111      <RandomizedBaseAddress>false</RandomizedBaseAddress>
112      <DataExecutionPrevention>
113      </DataExecutionPrevention>
114      <TargetMachine>MachineX64</TargetMachine>
115      <GenerateDebugInformation>Debug</GenerateDebugInformation>
116    </Link>
117  </ItemDefinitionGroup>
118  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119    <PreBuildEvent>
120      <Command>cd ..\..\..\build.vc
121check_config $(Platform) $(Configuration) 15</Command>
122    </PreBuildEvent>
123    <ClCompile>
124      <Optimization>Full</Optimization>
125      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126      <PrecompiledHeader>
127      </PrecompiledHeader>
128      <CompileAs>Default</CompileAs>
129    </ClCompile>
130    <Link>
131      <SubSystem>Console</SubSystem>
132      <OptimizeReferences>true</OptimizeReferences>
133      <EnableCOMDATFolding>true</EnableCOMDATFolding>
134      <RandomizedBaseAddress>false</RandomizedBaseAddress>
135      <DataExecutionPrevention>
136      </DataExecutionPrevention>
137      <TargetMachine>MachineX86</TargetMachine>
138    </Link>
139  </ItemDefinitionGroup>
140  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
141    <PreBuildEvent>
142      <Command>cd ..\..\..\build.vc
143check_config $(Platform) $(Configuration) 15</Command>
144    </PreBuildEvent>
145    <Midl>
146      <TargetEnvironment>X64</TargetEnvironment>
147    </Midl>
148    <ClCompile>
149      <Optimization>Full</Optimization>
150      <PreprocessorDefinitions>_WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151      <PrecompiledHeader>
152      </PrecompiledHeader>
153      <CompileAs>Default</CompileAs>
154      <AdditionalIncludeDirectories>$(MPDIR);$(SolutionDir)..\tests</AdditionalIncludeDirectories>
155    </ClCompile>
156    <Link>
157      <SubSystem>Console</SubSystem>
158      <OptimizeReferences>true</OptimizeReferences>
159      <EnableCOMDATFolding>true</EnableCOMDATFolding>
160      <RandomizedBaseAddress>false</RandomizedBaseAddress>
161      <DataExecutionPrevention>
162      </DataExecutionPrevention>
163      <TargetMachine>MachineX64</TargetMachine>
164      <GenerateDebugInformation>No</GenerateDebugInformation>
165    </Link>
166  </ItemDefinitionGroup>
167  <ItemGroup>
168    <ClCompile Include="..\..\..\tests\fft\t-adjust.c" />
169  </ItemGroup>
170  <ItemGroup>
171    <ProjectReference Include="..\add-test-lib\add-test-lib.vcxproj">
172      <Project>{a742d3d1-6956-4f85-bfd6-b0e7b477041d}</Project>
173      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
174    </ProjectReference>
175  </ItemGroup>
176  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
177  <ImportGroup Label="ExtensionTargets">
178  </ImportGroup>
179</Project>