Skip to content

Commit

Permalink
Add workflow action to generate GUIX Studio MSIX package file. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms authored Dec 11, 2023
1 parent 7561c15 commit f37db7a
Show file tree
Hide file tree
Showing 71 changed files with 391 additions and 4 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/studio_msix_package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This is a basic workflow that is manually triggered

name: GUIX Studio MSIX Package

# Controls when the action will run.
on:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "linux_job"
generate_msix_upload_file:
permissions:
contents: read
issues: read
checks: write
pull-requests: write

# The type of runner that the job will run on
runs-on: windows-2019

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
submodules: true

- name: Generate GUIX Studio package upload file
run: scripts/build_guix_studio_msix_package.cmd

- name: Upload GUIX Studio package upload file
uses: actions/[email protected]
with:
name: GUIXStudioPackages
path: guix_studio/build/vs_2019/msix_package_project/AppPackages


4 changes: 2 additions & 2 deletions guix_studio/build/vs_2019/guix_for_studiox.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -973,9 +973,9 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8"?>

<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">

<Identity
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="6.3.1.0" Name="Microsoft.AzureRTOSGUIXStudio"/>

<Properties>
<DisplayName>Azure RTOS GUIX Studio</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.27323.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
</Dependencies>

<Resources>
<Resource Language="x-generate"/>
</Resources>

<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="GUIX Studio"
Description="GUIX Studio"
BackgroundColor="transparent"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Images\SplashScreen.png" />
<uap:InitialRotationPreference>
<uap:Rotation Preference="landscape"/></uap:InitialRotationPreference>
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badge"/>
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.fileTypeAssociation">
<uap:FileTypeAssociation Name="guix-studio">
<uap:SupportedFileTypes>
<uap:FileType>.gxp</uap:FileType>
</uap:SupportedFileTypes>
<uap:DisplayName>GUIX Studio Project</uap:DisplayName>
<uap:Logo>Images\GUIX-icon-8-20-2020.png</uap:Logo>
<uap:EditFlags OpenIsSafe="true"/>
</uap:FileTypeAssociation>
</uap:Extension>
<uap3:Extension Category="windows.appExecutionAlias" Executable="studiox\guix_studio.exe" EntryPoint="Windows.FullTrustApplication">
<uap3:AppExecutionAlias>
<desktop:ExecutionAlias Alias="guix_studio.exe" />
</uap3:AppExecutionAlias>
</uap3:Extension>
</Extensions>
</Application>
</Applications>

<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
7 changes: 7 additions & 0 deletions guix_studio/build/vs_2019/msix_package_project/Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The app packaging project can be used to generate the required app package upload file (.msixupload or .appxupload) for Windows Store Submission.

To generate the GUIX Studio package upload file, run "build_guix_studio_msix_package.cmd" from "scripts" folder.

