[Installer]Self-contained WinAppSDK & VC Redist using hardlinks (#19992)

* [POC] WinAppSDK dlls symlinks

* Update expect.txt

* Remove dll

* Use hard links

* WIP vcredist self-contained

* Cleanup

* Error check

* Revert version change
This commit is contained in:
Stefan Markovic
2022-09-27 19:04:04 +02:00
committed by GitHub
parent 63cc35c8ce
commit 665851300d
6 changed files with 337 additions and 43 deletions

View File

@@ -51,6 +51,9 @@
<TargetName>PowerToys.Interop</TargetName>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup>
<CopyCppRuntimeToOutputDir>true</CopyCppRuntimeToOutputDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
<ClCompile>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>