-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b05b58
commit fde903c
Showing
12 changed files
with
128 additions
and
139 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 |
---|---|---|
|
@@ -207,4 +207,4 @@ | |
<Reference Include="System.Xml" /> | ||
<Reference Include="WindowsBase" /> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |
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
26 changes: 26 additions & 0 deletions
26
src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/SkiaGtk.vstemplate
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,26 @@ | ||
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> | ||
<TemplateData> | ||
<Name>UnoQuickStart.Skia.Gtk</Name> | ||
<Description>No Description</Description> | ||
<Icon>__TemplateIcon.png</Icon> | ||
<PreviewImage>__PreviewImage.png</PreviewImage> | ||
<ProjectType>CSharp</ProjectType> | ||
<ProjectSubType /> | ||
<SortOrder>1000</SortOrder> | ||
<DefaultName>UnoQuickStart.Skia.Gtk</DefaultName> | ||
<ProvideDefaultName>true</ProvideDefaultName> | ||
<EnableLocationBrowseButton>true</EnableLocationBrowseButton> | ||
<LocationField>Enabled</LocationField> | ||
<CreateInPlace>true</CreateInPlace> | ||
</TemplateData> | ||
<TemplateContent> | ||
<Project File="UnoQuickStart.Skia.Gtk.csproj" TargetFileName="$ext_safeprojectname$.Skia.Gtk.csproj" ReplaceParameters="true"> | ||
<Folder Name="Assets" TargetFolderName="Assets"> | ||
<Folder Name="Fonts" TargetFolderName="Fonts"> | ||
<ProjectItem TargetFileName="uno-fluentui-assets.ttf" ReplaceParameters="false">uno-fluentui-assets.ttf</ProjectItem> | ||
</Folder> | ||
</Folder> | ||
<ProjectItem TargetFileName="Program.cs" ReplaceParameters="true">Program.cs</ProjectItem> | ||
</Project> | ||
</TemplateContent> | ||
</VSTemplate> |
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
38 changes: 38 additions & 0 deletions
38
src/SolutionTemplate/UnoSolutionTemplate/Skia.WPF.Host/SkiaWpfHost.vstemplate
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 @@ | ||
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> | ||
<TemplateData> | ||
<Name>UnoQuickStart.Skia.Wpf.Host</Name> | ||
<Description>No Description</Description> | ||
<Icon>__TemplateIcon.png</Icon> | ||
<PreviewImage>__PreviewImage.png</PreviewImage> | ||
<ProjectType>CSharp</ProjectType> | ||
<ProjectSubType /> | ||
<SortOrder>1000</SortOrder> | ||
<DefaultName>UnoQuickStart.Skia.Wpf.Host</DefaultName> | ||
<ProvideDefaultName>true</ProvideDefaultName> | ||
<EnableLocationBrowseButton>true</EnableLocationBrowseButton> | ||
<LocationField>Enabled</LocationField> | ||
<CreateInPlace>true</CreateInPlace> | ||
</TemplateData> | ||
<TemplateContent> | ||
<Project File="UnoQuickStart.Skia.Wpf.Host.csproj" TargetFileName="$ext_safeprojectname$.Skia.Wpf.Host.csproj" ReplaceParameters="true"> | ||
<Folder Name="Assets" TargetFolderName="Assets"> | ||
<Folder Name="Fonts" TargetFolderName="Fonts"> | ||
<ProjectItem TargetFileName="uno-fluentui-assets.ttf" ReplaceParameters="false">uno-fluentui-assets.ttf</ProjectItem> | ||
</Folder> | ||
</Folder> | ||
<Folder Name="Properties" TargetFolderName="Properties"> | ||
<ProjectItem TargetFileName="AssemblyInfo.cs" ReplaceParameters="true">assemblyinfo.cs</ProjectItem> | ||
<ProjectItem TargetFileName="Resources.Designer.cs" ReplaceParameters="true">Resources.Designer.cs</ProjectItem> | ||
<ProjectItem TargetFileName="Resources.resx" ReplaceParameters="true">Resources.resx</ProjectItem> | ||
<ProjectItem TargetFileName="Settings.Designer.cs" ReplaceParameters="true">Settings.Designer.cs</ProjectItem> | ||
<ProjectItem TargetFileName="Settings.settings" ReplaceParameters="true">Settings.settings</ProjectItem> | ||
</Folder> | ||
|
||
<ProjectItem TargetFileName="App.config" ReplaceParameters="true">App.config</ProjectItem> | ||
<ProjectItem TargetFileName="App.xaml" ReplaceParameters="true">App.xaml</ProjectItem> | ||
<ProjectItem TargetFileName="App.xaml.cs" ReplaceParameters="true">App.xaml.cs</ProjectItem> | ||
<ProjectItem TargetFileName="MainWindow.xaml" ReplaceParameters="true">MainWindow.xaml</ProjectItem> | ||
<ProjectItem TargetFileName="MainWindow.xaml.cs" ReplaceParameters="true">MainWindow.xaml.cs</ProjectItem> | ||
</Project> | ||
</TemplateContent> | ||
</VSTemplate> |
18 changes: 18 additions & 0 deletions
18
src/SolutionTemplate/UnoSolutionTemplate/Skia.WPF.Host/UnoQuickStart.Skia.Wpf.Host.csproj
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,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> | ||
|
||
<PropertyGroup> | ||
<OutputType Condition="'$(Configuration)'=='Release'">WinExe</OutputType> | ||
<OutputType Condition="'$(Configuration)'=='Debug'">Exe</OutputType> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<UseWPF>true</UseWPF> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Uno.UI.Skia.Wpf" Version="3.1.0-dev.568" /> | ||
<PackageReference Include="Uno.UI.RemoteControl" Version="3.1.0-dev.568" Condition="'$(Configuration)'=='Debug'" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\$ext_safeprojectname$.Skia.WPF\$ext_safeprojectname$.Skia.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
105 changes: 0 additions & 105 deletions
105
src/SolutionTemplate/UnoSolutionTemplate/Skia.WPF.Host/UnoQuickStart.Wpf.Host.csproj
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
namespace $ext_safeprojectname$.Skia.Gtk | ||
{ | ||
} |
21 changes: 21 additions & 0 deletions
21
src/SolutionTemplate/UnoSolutionTemplate/Skia.WPF/SkiaWpf.vstemplate
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,21 @@ | ||
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> | ||
<TemplateData> | ||
<Name>UnoQuickStart.Skia.Wpf</Name> | ||
<Description>No Description</Description> | ||
<Icon>__TemplateIcon.png</Icon> | ||
<PreviewImage>__PreviewImage.png</PreviewImage> | ||
<ProjectType>CSharp</ProjectType> | ||
<ProjectSubType /> | ||
<SortOrder>1000</SortOrder> | ||
<DefaultName>UnoQuickStart.Skia.Wpf</DefaultName> | ||
<ProvideDefaultName>true</ProvideDefaultName> | ||
<EnableLocationBrowseButton>true</EnableLocationBrowseButton> | ||
<LocationField>Enabled</LocationField> | ||
<CreateInPlace>true</CreateInPlace> | ||
</TemplateData> | ||
<TemplateContent> | ||
<Project File="UnoQuickStart.Skia.Wpf.csproj" TargetFileName="$ext_safeprojectname$.Skia.Wpf.csproj" ReplaceParameters="true"> | ||
<ProjectItem TargetFileName="Program.cs" ReplaceParameters="true">Program.cs</ProjectItem> | ||
</Project> | ||
</TemplateContent> | ||
</VSTemplate> |
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