-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vsmac): Add support for unoapp template solution filters
This change eases the creation and loading of Uno App templates in Visual Studio for mac
- Loading branch information
1 parent
823d420
commit 36146b4
Showing
8 changed files
with
148 additions
and
42 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
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
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
24 changes: 24 additions & 0 deletions
24
...SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp-net6/UnoQuickStart-vsmac.slnf
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,24 @@ | ||
{ | ||
"solution": { | ||
"path": "UnoQuickStart.sln", | ||
"projects": [ | ||
"UnoQuickStart.Shared\\UnoQuickStart.Shared.shproj", | ||
|
||
#//#if (Mobile) | ||
"UnoQuickStart.Mobile\\UnoQuickStart.Mobile.csproj", | ||
#//#endif | ||
|
||
#//#if (WebAssembly) | ||
"UnoQuickStart.Wasm\\UnoQuickStart.Wasm.csproj", | ||
#//#endif | ||
|
||
#//#if (skia-gtk) | ||
"UnoQuickStart.Skia.Gtk\\UnoQuickStart.Skia.Gtk.csproj", | ||
#//#endif | ||
|
||
#//#if (skia-linux-fb) | ||
"UnoQuickStart.Skia.Linux.FrameBuffer\\UnoQuickStart.Skia.Linux.FrameBuffer.csproj", | ||
#//#endif | ||
] | ||
} | ||
} |
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
20 changes: 20 additions & 0 deletions
20
...plate/Uno.ProjectTemplates.Dotnet/content/unoapp-winui-net6/UnoWinUIQuickStart-vsmac.slnf
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,20 @@ | ||
{ | ||
"solution": { | ||
"path": "UnoWinUIQuickStart.sln", | ||
"projects": [ | ||
"UnoWinUIQuickStart.Shared\\UnoWinUIQuickStart.Shared.shproj", | ||
|
||
#//#if (Mobile) | ||
"UnoWinUIQuickStart.Mobile\\UnoWinUIQuickStart.Mobile.csproj", | ||
#//#endif | ||
|
||
#//#if (WebAssembly) | ||
"UnoWinUIQuickStart.Wasm\\UnoWinUIQuickStart.Wasm.csproj", | ||
#//#endif | ||
|
||
#//#if (skia-gtk) | ||
"UnoWinUIQuickStart.Skia.Gtk\\UnoWinUIQuickStart.Skia.Gtk.csproj", | ||
#//#endif | ||
] | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...onTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp-winui/UnoWinUIQuickStart-vsmac.slnf
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,28 @@ | ||
{ | ||
"solution": { | ||
"path": "UnoWinUIQuickStart.sln", | ||
"projects": [ | ||
"UnoWinUIQuickStart.Shared\\UnoWinUIQuickStart.Shared.shproj", | ||
|
||
#//#if (Android) | ||
"UnoWinUIQuickStart.Droid\\UnoWinUIQuickStart.Droid.csproj", | ||
#//#endif | ||
|
||
#//#if (iOS) | ||
"UnoWinUIQuickStart.iOS\\UnoWinUIQuickStart.iOS.csproj", | ||
#//#endif | ||
|
||
#//#if (WebAssembly) | ||
"UnoWinUIQuickStart.Wasm\\UnoWinUIQuickStart.Wasm.csproj", | ||
#//#endif | ||
|
||
#//#if (macOS) | ||
"UnoWinUIQuickStart.macOS\\UnoWinUIQuickStart.macOS.csproj", | ||
#//#endif | ||
|
||
#//#if (skia-gtk) | ||
"UnoWinUIQuickStart.Skia.Gtk\\UnoWinUIQuickStart.Skia.Gtk.csproj", | ||
#//#endif | ||
] | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/UnoQuickStart-vsmac.slnf
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,33 @@ | ||
{ | ||
"solution": { | ||
"path": "UnoQuickStart.sln", | ||
"projects": [ | ||
"UnoQuickStart.Shared\\UnoQuickStart.Shared.shproj", | ||
|
||
#//#if (Android) | ||
"UnoQuickStart.Droid\\UnoQuickStart.Droid.csproj", | ||
#//#endif | ||
|
||
#//#if (iOS) | ||
"UnoQuickStart.iOS\\UnoQuickStart.iOS.csproj", | ||
#//#endif | ||
|
||
|
||
#//#if (WebAssembly) | ||
"UnoQuickStart.Wasm\\UnoQuickStart.Wasm.csproj", | ||
#//#endif | ||
|
||
#//#if (macOS) | ||
"UnoQuickStart.macOS\\UnoQuickStart.macOS.csproj", | ||
#//#endif | ||
|
||
#//#if (skia-gtk) | ||
"UnoQuickStart.Skia.Gtk\\UnoQuickStart.Skia.Gtk.csproj", | ||
#//#endif | ||
|
||
#//#if (skia-linux-fb) | ||
"UnoQuickStart.Skia.Linux.FrameBuffer\\UnoQuickStart.Skia.Linux.FrameBuffer.csproj", | ||
#//#endif | ||
] | ||
} | ||
} |