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>{382dc80f-e278-4bc9-9db6-59014486da0f}</ProjectGuid> 17 <RootNamespace>CorePKCS11_Demos</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>Application</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>Application</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 Label="Vcpkg"> 46 <VcpkgEnabled>false</VcpkgEnabled> 47 </PropertyGroup> 48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 49 <ClCompile> 50 <WarningLevel>Level3</WarningLevel> 51 <SDLCheck>true</SDLCheck> 52 <PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config_v3.5.1.h";_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 53 <ConformanceMode>true</ConformanceMode> 54 <AdditionalIncludeDirectories>.;examples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 55 </ClCompile> 56 <Link> 57 <SubSystem>Console</SubSystem> 58 <GenerateDebugInformation>true</GenerateDebugInformation> 59 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 60 </Link> 61 </ItemDefinitionGroup> 62 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_with_Libslirp|Win32'"> 63 <ClCompile> 64 <WarningLevel>Level3</WarningLevel> 65 <SDLCheck>true</SDLCheck> 66 <PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config_v3.5.1.h";_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 67 <ConformanceMode>true</ConformanceMode> 68 <AdditionalIncludeDirectories>.;examples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 69 </ClCompile> 70 <Link> 71 <SubSystem>Console</SubSystem> 72 <GenerateDebugInformation>true</GenerateDebugInformation> 73 <AdditionalDependencies>Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> 74 </Link> 75 <PostBuildEvent> 76 <Command>xcopy /y /d "..\..\ThirdParty\glib\build\glib\glib-2.0-0.dll" "$(OutDir)" 77xcopy /y /d "..\..\ThirdParty\glib\build\subprojects\proxy-libintl\intl-8.dll" "$(OutDir)" 78xcopy /y /d "..\..\ThirdParty\glib\build\subprojects\pcre2-10.42\pcre2-8-0.dll" "$(OutDir)"</Command> 79 </PostBuildEvent> 80 </ItemDefinitionGroup> 81 <ItemGroup> 82 <ProjectReference Include="..\..\VisualStudio_StaticProjects\corePKCS11\corePKCS11.vcxproj"> 83 <Project>{19f0ff1a-3368-491a-9932-a2f089508f51}</Project> 84 </ProjectReference> 85 <ProjectReference Include="..\..\VisualStudio_StaticProjects\FreeRTOS+TCP\FreeRTOS+TCP.vcxproj"> 86 <Project>{c90e6cc5-818b-4c97-8876-0986d989387c}</Project> 87 <Private>false</Private> 88 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 89 </ProjectReference> 90 <ProjectReference Include="..\..\VisualStudio_StaticProjects\FreeRTOS-Kernel\FreeRTOS-Kernel.vcxproj"> 91 <Project>{72c209c4-49a4-4942-a201-44706c9d77ec}</Project> 92 <Private>false</Private> 93 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 94 </ProjectReference> 95 <ProjectReference Include="..\..\VisualStudio_StaticProjects\Logging\Logging.vcxproj"> 96 <Project>{be362ac0-b10b-4276-b84e-6304652ba228}</Project> 97 <Private>false</Private> 98 </ProjectReference> 99 <ProjectReference Include="..\..\VisualStudio_StaticProjects\MbedTLS\MbedTLS.vcxproj"> 100 <Project>{e1016f3e-94e9-4864-9fd8-1d7c1fefbfd7}</Project> 101 </ProjectReference> 102 </ItemGroup> 103 <ItemGroup> 104 <ClCompile Include="examples\demo_helpers.c" /> 105 <ClCompile Include="examples\management_and_rng.c" /> 106 <ClCompile Include="examples\mechanisms_and_digests.c" /> 107 <ClCompile Include="examples\objects.c" /> 108 <ClCompile Include="examples\sign_and_verify.c" /> 109 <ClCompile Include="main.c" /> 110 </ItemGroup> 111 <ItemGroup> 112 <ClInclude Include="examples\demo_helpers.h" /> 113 <ClInclude Include="examples\pkcs11_demos.h" /> 114 <ClInclude Include="pkcs11_demo_config.h" /> 115 </ItemGroup> 116 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 117 <ImportGroup Label="ExtensionTargets"> 118 </ImportGroup> 119</Project>