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>{19f0ff1a-3368-491a-9932-a2f089508f51}</ProjectGuid> 17 <RootNamespace>corePKCS11</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\corePKCS11\source\include;..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils;..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\published\2-40-errata-1;.\</PublicIncludeDirectories> 47 <AllProjectIncludesArePublic>true</AllProjectIncludesArePublic> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_with_Libslirp|Win32'"> 50 <PublicIncludeDirectories>..\..\Source\corePKCS11\source\include;..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils;..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\published\2-40-errata-1;.\</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;MBEDTLS_CONFIG_FILE="mbedtls_config_v3.5.1.h";_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 58 <ConformanceMode>true</ConformanceMode> 59 <AdditionalIncludeDirectories>..\..\Source\corePKCS11\source\include;..\..\Source\corePKCS11\source\portable\os;..\..\Source\corePKCS11\source\portable\os\freertos_winsim;..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils;..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\published\2-40-errata-1;.\;%(AdditionalIncludeDirectories)</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>MBEDTLS_CONFIG_FILE="mbedtls_config_v3.5.1.h";WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 72 <ConformanceMode>true</ConformanceMode> 73 <AdditionalIncludeDirectories>..\..\Source\corePKCS11\source\include;..\..\Source\corePKCS11\source\portable\os;..\..\Source\corePKCS11\source\portable\os\freertos_winsim;..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils;..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\published\2-40-errata-1;.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 74 <MultiProcessorCompilation>true</MultiProcessorCompilation> 75 </ClCompile> 76 <Link> 77 <SubSystem>Console</SubSystem> 78 <GenerateDebugInformation>true</GenerateDebugInformation> 79 </Link> 80 </ItemDefinitionGroup> 81 <ItemGroup> 82 <ProjectReference Include="..\FreeRTOS-Kernel\FreeRTOS-Kernel.vcxproj"> 83 <Project>{72c209c4-49a4-4942-a201-44706c9d77ec}</Project> 84 </ProjectReference> 85 <ProjectReference Include="..\Logging\Logging.vcxproj"> 86 <Project>{be362ac0-b10b-4276-b84e-6304652ba228}</Project> 87 </ProjectReference> 88 <ProjectReference Include="..\MbedTLS\MbedTLS.vcxproj"> 89 <Project>{e1016f3e-94e9-4864-9fd8-1d7c1fefbfd7}</Project> 90 </ProjectReference> 91 </ItemGroup> 92 <ItemGroup> 93 <ClCompile Include="..\..\Source\corePKCS11\source\core_pkcs11.c" /> 94 <ClCompile Include="..\..\Source\corePKCS11\source\core_pki_utils.c" /> 95 <ClCompile Include="..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils\mbedtls_utils.c" /> 96 <ClCompile Include="..\..\Source\corePKCS11\source\portable\mbedtls\core_pkcs11_mbedtls.c" /> 97 <ClCompile Include="..\..\Source\corePKCS11\source\portable\os\core_pkcs11_pal_utils.c" /> 98 <ClCompile Include="..\..\Source\corePKCS11\source\portable\os\freertos_winsim\core_pkcs11_pal.c" /> 99 </ItemGroup> 100 <ItemGroup> 101 <ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils\mbedtls_utils.h" /> 102 <ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\pkcs11.h" /> 103 <ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\pkcs11f.h" /> 104 <ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\pkcs11t.h" /> 105 <ClInclude Include="..\..\Source\corePKCS11\source\include\core_pkcs11.h" /> 106 <ClInclude Include="..\..\Source\corePKCS11\source\include\core_pkcs11_config_defaults.h" /> 107 <ClInclude Include="..\..\Source\corePKCS11\source\include\core_pkcs11_pal.h" /> 108 <ClInclude Include="..\..\Source\corePKCS11\source\include\core_pki_utils.h" /> 109 <ClInclude Include="..\..\Source\corePKCS11\source\portable\os\core_pkcs11_pal_utils.h" /> 110 <ClInclude Include="core_pkcs11_config.h" /> 111 </ItemGroup> 112 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 113 <ImportGroup Label="ExtensionTargets"> 114 </ImportGroup> 115</Project>