File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 93
93
</PropertyGroup >
94
94
<PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Nightly|Win32'" >
95
95
<VcpkgConfiguration >Release</VcpkgConfiguration >
96
+ <VcpkgUseStatic >true</VcpkgUseStatic >
96
97
</PropertyGroup >
97
98
<PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Nightly|x64'" >
98
99
<VcpkgConfiguration >Release</VcpkgConfiguration >
100
+ <VcpkgUseStatic >true</VcpkgUseStatic >
101
+ </PropertyGroup >
102
+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
103
+ <VcpkgUseStatic >true</VcpkgUseStatic >
104
+ </PropertyGroup >
105
+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
106
+ <VcpkgUseStatic >true</VcpkgUseStatic >
99
107
</PropertyGroup >
100
108
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
101
109
<ClCompile >
You can’t perform that action at this time.
0 commit comments