]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/jobs/jobs_notify_next/WIN32.vcxproj
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Demo / FreeRTOS_IoT_Libraries / jobs / jobs_notify_next / 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>..\..\..\..\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;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls;..\..\..\..\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\FreeRTOS-IoT-Libraries\c_sdk\aws\common\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\include;..\..\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>.\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\include\private;..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls;..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\include;..\..\..\..\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\aws\common\src\aws_iot_doc_parser.c" />\r
154     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\common\src\aws_iot_operation.c" />\r
155     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\common\src\aws_iot_parser.c" />\r
156     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\common\src\aws_iot_subscription.c" />\r
157     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\common\src\aws_iot_validate.c" />\r
158     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\src\aws_iot_jobs_api.c" />\r
159     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\src\aws_iot_jobs_operation.c" />\r
160     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\src\aws_iot_jobs_serialize.c" />\r
161     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\src\aws_iot_jobs_static_memory.c" />\r
162     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\src\aws_iot_jobs_subscription.c" />\r
163     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\src\iot_logging.c" />\r
164     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\iot_taskpool_freertos.c" />\r
165     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_api.c" />\r
166     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_network.c" />\r
167     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_operation.c" />\r
168     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_serialize.c" />\r
169     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_subscription.c" />\r
170     <ClCompile Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\src\iot_mqtt_validate.c" />\r
171     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_ARP.c" />\r
172     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_DHCP.c" />\r
173     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_DNS.c" />\r
174     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_IP.c" />\r
175     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Sockets.c" />\r
176     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c" />\r
177     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_TCP_IP.c" />\r
178     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_TCP_WIN.c" />\r
179     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_UDP_IP.c" />\r
180     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement\BufferAllocation_2.c" />\r
181     <ClCompile Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />\r
182     <ClCompile Include="..\..\..\..\Source\mbedtls\library\aes.c">\r
183       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
184       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
185     </ClCompile>\r
186     <ClCompile Include="..\..\..\..\Source\mbedtls\library\aesni.c">\r
187       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
188       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
189     </ClCompile>\r
190     <ClCompile Include="..\..\..\..\Source\mbedtls\library\arc4.c">\r
191       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
192       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
193     </ClCompile>\r
194     <ClCompile Include="..\..\..\..\Source\mbedtls\library\aria.c">\r
195       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
196       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
197     </ClCompile>\r
198     <ClCompile Include="..\..\..\..\Source\mbedtls\library\asn1parse.c">\r
199       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
200       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
201     </ClCompile>\r
202     <ClCompile Include="..\..\..\..\Source\mbedtls\library\asn1write.c">\r
203       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
204       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
205     </ClCompile>\r
206     <ClCompile Include="..\..\..\..\Source\mbedtls\library\base64.c">\r
207       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
208       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
209     </ClCompile>\r
210     <ClCompile Include="..\..\..\..\Source\mbedtls\library\bignum.c">\r
211       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
212       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
213     </ClCompile>\r
214     <ClCompile Include="..\..\..\..\Source\mbedtls\library\blowfish.c">\r
215       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
216       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
217     </ClCompile>\r
218     <ClCompile Include="..\..\..\..\Source\mbedtls\library\camellia.c">\r
219       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
220       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
221     </ClCompile>\r
222     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ccm.c">\r
223       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
224       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
225     </ClCompile>\r
226     <ClCompile Include="..\..\..\..\Source\mbedtls\library\certs.c">\r
227       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
228       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
229     </ClCompile>\r
230     <ClCompile Include="..\..\..\..\Source\mbedtls\library\chacha20.c">\r
231       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
232       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
233     </ClCompile>\r
234     <ClCompile Include="..\..\..\..\Source\mbedtls\library\chachapoly.c">\r
235       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
236       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
237     </ClCompile>\r
238     <ClCompile Include="..\..\..\..\Source\mbedtls\library\cipher.c">\r
239       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
240       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
241     </ClCompile>\r
242     <ClCompile Include="..\..\..\..\Source\mbedtls\library\cipher_wrap.c">\r
243       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
244       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
245     </ClCompile>\r
246     <ClCompile Include="..\..\..\..\Source\mbedtls\library\cmac.c">\r
247       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
248       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
249     </ClCompile>\r
250     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ctr_drbg.c">\r
251       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
252       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
253     </ClCompile>\r
254     <ClCompile Include="..\..\..\..\Source\mbedtls\library\debug.c">\r
255       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
256       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
257     </ClCompile>\r
258     <ClCompile Include="..\..\..\..\Source\mbedtls\library\des.c">\r
259       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
260       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
261     </ClCompile>\r
262     <ClCompile Include="..\..\..\..\Source\mbedtls\library\dhm.c">\r
263       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
264       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
265     </ClCompile>\r
266     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecdh.c">\r
267       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
268       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
269     </ClCompile>\r
270     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecdsa.c">\r
271       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
272       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
273     </ClCompile>\r
274     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecjpake.c">\r
275       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
276       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
277     </ClCompile>\r
278     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecp.c">\r
279       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
280       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
281     </ClCompile>\r
282     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ecp_curves.c">\r
283       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
284       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
285     </ClCompile>\r
286     <ClCompile Include="..\..\..\..\Source\mbedtls\library\entropy.c">\r
287       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
288       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
289     </ClCompile>\r
290     <ClCompile Include="..\..\..\..\Source\mbedtls\library\entropy_poll.c">\r
291       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
292       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
293     </ClCompile>\r
294     <ClCompile Include="..\..\..\..\Source\mbedtls\library\error.c">\r
295       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
296       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
297     </ClCompile>\r
298     <ClCompile Include="..\..\..\..\Source\mbedtls\library\gcm.c">\r
299       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
300       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
301     </ClCompile>\r
302     <ClCompile Include="..\..\..\..\Source\mbedtls\library\havege.c">\r
303       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
304       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
305     </ClCompile>\r
306     <ClCompile Include="..\..\..\..\Source\mbedtls\library\hkdf.c">\r
307       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
308       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
309     </ClCompile>\r
310     <ClCompile Include="..\..\..\..\Source\mbedtls\library\hmac_drbg.c">\r
311       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
312       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
313     </ClCompile>\r
314     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md.c">\r
315       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
316       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
317     </ClCompile>\r
318     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md2.c">\r
319       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
320       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
321     </ClCompile>\r
322     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md4.c">\r
323       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
324       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
325     </ClCompile>\r
326     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md5.c">\r
327       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
328       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
329     </ClCompile>\r
330     <ClCompile Include="..\..\..\..\Source\mbedtls\library\md_wrap.c">\r
331       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
332       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
333     </ClCompile>\r
334     <ClCompile Include="..\..\..\..\Source\mbedtls\library\memory_buffer_alloc.c">\r
335       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
336       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
337     </ClCompile>\r
338     <ClCompile Include="..\..\..\..\Source\mbedtls\library\net_sockets.c">\r
339       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
340       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
341     </ClCompile>\r
342     <ClCompile Include="..\..\..\..\Source\mbedtls\library\nist_kw.c">\r
343       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
344       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
345     </ClCompile>\r
346     <ClCompile Include="..\..\..\..\Source\mbedtls\library\oid.c">\r
347       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
348       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
349     </ClCompile>\r
350     <ClCompile Include="..\..\..\..\Source\mbedtls\library\padlock.c">\r
351       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
352       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
353     </ClCompile>\r
354     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pem.c">\r
355       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
356       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
357     </ClCompile>\r
358     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pk.c">\r
359       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
360       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
361     </ClCompile>\r
362     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkcs11.c">\r
363       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
364       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
365     </ClCompile>\r
366     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkcs12.c">\r
367       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
368       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
369     </ClCompile>\r
370     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkcs5.c">\r
371       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
372       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
373     </ClCompile>\r
374     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkparse.c">\r
375       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
376       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
377     </ClCompile>\r
378     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pkwrite.c">\r
379       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
380       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
381     </ClCompile>\r
382     <ClCompile Include="..\..\..\..\Source\mbedtls\library\pk_wrap.c">\r
383       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
384       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
385     </ClCompile>\r
386     <ClCompile Include="..\..\..\..\Source\mbedtls\library\platform.c">\r
387       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
388       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
389     </ClCompile>\r
390     <ClCompile Include="..\..\..\..\Source\mbedtls\library\platform_util.c">\r
391       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
392       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
393     </ClCompile>\r
394     <ClCompile Include="..\..\..\..\Source\mbedtls\library\poly1305.c">\r
395       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
396       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
397     </ClCompile>\r
398     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ripemd160.c">\r
399       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
400       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
401     </ClCompile>\r
402     <ClCompile Include="..\..\..\..\Source\mbedtls\library\rsa.c">\r
403       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
404       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
405     </ClCompile>\r
406     <ClCompile Include="..\..\..\..\Source\mbedtls\library\rsa_internal.c">\r
407       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
408       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
409     </ClCompile>\r
410     <ClCompile Include="..\..\..\..\Source\mbedtls\library\sha1.c">\r
411       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
412       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
413     </ClCompile>\r
414     <ClCompile Include="..\..\..\..\Source\mbedtls\library\sha256.c">\r
415       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
416       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
417     </ClCompile>\r
418     <ClCompile Include="..\..\..\..\Source\mbedtls\library\sha512.c">\r
419       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
420       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
421     </ClCompile>\r
422     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_cache.c">\r
423       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
424       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
425     </ClCompile>\r
426     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_ciphersuites.c">\r
427       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
428       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
429     </ClCompile>\r
430     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_cli.c">\r
431       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
432       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
433     </ClCompile>\r
434     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_cookie.c">\r
435       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
436       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
437     </ClCompile>\r
438     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_srv.c">\r
439       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
440       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
441     </ClCompile>\r
442     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_ticket.c">\r
443       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
444       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
445     </ClCompile>\r
446     <ClCompile Include="..\..\..\..\Source\mbedtls\library\ssl_tls.c">\r
447       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
448       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
449     </ClCompile>\r
450     <ClCompile Include="..\..\..\..\Source\mbedtls\library\threading.c">\r
451       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
452       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
453     </ClCompile>\r
454     <ClCompile Include="..\..\..\..\Source\mbedtls\library\timing.c">\r
455       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
456       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
457     </ClCompile>\r
458     <ClCompile Include="..\..\..\..\Source\mbedtls\library\version.c">\r
459       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
460       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
461     </ClCompile>\r
462     <ClCompile Include="..\..\..\..\Source\mbedtls\library\version_features.c">\r
463       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
464       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
465     </ClCompile>\r
466     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509.c">\r
467       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
468       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
469     </ClCompile>\r
470     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509write_crt.c">\r
471       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
472       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
473     </ClCompile>\r
474     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509write_csr.c">\r
475       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
476       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
477     </ClCompile>\r
478     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_create.c">\r
479       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
480       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
481     </ClCompile>\r
482     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_crl.c">\r
483       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
484       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
485     </ClCompile>\r
486     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_crt.c">\r
487       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
488       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
489     </ClCompile>\r
490     <ClCompile Include="..\..\..\..\Source\mbedtls\library\x509_csr.c">\r
491       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
492       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
493     </ClCompile>\r
494     <ClCompile Include="..\..\..\..\Source\mbedtls\library\xtea.c">\r
495       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>\r
496       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>\r
497     </ClCompile>\r
498     <ClCompile Include="DemoTasks\JobsNotifyNextExamples.c" />\r
499     <ClCompile Include="demo_logging.c" />\r
500     <ClCompile Include="main.c">\r
501       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
502       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
503       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
504     </ClCompile>\r
505   </ItemGroup>\r
506   <ItemGroup>\r
507     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\event_groups.h" />\r
508     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\FreeRTOS.h" />\r
509     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\portable.h" />\r
510     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\projdefs.h" />\r
511     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\queue.h" />\r
512     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\semphr.h" />\r
513     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\task.h" />\r
514     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\timers.h" />\r
515     <ClInclude Include="..\..\..\..\..\FreeRTOS\Source\portable\MSVC-MingW\portmacro.h" />\r
516     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\mbedtls\threading_alt.h" />\r
517     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include\platform\iot_platform_types_freertos.h" />\r
518     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\include\platform\iot_clock.h" />\r
519     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\include\platform\iot_metrics.h" />\r
520     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\include\platform\iot_network.h" />\r
521     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\include\platform\iot_threads.h" />\r
522     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\include\types\iot_platform_types.h" />\r
523     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\common\include\aws_iot.h" />\r
524     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\common\include\aws_iot_doc_parser.h" />\r
525     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\include\aws_iot_jobs.h" />\r
526     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\aws\jobs\include\types\aws_iot_jobs_types.h" />\r
527     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\atomic.h" />\r
528     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_atomic.h" />\r
529     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_error.h" />\r
530     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_init.h" />\r
531     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_linear_containers.h" />\r
532     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_logging.h" />\r
533     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_logging_setup.h" />\r
534     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\include\iot_static_memory.h" />\r
535     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include\iot_taskpool_freertos.h" />\r
536     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\abstractions\platform\freertos\include\types\iot_taskpool_types_freertos.h" />\r
537     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\common\src\private\iot_taskpool_internal.h" />\r
538     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\include\iot_mqtt.h" />\r
539     <ClInclude Include="..\..\..\..\Source\FreeRTOS-IoT-Libraries\c_sdk\standard\mqtt\include\types\iot_mqtt_types.h" />\r
540     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOSIPConfigDefaults.h" />\r
541     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_ARP.h" />\r
542     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_DHCP.h" />\r
543     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_DNS.h" />\r
544     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_IP.h" />\r
545     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_IP_Private.h" />\r
546     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_Sockets.h" />\r
547     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_Stream_Buffer.h" />\r
548     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_TCP_IP.h" />\r
549     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_TCP_WIN.h" />\r
550     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_UDP_IP.h" />\r
551     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\IPTraceMacroDefaults.h" />\r
552     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\NetworkBufferManagement.h" />\r
553     <ClInclude Include="..\..\..\..\Source\FreeRTOS-Plus-TCP\include\NetworkInterface.h" />\r
554     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\aes.h" />\r
555     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\aesni.h" />\r
556     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\arc4.h" />\r
557     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\aria.h" />\r
558     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\asn1.h" />\r
559     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\asn1write.h" />\r
560     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\base64.h" />\r
561     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\bignum.h" />\r
562     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\blowfish.h" />\r
563     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\bn_mul.h" />\r
564     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\camellia.h" />\r
565     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ccm.h" />\r
566     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\certs.h" />\r
567     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\chacha20.h" />\r
568     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\chachapoly.h" />\r
569     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\check_config.h" />\r
570     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\cipher.h" />\r
571     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\cipher_internal.h" />\r
572     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\cmac.h" />\r
573     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\compat-1.3.h" />\r
574     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\config.h" />\r
575     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ctr_drbg.h" />\r
576     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\debug.h" />\r
577     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\des.h" />\r
578     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\dhm.h" />\r
579     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecdh.h" />\r
580     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecdsa.h" />\r
581     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecjpake.h" />\r
582     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecp.h" />\r
583     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ecp_internal.h" />\r
584     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\entropy.h" />\r
585     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\entropy_poll.h" />\r
586     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\error.h" />\r
587     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\gcm.h" />\r
588     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\havege.h" />\r
589     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\hkdf.h" />\r
590     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\hmac_drbg.h" />\r
591     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md.h" />\r
592     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md2.h" />\r
593     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md4.h" />\r
594     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md5.h" />\r
595     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\md_internal.h" />\r
596     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\memory_buffer_alloc.h" />\r
597     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\net.h" />\r
598     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\net_sockets.h" />\r
599     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\nist_kw.h" />\r
600     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\oid.h" />\r
601     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\padlock.h" />\r
602     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pem.h" />\r
603     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pk.h" />\r
604     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pkcs11.h" />\r
605     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pkcs12.h" />\r
606     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pkcs5.h" />\r
607     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\pk_internal.h" />\r
608     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\platform.h" />\r
609     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\platform_time.h" />\r
610     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\platform_util.h" />\r
611     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\poly1305.h" />\r
612     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\psa_util.h" />\r
613     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ripemd160.h" />\r
614     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\rsa.h" />\r
615     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\rsa_internal.h" />\r
616     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\sha1.h" />\r
617     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\sha256.h" />\r
618     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\sha512.h" />\r
619     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl.h" />\r
620     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_cache.h" />\r
621     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_ciphersuites.h" />\r
622     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_cookie.h" />\r
623     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_internal.h" />\r
624     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\ssl_ticket.h" />\r
625     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\threading.h" />\r
626     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\timing.h" />\r
627     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\version.h" />\r
628     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509.h" />\r
629     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509_crl.h" />\r
630     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509_crt.h" />\r
631     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\x509_csr.h" />\r
632     <ClInclude Include="..\..\..\..\Source\mbedtls\include\mbedtls\xtea.h" />\r
633     <ClInclude Include="..\..\include\aws_iot_demo_profile.h" />\r
634     <ClInclude Include="..\..\include\aws_iot_setup_check.h" />\r
635     <ClInclude Include="demo_config.h" />\r
636     <ClInclude Include="FreeRTOSConfig.h" />\r
637     <ClInclude Include="FreeRTOSIPConfig.h" />\r
638     <ClInclude Include="iot_config.h" />\r
639     <ClInclude Include="mbedtls_config.h" />\r
640   </ItemGroup>\r
641   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
642   <ImportGroup Label="ExtensionTargets">\r
643   </ImportGroup>\r
644 </Project>\r