From d34e0698f0d9f3d237d6bbde0f0bcc6f764aee7d Mon Sep 17 00:00:00 2001 From: Nick Randolph Date: Tue, 13 Jun 2023 16:13:47 +1000 Subject: [PATCH] chore: Adding missing windows files --- .../PublishProfiles/win10-arm64.pubxml | 20 +++++++++++++++++++ .../PublishProfiles/win10-x64.pubxml | 20 +++++++++++++++++++ .../PublishProfiles/win10-x86.pubxml | 20 +++++++++++++++++++ .../Properties/launchSettings.json | 7 +++++++ 4 files changed, 67 insertions(+) create mode 100644 samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-arm64.pubxml create mode 100644 samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x64.pubxml create mode 100644 samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x86.pubxml create mode 100644 samples/MauiEmbedding/MauiEmbedding.Windows/Properties/launchSettings.json diff --git a/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-arm64.pubxml b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-arm64.pubxml new file mode 100644 index 0000000000..a132e44c64 --- /dev/null +++ b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-arm64.pubxml @@ -0,0 +1,20 @@ + + + + + FileSystem + arm64 + win10-arm64 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + False + True + + + \ No newline at end of file diff --git a/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x64.pubxml b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x64.pubxml new file mode 100644 index 0000000000..26ea7e55c1 --- /dev/null +++ b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x64.pubxml @@ -0,0 +1,20 @@ + + + + + FileSystem + x64 + win10-x64 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + False + True + + + \ No newline at end of file diff --git a/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x86.pubxml b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x86.pubxml new file mode 100644 index 0000000000..34d14d4d4a --- /dev/null +++ b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/PublishProfiles/win10-x86.pubxml @@ -0,0 +1,20 @@ + + + + + FileSystem + x86 + win10-x86 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + False + True + + + \ No newline at end of file diff --git a/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/launchSettings.json b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/launchSettings.json new file mode 100644 index 0000000000..f714d39559 --- /dev/null +++ b/samples/MauiEmbedding/MauiEmbedding.Windows/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "MauiEmbedding.Windows (Package)": { + "commandName": "MsixPackage" + } + } +}