1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 </ItemGroup> 9 <PropertyGroup Label="Globals"> 10 <VCProjectVersion>16.0</VCProjectVersion> 11 <Keyword>Win32Proj</Keyword> 12 <ProjectGuid>{382dc80f-e278-4bc9-9db6-59014486da0f}</ProjectGuid> 13 <RootNamespace>coreSNTP_Demo</RootNamespace> 14 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 15 </PropertyGroup> 16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 18 <ConfigurationType>Application</ConfigurationType> 19 <UseDebugLibraries>true</UseDebugLibraries> 20 <PlatformToolset>v142</PlatformToolset> 21 <CharacterSet>Unicode</CharacterSet> 22 </PropertyGroup> 23 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 24 <ImportGroup Label="ExtensionSettings"> 25 </ImportGroup> 26 <ImportGroup Label="Shared"> 27 </ImportGroup> 28 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 30 </ImportGroup> 31 <PropertyGroup Label="UserMacros" /> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 33 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.;..\..\Source\Application-Protocols\network_transport\sockets_wrapper\freertos_plus_tcp;..\..\Source\Application-Protocols\network_transport;..\..\Source\Utilities\backoff_algorithm\source\include;..\..\Source\Application-Protocols\coreSNTP\source\include;$(IncludePath)</IncludePath> 34 </PropertyGroup> 35 <PropertyGroup Label="Vcpkg"> 36 <VcpkgEnabled>false</VcpkgEnabled> 37 </PropertyGroup> 38 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 39 <ClCompile> 40 <WarningLevel>Level3</WarningLevel> 41 <SDLCheck>true</SDLCheck> 42 <PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config_v3.5.1.h";_CRT_SECURE_NO_WARNINGS;WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 43 <ConformanceMode>true</ConformanceMode> 44 <AdditionalIncludeDirectories> 45 </AdditionalIncludeDirectories> 46 <MultiProcessorCompilation>false</MultiProcessorCompilation> 47 </ClCompile> 48 <Link> 49 <SubSystem>Console</SubSystem> 50 <GenerateDebugInformation>true</GenerateDebugInformation> 51 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 52 </Link> 53 </ItemDefinitionGroup> 54 <ItemGroup> 55 <ClCompile Include="..\..\Source\Application-Protocols\coreSNTP\source\core_sntp_client.c" /> 56 <ClCompile Include="..\..\Source\Application-Protocols\coreSNTP\source\core_sntp_serializer.c" /> 57 <ClCompile Include="..\..\Source\Utilities\backoff_algorithm\source\backoff_algorithm.c" /> 58 <ClCompile Include="main.c" /> 59 <ClCompile Include="SampleAppTask.c" /> 60 <ClCompile Include="SNTPClientTask.c" /> 61 </ItemGroup> 62 <ItemGroup> 63 <ClInclude Include="..\..\Source\Application-Protocols\coreSNTP\source\include\core_sntp_client.h" /> 64 <ClInclude Include="..\..\Source\Application-Protocols\coreSNTP\source\include\core_sntp_config_defaults.h" /> 65 <ClInclude Include="..\..\Source\Application-Protocols\coreSNTP\source\include\core_sntp_serializer.h" /> 66 <ClInclude Include="..\..\Source\Utilities\backoff_algorithm\source\include\backoff_algorithm.h" /> 67 <ClInclude Include="common_demo_include.h" /> 68 <ClInclude Include="core_sntp_config.h" /> 69 <ClInclude Include="demo_config.h" /> 70 </ItemGroup> 71 <ItemGroup> 72 <ProjectReference Include="..\..\VisualStudio_StaticProjects\corePKCS11\corePKCS11.vcxproj"> 73 <Project>{19f0ff1a-3368-491a-9932-a2f089508f51}</Project> 74 </ProjectReference> 75 <ProjectReference Include="..\..\VisualStudio_StaticProjects\FreeRTOS+TCP\FreeRTOS+TCP.vcxproj"> 76 <Project>{c90e6cc5-818b-4c97-8876-0986d989387c}</Project> 77 <Private>false</Private> 78 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 79 </ProjectReference> 80 <ProjectReference Include="..\..\VisualStudio_StaticProjects\FreeRTOS-Kernel\FreeRTOS-Kernel.vcxproj"> 81 <Project>{72c209c4-49a4-4942-a201-44706c9d77ec}</Project> 82 <Private>false</Private> 83 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 84 </ProjectReference> 85 <ProjectReference Include="..\..\VisualStudio_StaticProjects\Logging\Logging.vcxproj"> 86 <Project>{be362ac0-b10b-4276-b84e-6304652ba228}</Project> 87 <Private>false</Private> 88 </ProjectReference> 89 <ProjectReference Include="..\..\VisualStudio_StaticProjects\MbedTLS\MbedTLS.vcxproj"> 90 <Project>{e1016f3e-94e9-4864-9fd8-1d7c1fefbfd7}</Project> 91 </ProjectReference> 92 </ItemGroup> 93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 94 <ImportGroup Label="ExtensionTargets"> 95 </ImportGroup> 96</Project>