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-dll|Win32">
5      <Configuration>Debug-dll</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug-dll|x64">
9      <Configuration>Debug-dll</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Debug-static|Win32">
13      <Configuration>Debug-static</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Debug-static|x64">
17      <Configuration>Debug-static</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release-dll|Win32">
21      <Configuration>Release-dll</Configuration>
22      <Platform>Win32</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release-dll|x64">
25      <Configuration>Release-dll</Configuration>
26      <Platform>x64</Platform>
27    </ProjectConfiguration>
28    <ProjectConfiguration Include="Release-static|Win32">
29      <Configuration>Release-static</Configuration>
30      <Platform>Win32</Platform>
31    </ProjectConfiguration>
32    <ProjectConfiguration Include="Release-static|x64">
33      <Configuration>Release-static</Configuration>
34      <Platform>x64</Platform>
35    </ProjectConfiguration>
36  </ItemGroup>
37  <ItemGroup>
38    <ClCompile Include="..\..\doc\examples\hellobrowser.c" />
39  </ItemGroup>
40  <PropertyGroup Label="Globals">
41    <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
42    <Keyword>Win32Proj</Keyword>
43    <RootNamespace>hellobrowser</RootNamespace>
44  </PropertyGroup>
45  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46  <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
47    <ConfigurationType>Application</ConfigurationType>
48    <UseDebugLibraries>true</UseDebugLibraries>
49    <PlatformToolset>v120</PlatformToolset>
50    <CharacterSet>Unicode</CharacterSet>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
53    <ConfigurationType>Application</ConfigurationType>
54    <UseDebugLibraries>true</UseDebugLibraries>
55    <PlatformToolset>v120</PlatformToolset>
56    <CharacterSet>Unicode</CharacterSet>
57  </PropertyGroup>
58  <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration">
59    <ConfigurationType>Application</ConfigurationType>
60    <UseDebugLibraries>false</UseDebugLibraries>
61    <PlatformToolset>v120</PlatformToolset>
62    <WholeProgramOptimization>true</WholeProgramOptimization>
63    <CharacterSet>Unicode</CharacterSet>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration">
66    <ConfigurationType>Application</ConfigurationType>
67    <UseDebugLibraries>false</UseDebugLibraries>
68    <PlatformToolset>v120</PlatformToolset>
69    <WholeProgramOptimization>true</WholeProgramOptimization>
70    <CharacterSet>Unicode</CharacterSet>
71  </PropertyGroup>
72  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
73  <ImportGroup Label="ExtensionSettings">
74  </ImportGroup>
75  <ImportGroup Label="PropertySheets">
76    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77  </ImportGroup>
78  <PropertyGroup Label="UserMacros" />
79  <PropertyGroup>
80    <IncludePath>$(SolutionDir)..\..\src\include;$(SolutionDir);$(IncludePath)</IncludePath>
81  </PropertyGroup>
82  <PropertyGroup Condition="'$(Platform)'=='Win32'">
83    <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
84    <OutDir>$(SolutionDir)\Output\</OutDir>
85  </PropertyGroup>
86  <PropertyGroup Condition="'$(Platform)'=='x64'">
87    <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\$(Platform)\</IntDir>
88    <OutDir>$(SolutionDir)\Output\$(Platform)\</OutDir>
89  </PropertyGroup>
90  <PropertyGroup Condition="'$(UseDebugLibraries)'=='true'">
91    <LinkIncremental>true</LinkIncremental>
92  </PropertyGroup>
93  <PropertyGroup Condition="'$(UseDebugLibraries)'!='true'">
94    <LinkIncremental>false</LinkIncremental>
95  </PropertyGroup>
96  <PropertyGroup Condition="'$(Configuration)'=='Debug-static'">
97    <TargetName>$(ProjectName)_d</TargetName>
98  </PropertyGroup>
99  <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'">
100    <TargetName>$(ProjectName)-dll_d</TargetName>
101  </PropertyGroup>
102  <PropertyGroup Condition="'$(Configuration)'=='Release-static'">
103    <TargetName>$(ProjectName)</TargetName>
104  </PropertyGroup>
105  <PropertyGroup Condition="'$(Configuration)'=='Release-dll'">
106    <TargetName>$(ProjectName)-dll</TargetName>
107  </PropertyGroup>
108  <ItemDefinitionGroup>
109    <ClCompile>
110      <PrecompiledHeader>NotUsing</PrecompiledHeader>
111      <WarningLevel>Level3</WarningLevel>
112      <PreprocessorDefinitions>WIN32;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113    </ClCompile>
114    <Link>
115      <SubSystem>Console</SubSystem>
116      <GenerateDebugInformation>true</GenerateDebugInformation>
117      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
118    </Link>
119    <ProjectReference />
120  </ItemDefinitionGroup>
121  <ItemDefinitionGroup Condition="'$(UseDebugLibraries)'=='true'">
122    <ClCompile>
123      <Optimization>Disabled</Optimization>
124      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125    </ClCompile>
126    <ProjectReference />
127  </ItemDefinitionGroup>
128  <ItemDefinitionGroup Condition="'$(UseDebugLibraries)'!='true'">
129    <ClCompile>
130      <Optimization>MaxSpeed</Optimization>
131      <FunctionLevelLinking>true</FunctionLevelLinking>
132      <IntrinsicFunctions>true</IntrinsicFunctions>
133      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134    </ClCompile>
135    <Link>
136      <EnableCOMDATFolding>true</EnableCOMDATFolding>
137      <OptimizeReferences>true</OptimizeReferences>
138    </Link>
139    <ProjectReference />
140  </ItemDefinitionGroup>
141  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug-static'">
142    <ClCompile>
143      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
144    </ClCompile>
145    <Link>
146      <AdditionalDependencies>libmicrohttpd_d.lib;%(AdditionalDependencies)</AdditionalDependencies>
147    </Link>
148    <ProjectReference />
149  </ItemDefinitionGroup>
150  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug-dll'">
151    <ClCompile>
152      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
153    </ClCompile>
154    <Link>
155      <AdditionalDependencies>libmicrohttpd-dll_d.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
156    </Link>
157    <ProjectReference />
158  </ItemDefinitionGroup>
159  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release-static'">
160    <ClCompile>
161      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
162    </ClCompile>
163    <Link>
164      <AdditionalDependencies>libmicrohttpd.lib;%(AdditionalDependencies)</AdditionalDependencies>
165    </Link>
166  </ItemDefinitionGroup>
167  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release-dll'">
168    <ClCompile>
169      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
170    </ClCompile>
171    <Link>
172      <AdditionalDependencies>libmicrohttpd-dll.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
173    </Link>
174  </ItemDefinitionGroup>
175  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176  <ImportGroup Label="ExtensionTargets">
177  </ImportGroup>
178</Project>