Skip to content

Commit

Permalink
fixed Xaml IntelliSense on newly created project
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Dec 19, 2019
1 parent bf4047e commit ca9e838
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions doc/ReleaseNotes/_ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- #2287 Vertical `ListView` containing a horizontal `ScrollViewer`: horizontal scrolling is difficult, only works when the gesture is perfectly horizontal
- #2130 Grid - fix invalid measure when total star size is 0
- [iOS] Fix invalid image measure on constrained images with `Margin`
- [#2364] fixed Xaml IntelliSense on newly created project

## Release 2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<ProjectType>CSharp</ProjectType>
<ProjectSubType>
</ProjectSubType>
<SortOrder>1000</SortOrder>
<SortOrder>1001</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>UnoQuickStart.Android</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
<CreateInPlace>true</CreateInPlace>
</TemplateData>
<TemplateContent>
<Project TargetFileName="$ext_safeprojectname$.Droid.csproj" File="UnoQuickStart.Droid.csproj" ReplaceParameters="true">
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionTemplate/UnoSolutionTemplate/UWP/Uwp.vstemplate
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
<VSTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Type="Project" Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>UnoQuickStart.Uwp</Name>
<Description>No Description</Description>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
<ProjectType>CSharp</ProjectType>
<ProjectSubType />
<SortOrder>1000</SortOrder>
<SortOrder>1001</SortOrder>
<DefaultName>UnoQuickStart.Uwp</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<LocationField>Enabled</LocationField>
<CreateInPlace>true</CreateInPlace>
</TemplateData>
<TemplateContent>
<Project File="UnoQuickStart.Uwp.csproj" TargetFileName="$ext_safeprojectname$.Uwp.csproj" ReplaceParameters="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<ProjectType>CSharp</ProjectType>
<ProjectSubType>
</ProjectSubType>
<SortOrder>1000</SortOrder>
<SortOrder>1001</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>UnoQuickStart.Wasm</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
<CreateInPlace>true</CreateInPlace>
</TemplateData>
<TemplateContent>
<Project TargetFileName="$ext_safeprojectname$.Wasm.csproj" File="UnoQuickStart.Wasm.csproj" ReplaceParameters="true">
Expand Down
3 changes: 2 additions & 1 deletion src/SolutionTemplate/UnoSolutionTemplate/iOS/iOS.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<ProjectType>CSharp</ProjectType>
<ProjectSubType>
</ProjectSubType>
<SortOrder>1000</SortOrder>
<SortOrder>1001</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>UnoQuickStart.iOS</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
<CreateInPlace>true</CreateInPlace>
</TemplateData>
<TemplateContent>
<Project TargetFileName="$ext_safeprojectname$.iOS.csproj" File="UnoQuickStart.iOS.csproj" ReplaceParameters="true">
Expand Down

0 comments on commit ca9e838

Please sign in to comment.