winget-cli

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

commit eeaca6586eeb4a58ca081e14f0a1c7aeea9ecdb1
parent fe8ac77f4dc38385bad0e6117cfa5dc8a86bab82
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Wed, 11 Aug 2021 12:48:29 -0700

Fix bad merge in filters file (#1359)


Diffstat:
Msrc/AppInstallerCLICore/AppInstallerCLICore.vcxproj.filters | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/AppInstallerCLICore/AppInstallerCLICore.vcxproj.filters b/src/AppInstallerCLICore/AppInstallerCLICore.vcxproj.filters @@ -157,6 +157,7 @@ </ClInclude> <ClInclude Include="Workflows\DependenciesFlow.h"> <Filter>Workflows</Filter> + </ClInclude> <ClInclude Include="Commands\COMInstallCommand.h"> <Filter>Commands</Filter> </ClInclude> @@ -284,6 +285,7 @@ </ClCompile> <ClCompile Include="Workflows\DependenciesFlow.cpp"> <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="Commands\COMInstallCommand.cpp"> <Filter>Commands</Filter> </ClCompile>