• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 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|Win32">
13      <Configuration>Debug</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release DLL|Win32">
17      <Configuration>Release DLL</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release DLL|x64">
21      <Configuration>Release DLL</Configuration>
22      <Platform>x64</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|Win32">
25      <Configuration>Release</Configuration>
26      <Platform>Win32</Platform>
27    </ProjectConfiguration>
28    <ProjectConfiguration Include="Debug|x64">
29      <Configuration>Debug</Configuration>
30      <Platform>x64</Platform>
31    </ProjectConfiguration>
32    <ProjectConfiguration Include="Release|x64">
33      <Configuration>Release</Configuration>
34      <Platform>x64</Platform>
35    </ProjectConfiguration>
36    <ProjectConfiguration Include="NoTLS|x64">
37      <Configuration>Release</Configuration>
38      <Platform>x64</Platform>
39    </ProjectConfiguration>
40  </ItemGroup>
41  <PropertyGroup Label="Globals">
42    <ProjectGuid>{640AC988-FE9E-4580-BDF5-0D9FD57C3CE5}</ProjectGuid>
43    <Keyword>Win32Proj</Keyword>
44    <RootNamespace>coaprp</RootNamespace>
45    <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
46  </PropertyGroup>
47  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
49    <ConfigurationType>Application</ConfigurationType>
50    <UseDebugLibraries>true</UseDebugLibraries>
51    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
52    <CharacterSet>MultiByte</CharacterSet>
53  </PropertyGroup>
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration">
55    <ConfigurationType>Application</ConfigurationType>
56    <UseDebugLibraries>true</UseDebugLibraries>
57    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
58    <CharacterSet>MultiByte</CharacterSet>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
61    <ConfigurationType>Application</ConfigurationType>
62    <UseDebugLibraries>false</UseDebugLibraries>
63    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
64    <WholeProgramOptimization>true</WholeProgramOptimization>
65    <CharacterSet>MultiByte</CharacterSet>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration">
68    <ConfigurationType>Application</ConfigurationType>
69    <UseDebugLibraries>false</UseDebugLibraries>
70    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
71    <WholeProgramOptimization>true</WholeProgramOptimization>
72    <CharacterSet>MultiByte</CharacterSet>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
75    <ConfigurationType>Application</ConfigurationType>
76    <UseDebugLibraries>true</UseDebugLibraries>
77    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
78    <CharacterSet>MultiByte</CharacterSet>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="Configuration">
81    <ConfigurationType>Application</ConfigurationType>
82    <UseDebugLibraries>true</UseDebugLibraries>
83    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
84    <CharacterSet>MultiByte</CharacterSet>
85  </PropertyGroup>
86  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
87    <ConfigurationType>Application</ConfigurationType>
88    <UseDebugLibraries>false</UseDebugLibraries>
89    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
90    <WholeProgramOptimization>true</WholeProgramOptimization>
91    <CharacterSet>MultiByte</CharacterSet>
92  </PropertyGroup>
93  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="Configuration">
94    <ConfigurationType>Application</ConfigurationType>
95    <UseDebugLibraries>false</UseDebugLibraries>
96    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
97    <WholeProgramOptimization>true</WholeProgramOptimization>
98    <CharacterSet>MultiByte</CharacterSet>
99  </PropertyGroup>
100  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'" Label="Configuration">
101    <ConfigurationType>Application</ConfigurationType>
102    <UseDebugLibraries>false</UseDebugLibraries>
103    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
104    <WholeProgramOptimization>true</WholeProgramOptimization>
105    <CharacterSet>MultiByte</CharacterSet>
106  </PropertyGroup>
107  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
108  <ImportGroup Label="ExtensionSettings">
109  </ImportGroup>
110  <ImportGroup Label="Shared">
111  </ImportGroup>
112  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
113    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
114    <Import Project="..\libcoap.props" />
115  </ImportGroup>
116  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="PropertySheets">
117    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118    <Import Project="..\libcoap.props" />
119  </ImportGroup>
120  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122    <Import Project="..\libcoap.props" />
123  </ImportGroup>
124  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="PropertySheets">
125    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
126    <Import Project="..\libcoap.props" />
127  </ImportGroup>
128  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
129    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130    <Import Project="..\libcoap.props" />
131  </ImportGroup>
132  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="PropertySheets">
133    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134    <Import Project="..\libcoap.props" />
135  </ImportGroup>
136  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
137    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
138    <Import Project="..\libcoap.props" />
139  </ImportGroup>
140  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="PropertySheets">
141    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
142    <Import Project="..\libcoap.props" />
143  </ImportGroup>
144  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'">
145    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
146    <Import Project="..\libcoap.props" />
147  </ImportGroup>
148  <PropertyGroup Label="UserMacros" />
149  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
150    <LinkIncremental>false</LinkIncremental>
151    <TargetName>$(ProjectName)$(DbgSuffix)</TargetName>
152    <IncludePath>$(IncludePath);..\..\include\coap3</IncludePath>
153    <LibraryPath>$(LibraryPath)</LibraryPath>
154  </PropertyGroup>
155  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
156    <LinkIncremental>false</LinkIncremental>
157    <TargetName>$(ProjectName)$(DbgSuffix)</TargetName>
158    <IncludePath>$(IncludePath);..\..\include\coap3</IncludePath>
159    <LibraryPath>$(LibraryPath)</LibraryPath>
160  </PropertyGroup>
161  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
162    <LinkIncremental>false</LinkIncremental>
163    <TargetName>$(ProjectName)$(DbgSuffix)</TargetName>
164    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include;..\..\include\coap3</IncludePath>
165    <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath>
166  </PropertyGroup>
167  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">
168    <LinkIncremental>false</LinkIncremental>
169    <TargetName>$(ProjectName)$(DbgSuffix)</TargetName>
170    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include;..\..\include\coap3</IncludePath>
171    <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath>
172  </PropertyGroup>
173  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
174    <LinkIncremental>false</LinkIncremental>
175    <IncludePath>$(IncludePath);..\..\include\coap3</IncludePath>
176    <LibraryPath>$(LibraryPath)</LibraryPath>
177  </PropertyGroup>
178  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
179    <LinkIncremental>false</LinkIncremental>
180    <IncludePath>$(IncludePath);..\..\include\coap3</IncludePath>
181    <LibraryPath>$(LibraryPath)</LibraryPath>
182  </PropertyGroup>
183  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
184    <LinkIncremental>false</LinkIncremental>
185    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include;..\..\include\coap3</IncludePath>
186    <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath>
187  </PropertyGroup>
188  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">
189    <LinkIncremental>false</LinkIncremental>
190    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include;..\..\include\coap3</IncludePath>
191    <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath>
192  </PropertyGroup>
193  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'">
194    <LinkIncremental>false</LinkIncremental>
195    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include;..\..\include\coap3</IncludePath>
196    <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath>
197  </PropertyGroup>
198  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
199    <ClCompile>
200      <PrecompiledHeader>
201      </PrecompiledHeader>
202      <WarningLevel>Level3</WarningLevel>
203      <Optimization>Disabled</Optimization>
204      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
205      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
206      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
207      <MinimalRebuild>false</MinimalRebuild>
208      <CompileAs>CompileAsC</CompileAs>
209    </ClCompile>
210    <Link>
211      <SubSystem>Console</SubSystem>
212      <GenerateDebugInformation>true</GenerateDebugInformation>
213      <AdditionalLibraryDirectories>$(OpenSSLLibDirDbg)</AdditionalLibraryDirectories>
214      <AdditionalDependencies>libcrypto$(DbgSuffix).lib;libssl$(DbgSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies>
215    </Link>
216  </ItemDefinitionGroup>
217  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
218    <ClCompile>
219      <PrecompiledHeader>
220      </PrecompiledHeader>
221      <WarningLevel>Level3</WarningLevel>
222      <Optimization>Disabled</Optimization>
223      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
225      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
226      <MinimalRebuild>false</MinimalRebuild>
227      <CompileAs>CompileAsC</CompileAs>
228    </ClCompile>
229    <Link>
230      <SubSystem>Console</SubSystem>
231      <GenerateDebugInformation>true</GenerateDebugInformation>
232    </Link>
233  </ItemDefinitionGroup>
234  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
235    <ClCompile>
236      <PrecompiledHeader>
237      </PrecompiledHeader>
238      <WarningLevel>Level3</WarningLevel>
239      <Optimization>Disabled</Optimization>
240      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
241      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
242      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
243      <MinimalRebuild>false</MinimalRebuild>
244    </ClCompile>
245    <Link>
246      <SubSystem>Console</SubSystem>
247      <GenerateDebugInformation>true</GenerateDebugInformation>
248      <AdditionalLibraryDirectories>$(OpenSSLLibDirDbg)</AdditionalLibraryDirectories>
249      <AdditionalDependencies>libcrypto$(DbgSuffix).lib;libssl$(DbgSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies>
250    </Link>
251  </ItemDefinitionGroup>
252  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">
253    <ClCompile>
254      <PrecompiledHeader>
255      </PrecompiledHeader>
256      <WarningLevel>Level3</WarningLevel>
257      <Optimization>Disabled</Optimization>
258      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
259      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
260      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
261      <MinimalRebuild>false</MinimalRebuild>
262    </ClCompile>
263    <Link>
264      <SubSystem>Console</SubSystem>
265      <GenerateDebugInformation>true</GenerateDebugInformation>
266    </Link>
267  </ItemDefinitionGroup>
268  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
269    <ClCompile>
270      <WarningLevel>Level3</WarningLevel>
271      <PrecompiledHeader>
272      </PrecompiledHeader>
273      <Optimization>MaxSpeed</Optimization>
274      <FunctionLevelLinking>true</FunctionLevelLinking>
275      <IntrinsicFunctions>true</IntrinsicFunctions>
276      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
277      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
278      <CompileAs>CompileAsC</CompileAs>
279    </ClCompile>
280    <Link>
281      <SubSystem>Console</SubSystem>
282      <EnableCOMDATFolding>true</EnableCOMDATFolding>
283      <OptimizeReferences>true</OptimizeReferences>
284      <GenerateDebugInformation>true</GenerateDebugInformation>
285      <AdditionalLibraryDirectories>$(OpenSSLLibDir)</AdditionalLibraryDirectories>
286      <AdditionalDependencies>libcrypto.lib;libssl.lib;%(AdditionalDependencies)</AdditionalDependencies>
287    </Link>
288  </ItemDefinitionGroup>
289  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
290    <ClCompile>
291      <WarningLevel>Level3</WarningLevel>
292      <PrecompiledHeader>
293      </PrecompiledHeader>
294      <Optimization>MaxSpeed</Optimization>
295      <FunctionLevelLinking>true</FunctionLevelLinking>
296      <IntrinsicFunctions>true</IntrinsicFunctions>
297      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
298      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
299      <CompileAs>CompileAsC</CompileAs>
300    </ClCompile>
301    <Link>
302      <SubSystem>Console</SubSystem>
303      <EnableCOMDATFolding>true</EnableCOMDATFolding>
304      <OptimizeReferences>true</OptimizeReferences>
305      <GenerateDebugInformation>true</GenerateDebugInformation>
306    </Link>
307  </ItemDefinitionGroup>
308  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
309    <ClCompile>
310      <WarningLevel>Level3</WarningLevel>
311      <PrecompiledHeader>
312      </PrecompiledHeader>
313      <Optimization>MaxSpeed</Optimization>
314      <FunctionLevelLinking>true</FunctionLevelLinking>
315      <IntrinsicFunctions>true</IntrinsicFunctions>
316      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
317      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
318    </ClCompile>
319    <Link>
320      <SubSystem>Console</SubSystem>
321      <EnableCOMDATFolding>true</EnableCOMDATFolding>
322      <OptimizeReferences>true</OptimizeReferences>
323      <GenerateDebugInformation>true</GenerateDebugInformation>
324      <AdditionalLibraryDirectories>$(OpenSSLLibDir)</AdditionalLibraryDirectories>
325      <AdditionalDependencies>libcrypto.lib;libssl.lib;%(AdditionalDependencies)</AdditionalDependencies>
326    </Link>
327  </ItemDefinitionGroup>
328  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'">
329    <ClCompile>
330      <WarningLevel>Level3</WarningLevel>
331      <PrecompiledHeader>
332      </PrecompiledHeader>
333      <Optimization>MaxSpeed</Optimization>
334      <FunctionLevelLinking>true</FunctionLevelLinking>
335      <IntrinsicFunctions>true</IntrinsicFunctions>
336      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
337      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
338    </ClCompile>
339    <Link>
340      <SubSystem>Console</SubSystem>
341      <EnableCOMDATFolding>true</EnableCOMDATFolding>
342      <OptimizeReferences>true</OptimizeReferences>
343      <GenerateDebugInformation>true</GenerateDebugInformation>
344      <AdditionalLibraryDirectories>$(OpenSSLLibDir)</AdditionalLibraryDirectories>
345      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
346    </Link>
347  </ItemDefinitionGroup>
348  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">
349    <ClCompile>
350      <WarningLevel>Level3</WarningLevel>
351      <PrecompiledHeader>
352      </PrecompiledHeader>
353      <Optimization>MaxSpeed</Optimization>
354      <FunctionLevelLinking>true</FunctionLevelLinking>
355      <IntrinsicFunctions>true</IntrinsicFunctions>
356      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
357      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
358    </ClCompile>
359    <Link>
360      <SubSystem>Console</SubSystem>
361      <EnableCOMDATFolding>true</EnableCOMDATFolding>
362      <OptimizeReferences>true</OptimizeReferences>
363      <GenerateDebugInformation>true</GenerateDebugInformation>
364    </Link>
365  </ItemDefinitionGroup>
366  <ItemGroup>
367    <ClCompile Include="..\..\examples\coap-rd.c" />
368  </ItemGroup>
369  <ItemGroup>
370    <ProjectReference Include="..\libcoap.vcxproj">
371      <Project>{96a98759-36b3-4246-a265-cafceec0f2f2}</Project>
372    </ProjectReference>
373  </ItemGroup>
374  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
375  <ImportGroup Label="ExtensionTargets">
376  </ImportGroup>
377</Project>
378