Additional Resources:
For more in-depth information on packaging UWP apps for Windows Store Submission, refer to Microsoft's official documentation at:
https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix_for_studiox", "..\guix_for_studiox.vcxproj", "{552478F2-F265-4837-88A2-493C6870D1FD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guix_studio", "..\studiox.vcxproj", "{F9B98616-F72A-49BB-AB6A-315CD8350F9A}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "msix_package_project", "msix_package_project.wapproj", "{9614E8C3-24F4-4934-92E8-DB9D550558E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{552478F2-F265-4837-88A2-493C6870D1FD}.Debug|Any CPU.ActiveCfg = Debug|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Debug|ARM.ActiveCfg = Debug|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Debug|ARM64.ActiveCfg = Debug|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Debug|x64.ActiveCfg = Debug|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Debug|x86.ActiveCfg = Debug|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Debug|x86.Build.0 = Debug|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Release|Any CPU.ActiveCfg = Release|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Release|ARM.ActiveCfg = Release|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Release|ARM64.ActiveCfg = Release|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Release|x64.ActiveCfg = Release|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Release|x86.ActiveCfg = Release|Win32
{552478F2-F265-4837-88A2-493C6870D1FD}.Release|x86.Build.0 = Release|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Debug|Any CPU.ActiveCfg = Debug|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Debug|ARM.ActiveCfg = Debug|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Debug|ARM64.ActiveCfg = Debug|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Debug|x64.ActiveCfg = Debug|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Debug|x86.ActiveCfg = Debug|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Debug|x86.Build.0 = Debug|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Release|Any CPU.ActiveCfg = Release|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Release|ARM.ActiveCfg = Release|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Release|ARM64.ActiveCfg = Release|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Release|x64.ActiveCfg = Release|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Release|x86.ActiveCfg = Release|Win32
{F9B98616-F72A-49BB-AB6A-315CD8350F9A}.Release|x86.Build.0 = Release|Win32
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|ARM.ActiveCfg = Debug|ARM
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|ARM.Build.0 = Debug|ARM
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|ARM.Deploy.0 = Debug|ARM
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|ARM64.ActiveCfg = Debug|ARM64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|ARM64.Build.0 = Debug|ARM64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|ARM64.Deploy.0 = Debug|ARM64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|x64.ActiveCfg = Debug|x64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|x64.Build.0 = Debug|x64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|x64.Deploy.0 = Debug|x64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|x86.ActiveCfg = Debug|x86
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|x86.Build.0 = Debug|x86
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Debug|x86.Deploy.0 = Debug|x86
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|Any CPU.Build.0 = Release|Any CPU
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|Any CPU.Deploy.0 = Release|Any CPU
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|ARM.ActiveCfg = Release|ARM
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|ARM.Build.0 = Release|ARM
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|ARM.Deploy.0 = Release|ARM
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|ARM64.ActiveCfg = Release|ARM64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|ARM64.Build.0 = Release|ARM64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|ARM64.Deploy.0 = Release|ARM64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|x64.ActiveCfg = Release|x64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|x64.Build.0 = Release|x64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|x64.Deploy.0 = Release|x64
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|x86.ActiveCfg = Release|x86
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|x86.Build.0 = Release|x86
{9614E8C3-24F4-4934-92E8-DB9D550558E5}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAA1C7E3-DB0B-44B9-847F-A4EFCC2ADE2E}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
<VisualStudioVersion>15.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>9614e8c3-24f4-4934-92e8-db9d550558e5</ProjectGuid>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\studiox.vcxproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
<AppInstallerUri>https://aka.ms/azrtos-guix-installer</AppInstallerUri>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>98CF25D012D60A8674781D3A4CFF9DE409ACCF63</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Content Include="..\Release\guix_studio.pdb">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\BadgeLogo.scale-100.png" />
<Content Include="Images\BadgeLogo.scale-125.png" />
<Content Include="Images\BadgeLogo.scale-150.png" />
<Content Include="Images\BadgeLogo.scale-200.png" />
<Content Include="Images\BadgeLogo.scale-400.png" />
<Content Include="Images\GUIX-icon-8-20-2020.png" />
<Content Include="Images\LargeTile.scale-100.png" />
<Content Include="Images\LargeTile.scale-125.png" />
<Content Include="Images\LargeTile.scale-150.png" />
<Content Include="Images\LargeTile.scale-200.png" />
<Content Include="Images\SmallTile.scale-100.png" />
<Content Include="Images\SmallTile.scale-125.png" />
<Content Include="Images\SmallTile.scale-150.png" />
<Content Include="Images\SmallTile.scale-200.png" />
<Content Include="Images\SmallTile.scale-400.png" />
<Content Include="Images\SplashScreen.scale-100.png" />
<Content Include="Images\SplashScreen.scale-125.png" />
<Content Include="Images\SplashScreen.scale-150.png" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-100.png" />
<Content Include="Images\Square150x150Logo.scale-125.png" />
<Content Include="Images\Square150x150Logo.scale-150.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-400.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-32.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
<Content Include="Images\Square44x44Logo.scale-100.png" />
<Content Include="Images\Square44x44Logo.scale-125.png" />
<Content Include="Images\Square44x44Logo.scale-150.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-400.png" />
<Content Include="Images\Square44x44Logo.targetsize-16.png" />
<Content Include="Images\Square44x44Logo.targetsize-24.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\Square44x44Logo.targetsize-256.png" />
<Content Include="Images\Square44x44Logo.targetsize-32.png" />
<Content Include="Images\Square44x44Logo.targetsize-48.png" />
<Content Include="Images\StoreLogo.scale-100.png" />
<Content Include="Images\StoreLogo.scale-125.png" />
<Content Include="Images\StoreLogo.scale-150.png" />
<Content Include="Images\StoreLogo.scale-200.png" />
<Content Include="Images\StoreLogo.scale-400.png" />
<Content Include="Images\Wide310x150Logo.scale-100.png" />
<Content Include="Images\Wide310x150Logo.scale-125.png" />
<Content Include="Images\Wide310x150Logo.scale-150.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\Wide310x150Logo.scale-400.png" />
<None Include="msix_package_project_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\studiox.vcxproj" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
</Project>
Loading

0 comments on commit f37db7a

Please sign in to comment.