winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5a0d8aa0bc1197f656a5c315427a6bd061fdf8c5
parent 2306d08b6f2ed2b6d23a3442258e1f2067c13b37
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Thu,  8 Aug 2024 11:55:17 -0700

Add missing solution dependency (#4717)

## Change
Add a project dependency in the solution for
`Microsoft.Management.Deployment.OutOfProc` on `WinGetServer`.
Diffstat:
Msrc/AppInstallerCLI.sln | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/AppInstallerCLI.sln b/src/AppInstallerCLI.sln @@ -208,6 +208,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VcpkgCustomTriplets", "Vcpk EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.Management.Deployment.OutOfProc", "Microsoft.Management.Deployment.OutOfProc\Microsoft.Management.Deployment.OutOfProc.vcxproj", "{0BA531C8-CF0C-405B-8221-0FE51BA529D1}" + ProjectSection(ProjectDependencies) = postProject + {2B00D362-AC92-41F3-A8D2-5B1599BDCA01} = {2B00D362-AC92-41F3-A8D2-5B1599BDCA01} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution