Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
525 changes: 0 additions & 525 deletions platforms/Windows/sdk-amd64.wxs

This file was deleted.

525 changes: 0 additions & 525 deletions platforms/Windows/sdk-arm64.wxs

This file was deleted.

517 changes: 0 additions & 517 deletions platforms/Windows/sdk-x86.wxs

This file was deleted.

4 changes: 2 additions & 2 deletions platforms/Windows/sdk.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Import Project="WiXCodeSigning.targets" />

<PropertyGroup>
<DefineConstants>ProductVersion=$(ProductVersion);PLATFORM_ROOT=$(PLATFORM_ROOT);SDK_ROOT=$(SDK_ROOT);SwiftShimsPath=$(SDK_ROOT)\usr\lib\swift\shims;</DefineConstants>
<DefineConstants>ProductArchitecture=$(ProductArchitecture);ProductVersion=$(ProductVersion);PLATFORM_ROOT=$(PLATFORM_ROOT);SDK_ROOT=$(SDK_ROOT);SwiftShimsPath=$(SDK_ROOT)\usr\lib\swift\shims;</DefineConstants>
<HarvestDirectoryAutogenerateGuids>false</HarvestDirectoryAutogenerateGuids>
<HarvestDirectoryGenerateGuidsNow>true</HarvestDirectoryGenerateGuidsNow>
<HarvestDirectoryNoLogo>true</HarvestDirectoryNoLogo>
Expand All @@ -40,6 +40,6 @@
<DirectoryRefId>WindowsSDK_usr_lib_swift_shims</DirectoryRefId>
<PreprocessorVariable>var.SwiftShimsPath</PreprocessorVariable>
</HarvestDirectory>
<Compile Include="sdk-$(ProductArchitecture).wxs" />
<Compile Include="sdk.wxs" />
</ItemGroup>
</Project>
Loading