]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/mqtt/mqtt_basic_tls_server_auth/WIN32.vcxproj
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS-Labs / Demo / FreeRTOS_IoT_Libraries / mqtt / mqtt_basic_tls_server_auth / WIN32.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{C686325E-3261-42F7-AEB1-DDE5280E1CEB}</ProjectGuid>\r
15     <ProjectName>RTOSDemo</ProjectName>\r
16     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>\r
17   </PropertyGroup>\r
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
20     <ConfigurationType>Application</ConfigurationType>\r
21     <UseOfMfc>false</UseOfMfc>\r
22     <CharacterSet>MultiByte</CharacterSet>\r
23     <PlatformToolset>v142</PlatformToolset>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
26     <ConfigurationType>Application</ConfigurationType>\r
27     <UseOfMfc>false</UseOfMfc>\r
28     <CharacterSet>MultiByte</CharacterSet>\r
29     <PlatformToolset>v142</PlatformToolset>\r
30   </PropertyGroup>\r
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
32   <ImportGroup Label="ExtensionSettings">\r
33   </ImportGroup>\r
34   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
36     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
37   </ImportGroup>\r
38   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
39     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
40     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
41   </ImportGroup>\r
42   <PropertyGroup Label="UserMacros" />\r
43   <PropertyGroup>\r
44     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
45     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>\r
46     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>\r
47     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
48     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>\r
49     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>\r
50     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
51     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>\r
52   </PropertyGroup>\r
53   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
54     <Midl>\r
55       <TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName>\r
56       <HeaderFileName>\r
57       </HeaderFileName>\r
58     </Midl>\r
59     <ClCompile>\r
60       <Optimization>Disabled</Optimization>\r
61       <AdditionalIncludeDirectories>..\..\include;..\..\..\..\Source\FreeRTOS-Plus-TCP\include;..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement;..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\Compiler\MSVC;..\common;..\common\WinPCap;..\..\..\..\..\FreeRTOS\Source\include;..\..\..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\src;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\include;..\..\..\..\Source\mbedtls\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
62       <PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config.h";WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
63       <MinimalRebuild>false</MinimalRebuild>\r
64       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
65       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
66       <PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile>\r
67       <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>\r
68       <ObjectFileName>.\Debug/</ObjectFileName>\r
69       <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>\r
70       <WarningLevel>Level4</WarningLevel>\r
71       <SuppressStartupBanner>true</SuppressStartupBanner>\r
72       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
73       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
74       <AdditionalOptions>/wd4210 /wd4127 /wd4214 /wd4201 /wd4244  /wd4310 /wd4200 %(AdditionalOptions)</AdditionalOptions>\r
75       <BrowseInformation>true</BrowseInformation>\r
76       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
77       <ExceptionHandling>false</ExceptionHandling>\r
78       <CompileAs>CompileAsC</CompileAs>\r
79       <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>\r
80     </ClCompile>\r
81     <ResourceCompile>\r
82       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
83       <Culture>0x0c09</Culture>\r
84     </ResourceCompile>\r
85     <Link>\r
86       <OutputFile>.\Debug/RTOSDemo.exe</OutputFile>\r
87       <SuppressStartupBanner>true</SuppressStartupBanner>\r
88       <GenerateDebugInformation>true</GenerateDebugInformation>\r
89       <ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile>\r
90       <SubSystem>Console</SubSystem>\r
91       <TargetMachine>MachineX86</TargetMachine>\r
92       <AdditionalDependencies>wpcap.lib;Bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
93       <AdditionalLibraryDirectories>..\common\WinPCap</AdditionalLibraryDirectories>\r
94       <Profile>false</Profile>\r
95       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>\r
96     </Link>\r
97     <Bscmake>\r
98       <SuppressStartupBanner>true</SuppressStartupBanner>\r
99       <OutputFile>.\Debug/WIN32.bsc</OutputFile>\r
100     </Bscmake>\r
101   </ItemDefinitionGroup>\r
102   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
103     <Midl>\r
104       <TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName>\r
105       <HeaderFileName>\r
106       </HeaderFileName>\r
107     </Midl>\r
108     <ClCompile>\r
109       <Optimization>MaxSpeed</Optimization>\r
110       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>\r
111       <PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config.h";_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
112       <StringPooling>true</StringPooling>\r
113       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
114       <FunctionLevelLinking>true</FunctionLevelLinking>\r
115       <PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile>\r
116       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>\r
117       <ObjectFileName>.\Release/</ObjectFileName>\r
118       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>\r
119       <WarningLevel>Level3</WarningLevel>\r
120       <SuppressStartupBanner>true</SuppressStartupBanner>\r
121       <AdditionalIncludeDirectories>..\..\..\..\Source\FreeRTOS-Plus-TCP\include;..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement;..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\Compiler\MSVC;.\DemoTasks\include;.\WinPCap;..\..\..\..\..\FreeRTOS\Source\include;..\..\..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\src;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\include;..\..\..\..\Source\mbedtls\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
122     </ClCompile>\r
123     <ResourceCompile>\r
124       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
125       <Culture>0x0c09</Culture>\r
126     </ResourceCompile>\r
127     <Link>\r
128       <OutputFile>.\Release/RTOSDemo.exe</OutputFile>\r
129       <SuppressStartupBanner>true</SuppressStartupBanner>\r
130       <ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile>\r
131       <SubSystem>Console</SubSystem>\r
132       <TargetMachine>MachineX86</TargetMachine>\r
133       <AdditionalLibraryDirectories>.\WinPCap</AdditionalLibraryDirectories>\r
134       <AdditionalDependencies>wpcap.lib;Bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
135     </Link>\r
136     <Bscmake>\r
137       <SuppressStartupBanner>true</SuppressStartupBanner>\r
138       <OutputFile>.\Release/WIN32.bsc</OutputFile>\r
139     </Bscmake>\r
140   </ItemDefinitionGroup>\r
141   <ItemGroup>\r
142     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\event_groups.c" />\r
143     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\list.c" />\r
144     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c" />\r
145     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" />\r
146     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\queue.c" />\r
147     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\tasks.c" />\r
148     <ClCompile Include="..\..\..\..\..\FreeRTOS\Source\timers.c" />\r
149     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls\mbedtls_platform_freertos.c" />\r
150     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\iot_clock_freertos.c" />\r
151     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\iot_network_freertos.c" />\r
152     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\iot_threads_freertos.c" />\r
153     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\src\iot_logging.c" />\r
154     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\iot_taskpool_freertos.c" />\r
155     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_api.c" />\r
156     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_network.c" />\r
157     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_operation.c" />\r
158     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_serialize.c" />\r
159     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_subscription.c" />\r
160     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_validate.c" />\r
161     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_ARP.c" />\r
162     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_DHCP.c" />\r
163     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_DNS.c" />\r
164     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_IP.c" />\r
165     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Sockets.c" />\r
166     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c" />\r
167     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_TCP_IP.c" />\r
168     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_TCP_WIN.c" />\r
169     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_UDP_IP.c" />\r
170     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement\BufferAllocation_2.c" />\r
171     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />\r
172     <ClCompile Include="..\..\..\..\Source\mbedtls\library\aes.c">\r
173       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
174       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
175     </ClCompile>\r
176     <ClCompile Include="..\..\..\..\Source\mbedtls\library\aesni.c">\r
177       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
178       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
179     </ClCompile>\r
180     <ClCompile Include="..\..\..\..\Source\mbedtls\library\arc4.c">\r
181       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
182       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
183     </ClCompile>\r
184     <ClCompile Include="..\..\..\..\Source\mbedtls\library\aria.c">\r
185       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
186       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
187     </ClCompile>\r
188     <ClCompile Include="..\..\..\..\Source\mbedtls\library\asn1parse.c">\r
189       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
190       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
191     </ClCompile>\r
192     <ClCompile Include="..\..\..\..\Source\mbedtls\library\asn1write.c">\r
193       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
194       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
195     </ClCompile>\r
196     <ClCompile Include="..\..\..\..\Source\mbedtls\library\base64.c">\r
197       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
198       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
199     </ClCompile>\r
200     <ClCompile Include="..\..\..\..\Source\mbedtls\library\bignum.c">\r
201       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
202       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
203     </ClCompile>\r
204     <ClCompile Include="..\..\..\..\Source\mbedtls\library\blowfish.c">\r
205       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
206       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
207     </ClCompile>\r
208     <ClCompile Include="..\..\..\..\Source\mbedtls\library\camellia.c">\r
209       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
210       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
211     </ClCompile>\r
212     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ccm.c">\r
213       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
214       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
215     </ClCompile>\r
216     <ClCompile Include="..\..\..\..\Source\mbedtls\library\certs.c">\r
217       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
218       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
219     </ClCompile>\r
220     <ClCompile Include="..\..\..\..\Source\mbedtls\library\chacha20.c">\r
221       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
222       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
223     </ClCompile>\r
224     <ClCompile Include="..\..\..\..\Source\mbedtls\library\chachapoly.c">\r
225       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
226       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
227     </ClCompile>\r
228     <ClCompile Include="..\..\..\..\Source\mbedtls\library\cipher.c">\r
229       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
230       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
231     </ClCompile>\r
232     <ClCompile Include="..\..\..\..\Source\mbedtls\library\cipher_wrap.c">\r
233       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
234       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
235     </ClCompile>\r
236     <ClCompile Include="..\..\..\..\Source\mbedtls\library\cmac.c">\r
237       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
238       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
239     </ClCompile>\r
240     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ctr_drbg.c">\r
241       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
242       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
243     </ClCompile>\r
244     <ClCompile Include="..\..\..\..\Source\mbedtls\library\debug.c">\r
245       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
246       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
247     </ClCompile>\r
248     <ClCompile Include="..\..\..\..\Source\mbedtls\library\des.c">\r
249       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
250       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
251     </ClCompile>\r
252     <ClCompile Include="..\..\..\..\Source\mbedtls\library\dhm.c">\r
253       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
254       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
255     </ClCompile>\r
256     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecdh.c">\r
257       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
258       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
259     </ClCompile>\r
260     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecdsa.c">\r
261       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
262       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
263     </ClCompile>\r
264     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecjpake.c">\r
265       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
266       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
267     </ClCompile>\r
268     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecp.c">\r
269       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
270       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
271     </ClCompile>\r
272     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecp_curves.c">\r
273       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
274       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
275     </ClCompile>\r
276     <ClCompile Include="..\..\..\..\Source\mbedtls\library\entropy.c">\r
277       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
278       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
279     </ClCompile>\r
280     <ClCompile Include="..\..\..\..\Source\mbedtls\library\entropy_poll.c">\r
281       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
282       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
283     </ClCompile>\r
284     <ClCompile Include="..\..\..\..\Source\mbedtls\library\error.c">\r
285       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
286       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
287     </ClCompile>\r
288     <ClCompile Include="..\..\..\..\Source\mbedtls\library\gcm.c">\r
289       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
290       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
291     </ClCompile>\r
292     <ClCompile Include="..\..\..\..\Source\mbedtls\library\havege.c">\r
293       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
294       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
295     </ClCompile>\r
296     <ClCompile Include="..\..\..\..\Source\mbedtls\library\hkdf.c">\r
297       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
298       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
299     </ClCompile>\r
300     <ClCompile Include="..\..\..\..\Source\mbedtls\library\hmac_drbg.c">\r
301       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
302       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
303     </ClCompile>\r
304     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md.c">\r
305       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
306       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
307     </ClCompile>\r
308     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md2.c">\r
309       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
310       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
311     </ClCompile>\r
312     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md4.c">\r
313       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
314       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
315     </ClCompile>\r
316     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md5.c">\r
317       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
318       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
319     </ClCompile>\r
320     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md_wrap.c">\r
321       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
322       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
323     </ClCompile>\r
324     <ClCompile Include="..\..\..\..\Source\mbedtls\library\memory_buffer_alloc.c">\r
325       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
326       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
327     </ClCompile>\r
328     <ClCompile Include="..\..\..\..\Source\mbedtls\library\net_sockets.c">\r
329       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
330       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
331     </ClCompile>\r
332     <ClCompile Include="..\..\..\..\Source\mbedtls\library\nist_kw.c">\r
333       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
334       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
335     </ClCompile>\r
336     <ClCompile Include="..\..\..\..\Source\mbedtls\library\oid.c">\r
337       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
338       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
339     </ClCompile>\r
340     <ClCompile Include="..\..\..\..\Source\mbedtls\library\padlock.c">\r
341       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
342       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
343     </ClCompile>\r
344     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pem.c">\r
345       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
346       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
347     </ClCompile>\r
348     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pk.c">\r
349       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
350       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
351     </ClCompile>\r
352     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkcs11.c">\r
353       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
354       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
355     </ClCompile>\r
356     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkcs12.c">\r
357       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
358       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
359     </ClCompile>\r
360     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkcs5.c">\r
361       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
362       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
363     </ClCompile>\r
364     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkparse.c">\r
365       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
366       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
367     </ClCompile>\r
368     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkwrite.c">\r
369       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
370       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
371     </ClCompile>\r
372     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pk_wrap.c">\r
373       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
374       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
375     </ClCompile>\r
376     <ClCompile Include="..\..\..\..\Source\mbedtls\library\platform.c">\r
377       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
378       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
379     </ClCompile>\r
380     <ClCompile Include="..\..\..\..\Source\mbedtls\library\platform_util.c">\r
381       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
382       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
383     </ClCompile>\r
384     <ClCompile Include="..\..\..\..\Source\mbedtls\library\poly1305.c">\r
385       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
386       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
387     </ClCompile>\r
388     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ripemd160.c">\r
389       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
390       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
391     </ClCompile>\r
392     <ClCompile Include="..\..\..\..\Source\mbedtls\library\rsa.c">\r
393       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
394       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
395     </ClCompile>\r
396     <ClCompile Include="..\..\..\..\Source\mbedtls\library\rsa_internal.c">\r
397       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
398       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
399     </ClCompile>\r
400     <ClCompile Include="..\..\..\..\Source\mbedtls\library\sha1.c">\r
401       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
402       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
403     </ClCompile>\r
404     <ClCompile Include="..\..\..\..\Source\mbedtls\library\sha256.c">\r
405       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
406       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
407     </ClCompile>\r
408     <ClCompile Include="..\..\..\..\Source\mbedtls\library\sha512.c">\r
409       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
410       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
411     </ClCompile>\r
412     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_cache.c">\r
413       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
414       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
415     </ClCompile>\r
416     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_ciphersuites.c">\r
417       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
418       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
419     </ClCompile>\r
420     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_cli.c">\r
421       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
422       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
423     </ClCompile>\r
424     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_cookie.c">\r
425       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
426       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
427     </ClCompile>\r
428     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_srv.c">\r
429       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
430       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
431     </ClCompile>\r
432     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_ticket.c">\r
433       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
434       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
435     </ClCompile>\r
436     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_tls.c">\r
437       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
438       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
439     </ClCompile>\r
440     <ClCompile Include="..\..\..\..\Source\mbedtls\library\threading.c">\r
441       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
442       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
443     </ClCompile>\r
444     <ClCompile Include="..\..\..\..\Source\mbedtls\library\timing.c">\r
445       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
446       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
447     </ClCompile>\r
448     <ClCompile Include="..\..\..\..\Source\mbedtls\library\version.c">\r
449       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
450       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
451     </ClCompile>\r
452     <ClCompile Include="..\..\..\..\Source\mbedtls\library\version_features.c">\r
453       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
454       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
455     </ClCompile>\r
456     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509.c">\r
457       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
458       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
459     </ClCompile>\r
460     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509write_crt.c">\r
461       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
462       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
463     </ClCompile>\r
464     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509write_csr.c">\r
465       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
466       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
467     </ClCompile>\r
468     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_create.c">\r
469       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
470       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
471     </ClCompile>\r
472     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_crl.c">\r
473       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
474       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
475     </ClCompile>\r
476     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_crt.c">\r
477       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
478       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
479     </ClCompile>\r
480     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_csr.c">\r
481       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
482       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
483     </ClCompile>\r
484     <ClCompile Include="..\..\..\..\Source\mbedtls\library\xtea.c">\r
485       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
486       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
487     </ClCompile>\r
488     <ClCompile Include="..\common\DemoTasks\SimpleMQTTExamples.c" />\r
489     <ClCompile Include="..\common\demo_logging.c" />\r
490     <ClCompile Include="..\common\main.c" />\r
491   </ItemGroup>\r
492   <ItemGroup>\r
493     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\event_groups.h" />\r
494     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\FreeRTOS.h" />\r
495     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\portable.h" />\r
496     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\projdefs.h" />\r
497     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\queue.h" />\r
498     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\semphr.h" />\r
499     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\task.h" />\r
500     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\timers.h" />\r
501     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\portable\MSVC-MingW\portmacro.h" />\r
502     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls\threading_alt.h" />\r
503     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include\platform\iot_platform_types_freertos.h" />\r
504     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform\iot_clock.h" />\r
505     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform\iot_metrics.h" />\r
506     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform\iot_network.h" />\r
507     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform\iot_threads.h" />\r
508     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\platform\types\iot_platform_types.h" />\r
509     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include\iot_taskpool_freertos.h" />\r
510     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_error.h" />\r
511     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_logging.h" />\r
512     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_static_memory.h" />\r
513     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\src\private\iot_taskpool_internal.h" />\r
514     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include\types\iot_taskpool_types_freertos.h" />\r
515     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\include\iot_mqtt.h" />\r
516     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\include\types\iot_mqtt_types.h" />\r
517     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOSIPConfigDefaults.h" />\r
518     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_ARP.h" />\r
519     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_DHCP.h" />\r
520     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_DNS.h" />\r
521     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_IP.h" />\r
522     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_IP_Private.h" />\r
523     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_Sockets.h" />\r
524     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_Stream_Buffer.h" />\r
525     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_TCP_IP.h" />\r
526     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_TCP_WIN.h" />\r
527     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_UDP_IP.h" />\r
528     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\IPTraceMacroDefaults.h" />\r
529     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\NetworkBufferManagement.h" />\r
530     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\NetworkInterface.h" />\r
531     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\aes.h" />\r
532     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\aesni.h" />\r
533     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\arc4.h" />\r
534     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\aria.h" />\r
535     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\asn1.h" />\r
536     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\asn1write.h" />\r
537     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\base64.h" />\r
538     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\bignum.h" />\r
539     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\blowfish.h" />\r
540     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\bn_mul.h" />\r
541     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\camellia.h" />\r
542     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ccm.h" />\r
543     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\certs.h" />\r
544     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\chacha20.h" />\r
545     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\chachapoly.h" />\r
546     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\check_config.h" />\r
547     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\cipher.h" />\r
548     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\cipher_internal.h" />\r
549     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\cmac.h" />\r
550     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\compat-1.3.h" />\r
551     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\config.h" />\r
552     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ctr_drbg.h" />\r
553     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\debug.h" />\r
554     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\des.h" />\r
555     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\dhm.h" />\r
556     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecdh.h" />\r
557     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecdsa.h" />\r
558     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecjpake.h" />\r
559     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecp.h" />\r
560     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecp_internal.h" />\r
561     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\entropy.h" />\r
562     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\entropy_poll.h" />\r
563     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\error.h" />\r
564     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\gcm.h" />\r
565     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\havege.h" />\r
566     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\hkdf.h" />\r
567     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\hmac_drbg.h" />\r
568     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md.h" />\r
569     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md2.h" />\r
570     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md4.h" />\r
571     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md5.h" />\r
572     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md_internal.h" />\r
573     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\memory_buffer_alloc.h" />\r
574     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\net.h" />\r
575     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\net_sockets.h" />\r
576     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\nist_kw.h" />\r
577     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\oid.h" />\r
578     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\padlock.h" />\r
579     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pem.h" />\r
580     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pk.h" />\r
581     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pkcs11.h" />\r
582     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pkcs12.h" />\r
583     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pkcs5.h" />\r
584     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pk_internal.h" />\r
585     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\platform.h" />\r
586     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\platform_time.h" />\r
587     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\platform_util.h" />\r
588     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\poly1305.h" />\r
589     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\psa_util.h" />\r
590     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ripemd160.h" />\r
591     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\rsa.h" />\r
592     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\rsa_internal.h" />\r
593     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\sha1.h" />\r
594     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\sha256.h" />\r
595     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\sha512.h" />\r
596     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl.h" />\r
597     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_cache.h" />\r
598     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_ciphersuites.h" />\r
599     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_cookie.h" />\r
600     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_internal.h" />\r
601     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_ticket.h" />\r
602     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\threading.h" />\r
603     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\timing.h" />\r
604     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\version.h" />\r
605     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509.h" />\r
606     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509_crl.h" />\r
607     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509_crt.h" />\r
608     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509_csr.h" />\r
609     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\xtea.h" />\r
610     <ClInclude Include="..\..\include\mqtt_demo_profile.h" />\r
611     <ClInclude Include="..\common\mbedtls_config.h" />\r
612     <ClInclude Include="demo_config.h" />\r
613     <ClInclude Include="FreeRTOSConfig.h" />\r
614     <ClInclude Include="FreeRTOSIPConfig.h" />\r
615     <ClInclude Include="iot_config.h" />\r
616   </ItemGroup>\r
617   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
618   <ImportGroup Label="ExtensionTargets">\r
619   </ImportGroup>\r
620 </Project>\r