Skip to content

Commit

Permalink
Merge pull request praeclarum#108 from jsuarezruiz/ooui-wasm-template
Browse files Browse the repository at this point in the history
Added Ooui Xamarin.Forms Wasm Project Template
  • Loading branch information
praeclarum authored Mar 23, 2018
2 parents a9f044f + 6fc8e89 commit 0a8898e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 21 additions & 5 deletions Templates/OouiTemplates/OouiTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,35 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Packages\ooui.0.5.123.nupkg">
<Content Include="Images\OouiWasmFormsEmptyApp.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\ooui.aspnetcore.0.5.123.nupkg">
<Content Include="ProjectTemplates\OouiFormsApp.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\ooui.forms.0.5.123.nupkg">
<Content Include="Packages\ooui.0.8.186.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\xamarin.forms.2.4.0.38779.nupkg">
<Content Include="Packages\ooui.aspnetcore.0.8.186.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\OouiFormsApp.zip">
<Content Include="Packages\ooui.forms.0.8.186.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\ooui.wasm.0.8.186.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\xamarin.forms.2.5.0.280555.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\WasmFormsEmptyApp.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
Binary file not shown.
14 changes: 8 additions & 6 deletions Templates/OouiTemplates/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" ?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="OouiTemplates.02e47cde-79b0-475e-b876-71232453b91f" Version="1.0" Language="en-US" Publisher="Frank Krueger" />
<Identity Id="OouiTemplates.02e47cde-79b0-475e-b876-71232453b91f" Version="1.1" Language="en-US" Publisher="Frank Krueger" />
<DisplayName>OouiTemplates</DisplayName>
<Description xml:space="preserve">Ooui Xamarin.Forms Templates</Description>
<MoreInfo>https://github.com/praeclarum/Ooui</MoreInfo>
<License>license.txt</License>
<Icon>Images\Icon.png</Icon>
<PreviewImage>Images\OouiFormsEmptyApp.png</PreviewImage>
<Tags>ooui, xamarin, xamarin.forms, template</Tags>
<Tags>ooui, xamarin, xamarin.forms, template, webassembly, wasm</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0]" />
Expand All @@ -19,11 +19,13 @@
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.0.5.123.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.aspnetcore.0.5.123.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.forms.0.5.123.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\xamarin.forms.2.4.0.38779.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.aspnetcore.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.forms.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.wasm.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\xamarin.forms.2.5.0.280555.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\OouiFormsApp.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WasmFormsEmptyApp.zip" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit 0a8898e

Please sign in to comment.