]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/scripts/buildsystems/msbuild/vcpkg.props
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / scripts / buildsystems / msbuild / vcpkg.props
CommitLineData
1e59de90
TL
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2 <!-- Do not define derived properties here. This file may be imported once and some of the properties below may be overridden afterwards -->\r
3\r
4 <!-- Set default OS Target-->\r
5 <PropertyGroup Condition="'$(VcpkgOSTarget)' == ''">\r
6 <VcpkgOSTarget>windows</VcpkgOSTarget>\r
7 <VcpkgOSTarget Condition="'$(AppContainerApplication)' == 'true'">uwp</VcpkgOSTarget>\r
8 </PropertyGroup>\r
9\r
10 <!-- Set default Platform Target. $(PlatformTarget) is not available at the top of the .vcxproj file. -->\r
11 <PropertyGroup Condition="'$(VcpkgPlatformTarget)' == ''">\r
12 <VcpkgPlatformTarget>$(Platform)</VcpkgPlatformTarget>\r
13 <VcpkgPlatformTarget Condition="'$(Platform)' == 'Win32'">x86</VcpkgPlatformTarget>\r
14 </PropertyGroup>\r
15\r
16 <PropertyGroup>\r
17 <VcpkgPropsImported>true</VcpkgPropsImported>\r
18 <VcpkgEnabled Condition="'$(VcpkgEnabled)' == ''">true</VcpkgEnabled>\r
19 <VcpkgConfiguration Condition="'$(VcpkgConfiguration)' == ''">$(Configuration)</VcpkgConfiguration>\r
20 <VcpkgUseStatic Condition="'$(VcpkgUseStatic)' == ''">false</VcpkgUseStatic>\r
21 <VcpkgRoot Condition="'$(VcpkgRoot)' == ''">$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), '..\..\..'))</VcpkgRoot>\r
22\r
23 <VcpkgAutoLink Condition="'$(VcpkgAutoLink)' == ''">true</VcpkgAutoLink>\r
24 <!-- Deactivate Autolinking if lld is used as a linker. (Until a better way to solve the problem is found!).\r
25 Tried to add /lib as a parameter to the linker call but was unable to find a way to pass it as the first parameter. -->\r
26 <VcpkgAutoLink Condition="'$(UseLldLink)' == 'true'">false</VcpkgAutoLink>\r
27\r
28 <!-- Manifest files -->\r
29 <VcpkgEnableManifest Condition="'$(VcpkgEnableManifest)' == ''">false</VcpkgEnableManifest>\r
30 <VcpkgManifestInstall Condition="'$(VcpkgManifestInstall)' == ''">true</VcpkgManifestInstall>\r
31 <VcpkgManifestRoot Condition="'$(VcpkgManifestRoot)' == ''">$([MSbuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), vcpkg.json))</VcpkgManifestRoot>\r
32 </PropertyGroup>\r
33\r
34</Project>\r