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  <ItemGroup>
14    <ClCompile Include="dns_sd.c" />
15  </ItemGroup>
16  <ItemGroup>
17    <ClInclude Include="dns_sd.h" />
18  </ItemGroup>
19  <PropertyGroup Label="Globals">
20    <VCProjectVersion>15.0</VCProjectVersion>
21    <ProjectGuid>{C0899B3A-43E7-4BC3-A785-659E1FD2EA83}</ProjectGuid>
22    <Keyword>Win32Proj</Keyword>
23    <RootNamespace>dnssdstub</RootNamespace>
24    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
28    <ConfigurationType>StaticLibrary</ConfigurationType>
29    <UseDebugLibraries>true</UseDebugLibraries>
30    <PlatformToolset>v141</PlatformToolset>
31    <CharacterSet>Unicode</CharacterSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34    <ConfigurationType>StaticLibrary</ConfigurationType>
35    <UseDebugLibraries>false</UseDebugLibraries>
36    <PlatformToolset>v141</PlatformToolset>
37    <WholeProgramOptimization>true</WholeProgramOptimization>
38    <CharacterSet>Unicode</CharacterSet>
39  </PropertyGroup>
40  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41  <ImportGroup Label="ExtensionSettings">
42  </ImportGroup>
43  <ImportGroup Label="Shared">
44  </ImportGroup>
45  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
46    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47  </ImportGroup>
48  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
49    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50  </ImportGroup>
51  <PropertyGroup Label="UserMacros" />
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
53    <LinkIncremental>true</LinkIncremental>
54    <OutDir>$(Platform)/$(Configuration)/</OutDir>
55    <IntDir>$(Platform)/$(Configuration)/$(ProjectName)/</IntDir>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
58    <LinkIncremental>false</LinkIncremental>
59    <OutDir>$(Platform)/$(Configuration)/</OutDir>
60    <IntDir>$(Platform)/$(Configuration)/$(ProjectName)/</IntDir>
61  </PropertyGroup>
62  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
63    <ClCompile>
64      <PrecompiledHeader>NotUsing</PrecompiledHeader>
65      <WarningLevel>Level3</WarningLevel>
66      <Optimization>Disabled</Optimization>
67      <SDLCheck>true</SDLCheck>
68      <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69      <ConformanceMode>true</ConformanceMode>
70      <PrecompiledHeaderFile />
71      <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
72    </ClCompile>
73    <Link>
74      <SubSystem>Windows</SubSystem>
75      <GenerateDebugInformation>true</GenerateDebugInformation>
76    </Link>
77  </ItemDefinitionGroup>
78  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79    <ClCompile>
80      <PrecompiledHeader>NotUsing</PrecompiledHeader>
81      <WarningLevel>Level3</WarningLevel>
82      <Optimization>MaxSpeed</Optimization>
83      <FunctionLevelLinking>true</FunctionLevelLinking>
84      <IntrinsicFunctions>true</IntrinsicFunctions>
85      <SDLCheck>true</SDLCheck>
86      <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87      <ConformanceMode>true</ConformanceMode>
88      <PrecompiledHeaderFile />
89      <AdditionalIncludeDirectories>..\vcnet;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
90    </ClCompile>
91    <Link>
92      <SubSystem>Windows</SubSystem>
93      <EnableCOMDATFolding>true</EnableCOMDATFolding>
94      <OptimizeReferences>true</OptimizeReferences>
95      <GenerateDebugInformation>true</GenerateDebugInformation>
96    </Link>
97  </ItemDefinitionGroup>
98  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
99  <ImportGroup Label="ExtensionTargets">
100  </ImportGroup>
101</Project>