Merge pull request #108 from jsuarezruiz/ooui-wasm-template
Added Ooui Xamarin.Forms Wasm Project Template
This commit is contained in:
commit
0a8898e1b2
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
|
@ -47,22 +47,38 @@
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Packages\ooui.0.5.123.nupkg">
|
<Content Include="Images\OouiWasmFormsEmptyApp.png">
|
||||||
<IncludeInVSIX>true</IncludeInVSIX>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
|
||||||
<Content Include="Packages\ooui.aspnetcore.0.5.123.nupkg">
|
|
||||||
<IncludeInVSIX>true</IncludeInVSIX>
|
|
||||||
</Content>
|
|
||||||
<Content Include="Packages\ooui.forms.0.5.123.nupkg">
|
|
||||||
<IncludeInVSIX>true</IncludeInVSIX>
|
|
||||||
</Content>
|
|
||||||
<Content Include="Packages\xamarin.forms.2.4.0.38779.nupkg">
|
|
||||||
<IncludeInVSIX>true</IncludeInVSIX>
|
<IncludeInVSIX>true</IncludeInVSIX>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="ProjectTemplates\OouiFormsApp.zip">
|
<Content Include="ProjectTemplates\OouiFormsApp.zip">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
<IncludeInVSIX>true</IncludeInVSIX>
|
<IncludeInVSIX>true</IncludeInVSIX>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Packages\ooui.0.8.186.nupkg">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
<IncludeInVSIX>true</IncludeInVSIX>
|
||||||
|
</Content>
|
||||||
|
<Content Include="Packages\ooui.aspnetcore.0.8.186.nupkg">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
<IncludeInVSIX>true</IncludeInVSIX>
|
||||||
|
</Content>
|
||||||
|
<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>
|
||||||
<None Include="source.extension.vsixmanifest">
|
<None Include="source.extension.vsixmanifest">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</None>
|
</None>
|
||||||
|
|
Binary file not shown.
|
@ -1,14 +1,14 @@
|
||||||
<?xml version="1.0" ?>
|
<?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">
|
<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>
|
<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>
|
<DisplayName>OouiTemplates</DisplayName>
|
||||||
<Description xml:space="preserve">Ooui Xamarin.Forms Templates</Description>
|
<Description xml:space="preserve">Ooui Xamarin.Forms Templates</Description>
|
||||||
<MoreInfo>https://github.com/praeclarum/Ooui</MoreInfo>
|
<MoreInfo>https://github.com/praeclarum/Ooui</MoreInfo>
|
||||||
<License>license.txt</License>
|
<License>license.txt</License>
|
||||||
<Icon>Images\Icon.png</Icon>
|
<Icon>Images\Icon.png</Icon>
|
||||||
<PreviewImage>Images\OouiFormsEmptyApp.png</PreviewImage>
|
<PreviewImage>Images\OouiFormsEmptyApp.png</PreviewImage>
|
||||||
<Tags>ooui, xamarin, xamarin.forms, template</Tags>
|
<Tags>ooui, xamarin, xamarin.forms, template, webassembly, wasm</Tags>
|
||||||
</Metadata>
|
</Metadata>
|
||||||
<Installation>
|
<Installation>
|
||||||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0]" />
|
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0]" />
|
||||||
|
@ -19,11 +19,13 @@
|
||||||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
|
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
<Assets>
|
<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.0.8.186.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.aspnetcore.0.8.186.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\ooui.forms.0.8.186.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.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\OouiFormsApp.zip" />
|
||||||
|
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WasmFormsEmptyApp.zip" />
|
||||||
</Assets>
|
</Assets>
|
||||||
<Prerequisites>
|
<Prerequisites>
|
||||||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
|
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
|
||||||
|
|
Loading…
Reference in New Issue