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_with_Libslirp|Win32"> 5 <Configuration>Debug_with_Libslirp</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|Win32"> 9 <Configuration>Debug</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <VCProjectVersion>16.0</VCProjectVersion> 15 <Keyword>Win32Proj</Keyword> 16 <ProjectGuid>{be362ac0-b10b-4276-b84e-6304652ba228}</ProjectGuid> 17 <RootNamespace>Logging</RootNamespace> 18 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 19 </PropertyGroup> 20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 22 <ConfigurationType>StaticLibrary</ConfigurationType> 23 <UseDebugLibraries>true</UseDebugLibraries> 24 <PlatformToolset>v142</PlatformToolset> 25 <CharacterSet>Unicode</CharacterSet> 26 </PropertyGroup> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_with_Libslirp|Win32'" Label="Configuration"> 28 <ConfigurationType>StaticLibrary</ConfigurationType> 29 <UseDebugLibraries>true</UseDebugLibraries> 30 <PlatformToolset>v142</PlatformToolset> 31 <CharacterSet>Unicode</CharacterSet> 32 </PropertyGroup> 33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 34 <ImportGroup Label="ExtensionSettings"> 35 </ImportGroup> 36 <ImportGroup Label="Shared"> 37 </ImportGroup> 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40 </ImportGroup> 41 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_with_Libslirp|Win32'" Label="PropertySheets"> 42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 43 </ImportGroup> 44 <PropertyGroup Label="UserMacros" /> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 46 <PublicIncludeDirectories>..\..\Source\Utilities\logging;$(PublicIncludeDirectories)</PublicIncludeDirectories> 47 <AllProjectIncludesArePublic>true</AllProjectIncludesArePublic> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_with_Libslirp|Win32'"> 50 <PublicIncludeDirectories>..\..\Source\Utilities\logging;$(PublicIncludeDirectories)</PublicIncludeDirectories> 51 <AllProjectIncludesArePublic>true</AllProjectIncludesArePublic> 52 </PropertyGroup> 53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 54 <ClCompile> 55 <WarningLevel>Level3</WarningLevel> 56 <SDLCheck>true</SDLCheck> 57 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 58 <ConformanceMode>true</ConformanceMode> 59 <AdditionalIncludeDirectories>$(PublicIncludeDirectories)</AdditionalIncludeDirectories> 60 <MultiProcessorCompilation>true</MultiProcessorCompilation> 61 </ClCompile> 62 <Link> 63 <SubSystem>Console</SubSystem> 64 <GenerateDebugInformation>true</GenerateDebugInformation> 65 </Link> 66 </ItemDefinitionGroup> 67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_with_Libslirp|Win32'"> 68 <ClCompile> 69 <WarningLevel>Level3</WarningLevel> 70 <SDLCheck>true</SDLCheck> 71 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 72 <ConformanceMode>true</ConformanceMode> 73 <AdditionalIncludeDirectories>$(PublicIncludeDirectories)</AdditionalIncludeDirectories> 74 <MultiProcessorCompilation>true</MultiProcessorCompilation> 75 </ClCompile> 76 <Link> 77 <SubSystem>Console</SubSystem> 78 <GenerateDebugInformation>true</GenerateDebugInformation> 79 </Link> 80 </ItemDefinitionGroup> 81 <ItemGroup> 82 <ClInclude Include="..\..\Source\Utilities\logging\logging.h" /> 83 <ClInclude Include="..\..\Source\Utilities\logging\logging_levels.h" /> 84 <ClInclude Include="..\..\Source\Utilities\logging\logging_stack.h" /> 85 </ItemGroup> 86 <ItemGroup> 87 <ClCompile Include="..\..\Demo\Common\Logging\windows\Logging_WinSim.c" /> 88 </ItemGroup> 89 <ItemGroup> 90 <ProjectReference Include="..\FreeRTOS+TCP\FreeRTOS+TCP.vcxproj"> 91 <Project>{c90e6cc5-818b-4c97-8876-0986d989387c}</Project> 92 <Private>false</Private> 93 <LinkLibraryDependencies>false</LinkLibraryDependencies> 94 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 95 </ProjectReference> 96 <ProjectReference Include="..\FreeRTOS-Kernel\FreeRTOS-Kernel.vcxproj"> 97 <Project>{72c209c4-49a4-4942-a201-44706c9d77ec}</Project> 98 <Private>false</Private> 99 <LinkLibraryDependencies>false</LinkLibraryDependencies> 100 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 101 </ProjectReference> 102 </ItemGroup> 103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 104 <ImportGroup Label="ExtensionTargets"> 105 </ImportGroup> 106</Project>