-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow action to generate GUIX Studio MSIX package file. (#88)
- Loading branch information
Showing
71 changed files
with
391 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+9.45 KB
guix_studio/build/vs_2019/msix_package_project/Images/App_tile_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+251 Bytes
guix_studio/build/vs_2019/msix_package_project/Images/BadgeLogo.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 Bytes
guix_studio/build/vs_2019/msix_package_project/Images/BadgeLogo.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+338 Bytes
guix_studio/build/vs_2019/msix_package_project/Images/BadgeLogo.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+389 Bytes
guix_studio/build/vs_2019/msix_package_project/Images/BadgeLogo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+792 Bytes
guix_studio/build/vs_2019/msix_package_project/Images/BadgeLogo.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.56 KB
guix_studio/build/vs_2019/msix_package_project/Images/GUIX-icon-8-20-2020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.1 KB
guix_studio/build/vs_2019/msix_package_project/Images/LargeTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+48 KB
guix_studio/build/vs_2019/msix_package_project/Images/LargeTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+61.7 KB
guix_studio/build/vs_2019/msix_package_project/Images/LargeTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+90.7 KB
guix_studio/build/vs_2019/msix_package_project/Images/LargeTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+247 KB
guix_studio/build/vs_2019/msix_package_project/Images/LargeTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.03 KB
guix_studio/build/vs_2019/msix_package_project/Images/LockScreenLogo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.11 KB
guix_studio/build/vs_2019/msix_package_project/Images/SmallTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.66 KB
guix_studio/build/vs_2019/msix_package_project/Images/SmallTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.29 KB
guix_studio/build/vs_2019/msix_package_project/Images/SmallTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.1 KB
guix_studio/build/vs_2019/msix_package_project/Images/SmallTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.6 KB
guix_studio/build/vs_2019/msix_package_project/Images/SmallTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.6 KB
guix_studio/build/vs_2019/msix_package_project/Images/SplashScreen.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+48.4 KB
guix_studio/build/vs_2019/msix_package_project/Images/SplashScreen.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.5 KB
guix_studio/build/vs_2019/msix_package_project/Images/SplashScreen.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+89.2 KB
guix_studio/build/vs_2019/msix_package_project/Images/SplashScreen.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+244 KB
guix_studio/build/vs_2019/msix_package_project/Images/SplashScreen.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.2 KB
...tudio/build/vs_2019/msix_package_project/Images/Square150x150Logo.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.6 KB
...tudio/build/vs_2019/msix_package_project/Images/Square150x150Logo.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.7 KB
...tudio/build/vs_2019/msix_package_project/Images/Square150x150Logo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+18.1 KB
...tudio/build/vs_2019/msix_package_project/Images/Square150x150Logo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+83 KB
...tudio/build/vs_2019/msix_package_project/Images/Square150x150Logo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+834 Bytes
..._package_project/Images/Square44x44Logo.altform-lightunplated_targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
..._package_project/Images/Square44x44Logo.altform-lightunplated_targetsize-24.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...package_project/Images/Square44x44Logo.altform-lightunplated_targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
..._package_project/Images/Square44x44Logo.altform-lightunplated_targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+3.2 KB
..._package_project/Images/Square44x44Logo.altform-lightunplated_targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+834 Bytes
.../msix_package_project/Images/Square44x44Logo.altform-unplated_targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...msix_package_project/Images/Square44x44Logo.altform-unplated_targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
.../msix_package_project/Images/Square44x44Logo.altform-unplated_targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+3.2 KB
.../msix_package_project/Images/Square44x44Logo.altform-unplated_targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+2.83 KB
..._studio/build/vs_2019/msix_package_project/Images/Square44x44Logo.scale-100.png
Oops, something went wrong.
Binary file added
BIN
+3.66 KB
..._studio/build/vs_2019/msix_package_project/Images/Square44x44Logo.scale-125.png
Oops, something went wrong.
Binary file added
BIN
+4.64 KB
..._studio/build/vs_2019/msix_package_project/Images/Square44x44Logo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+6.57 KB
..._studio/build/vs_2019/msix_package_project/Images/Square44x44Logo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+16.1 KB
..._studio/build/vs_2019/msix_package_project/Images/Square44x44Logo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+834 Bytes
...dio/build/vs_2019/msix_package_project/Images/Square44x44Logo.targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
...dio/build/vs_2019/msix_package_project/Images/Square44x44Logo.targetsize-24.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
.../msix_package_project/Images/Square44x44Logo.targetsize-24_altform-unplated.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...io/build/vs_2019/msix_package_project/Images/Square44x44Logo.targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
...dio/build/vs_2019/msix_package_project/Images/Square44x44Logo.targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+3.2 KB
...dio/build/vs_2019/msix_package_project/Images/Square44x44Logo.targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+3.22 KB
guix_studio/build/vs_2019/msix_package_project/Images/StoreLogo.backup.png
Oops, something went wrong.
Binary file added
BIN
+3.4 KB
guix_studio/build/vs_2019/msix_package_project/Images/StoreLogo.scale-100.png
Oops, something went wrong.
Binary file added
BIN
+4.43 KB
guix_studio/build/vs_2019/msix_package_project/Images/StoreLogo.scale-125.png
Oops, something went wrong.
Binary file added
BIN
+5.41 KB
guix_studio/build/vs_2019/msix_package_project/Images/StoreLogo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+7.46 KB
guix_studio/build/vs_2019/msix_package_project/Images/StoreLogo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+18.5 KB
guix_studio/build/vs_2019/msix_package_project/Images/StoreLogo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+13 KB
..._studio/build/vs_2019/msix_package_project/Images/Wide310x150Logo.scale-100.png
Oops, something went wrong.
Binary file added
BIN
+18.6 KB
..._studio/build/vs_2019/msix_package_project/Images/Wide310x150Logo.scale-125.png
Oops, something went wrong.
Binary file added
BIN
+24.5 KB
..._studio/build/vs_2019/msix_package_project/Images/Wide310x150Logo.scale-150.png
Oops, something went wrong.
Binary file added
BIN
+19.6 KB
..._studio/build/vs_2019/msix_package_project/Images/Wide310x150Logo.scale-200.png
Oops, something went wrong.
Binary file added
BIN
+89.2 KB
..._studio/build/vs_2019/msix_package_project/Images/Wide310x150Logo.scale-400.png
Oops, something went wrong.
Binary file added
BIN
+287 KB
guix_studio/build/vs_2019/msix_package_project/Images/box_store_logo.png
Oops, something went wrong.
Binary file added
BIN
+28.5 KB
guix_studio/build/vs_2019/msix_package_project/Images/demo_guix_smart_watch.png
Oops, something went wrong.
Binary file added
BIN
+73.2 KB
guix_studio/build/vs_2019/msix_package_project/Images/demo_guix_white_goods.png
Oops, something went wrong.
Binary file added
BIN
+311 KB
guix_studio/build/vs_2019/msix_package_project/Images/guix_home_automation.png
Oops, something went wrong.
75 changes: 75 additions & 0 deletions
75
guix_studio/build/vs_2019/msix_package_project/Package.appxmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
87 changes: 87 additions & 0 deletions
87
guix_studio/build/vs_2019/msix_package_project/msix_package_project.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
168 changes: 168 additions & 0 deletions
168
guix_studio/build/vs_2019/msix_package_project/msix_package_project.wapproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)' < '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> |
Oops, something went wrong.