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|x64">
5      <Configuration>Debug</Configuration>
6      <Platform>x64</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Release|x64">
9      <Configuration>Release</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{B484DA0C-62C8-4C32-83B6-CCEB58968B85}</ProjectGuid>
15    <RootNamespace>ippfind</RootNamespace>
16    <Keyword>Win32Proj</Keyword>
17    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
18  </PropertyGroup>
19  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
21    <ConfigurationType>Application</ConfigurationType>
22    <PlatformToolset>v141</PlatformToolset>
23    <CharacterSet>Unicode</CharacterSet>
24    <WholeProgramOptimization>true</WholeProgramOptimization>
25  </PropertyGroup>
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <PlatformToolset>v141</PlatformToolset>
29    <CharacterSet>Unicode</CharacterSet>
30  </PropertyGroup>
31  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32  <ImportGroup Label="ExtensionSettings">
33  </ImportGroup>
34  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
35    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36  </ImportGroup>
37  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
38    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39  </ImportGroup>
40  <PropertyGroup Label="UserMacros" />
41  <PropertyGroup>
42    <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
45    <OutDir>$(Platform)\$(Configuration)\</OutDir>
46    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
47    <LinkIncremental>true</LinkIncremental>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
50    <OutDir>$(Platform)\$(Configuration)\</OutDir>
51    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
52    <LinkIncremental>false</LinkIncremental>
53  </PropertyGroup>
54  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
55    <Midl>
56      <TargetEnvironment>X64</TargetEnvironment>
57    </Midl>
58    <ClCompile>
59      <Optimization>Disabled</Optimization>
60      <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
61      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62      <MinimalRebuild>true</MinimalRebuild>
63      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
64      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
65      <PrecompiledHeader />
66      <WarningLevel>Level1</WarningLevel>
67      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
68    </ClCompile>
69    <Link>
70      <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
71      <GenerateDebugInformation>true</GenerateDebugInformation>
72      <SubSystem>Console</SubSystem>
73      <RandomizedBaseAddress>false</RandomizedBaseAddress>
74      <DataExecutionPrevention />
75      <TargetMachine>MachineX64</TargetMachine>
76    </Link>
77  </ItemDefinitionGroup>
78  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79    <Midl>
80      <TargetEnvironment>X64</TargetEnvironment>
81    </Midl>
82    <ClCompile>
83      <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
86      <PrecompiledHeader />
87      <WarningLevel>Level1</WarningLevel>
88      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
89    </ClCompile>
90    <Link>
91      <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
92      <GenerateDebugInformation>true</GenerateDebugInformation>
93      <SubSystem>Console</SubSystem>
94      <OptimizeReferences>true</OptimizeReferences>
95      <EnableCOMDATFolding>true</EnableCOMDATFolding>
96      <RandomizedBaseAddress>false</RandomizedBaseAddress>
97      <DataExecutionPrevention />
98      <TargetMachine>MachineX64</TargetMachine>
99    </Link>
100  </ItemDefinitionGroup>
101  <ItemGroup>
102    <ClCompile Include="..\tools\ippfind.c" />
103  </ItemGroup>
104  <ItemGroup>
105    <ProjectReference Include="dnssdstub.vcxproj">
106      <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
107    </ProjectReference>
108    <ProjectReference Include="libcups2.vcxproj">
109      <Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
110      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
111    </ProjectReference>
112    <ProjectReference Include="regex.vcxproj">
113      <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
114      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
115    </ProjectReference>
116  </ItemGroup>
117  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
118  <ImportGroup Label="ExtensionTargets">
119  </ImportGroup>
120</Project>