<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>15.0</VCProjectVersion> <ProjectGuid>{B001D13E-7EAB-4689-842D-801E5ACFFAC5}</ProjectGuid> <RootNamespace>UpdaterCommon</RootNamespace> <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> <UseDebugLibraries>true</UseDebugLibraries> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> <UseDebugLibraries>false</UseDebugLibraries> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\..\VSProps\Base.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup /> <ItemGroup> <ProjectReference Include="..\Common\Common.vcxproj"> <Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project> </ProjectReference> <ProjectReference Include="..\..\..\Externals\curl\curl.vcxproj"> <Project>{bb00605c-125f-4a21-b33b-7bf418322dcb}</Project> </ProjectReference> <ProjectReference Include="..\..\..\externals\ed25519\ed25519.vcxproj"> <Project>{5bdf4b91-1491-4fb0-bc27-78e9a8e97dc3}</Project> </ProjectReference> <ProjectReference Include="..\..\..\Externals\mbedtls\mbedTLS.vcxproj"> <Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project> </ProjectReference> <ProjectReference Include="..\..\..\Externals\zlib\zlib.vcxproj"> <Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project> </ProjectReference> <ProjectReference Include="..\..\..\Externals\cpp-optparse\cpp-optparse.vcxproj"> <Project>{c636d9d1-82fe-42b5-9987-63b7d4836341}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <ClCompile Include="UpdaterCommon.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>