We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93557de commit 5c14649Copy full SHA for 5c14649
src/vcpkg.props
@@ -58,7 +58,7 @@
58
When building the .sln, we will write a file to indicate which triplet should be used in all projects.
59
Each project will later read this file to verify that it is using the same triplet. -->
60
<_IsBuildingSln>$(MSBuildProjectName.EndsWith('.sln'))</_IsBuildingSln>
61
- <_TripletFile>$(VcpkgInstalledDir).solutiontriplet</_TripletFile>
+ <_TripletFile>$(VcpkgInstalledDir).solution-triplet</_TripletFile>
62
</PropertyGroup>
63
64
<Target Name="WriteSolutionTripletToFile"
0 commit comments