Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to VS 2019 / .net 4.8, add mobx template #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Neutronium/Neutronium.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
Expand Down Expand Up @@ -61,7 +61,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="ProjectTemplates\Neutronium.Vue.Application.zip" />
<Content Include="ProjectTemplates\Neutronium.Vue.Application.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand All @@ -87,4 +90,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
9 changes: 5 additions & 4 deletions Neutronium/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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="Neutronium.David Desmaisons.5f19abb4-8d17-4934-b97f-b895e42ba2e1" Version="4.5" Language="en-US" Publisher="David Desmaisons" />
<Identity Id="Neutronium.David Desmaisons.5f19abb4-8d17-4934-b97f-b895e42ba2e1" Version="4.6" Language="en-US" Publisher="David Desmaisons" />
<DisplayName>Neutronium Application Templates</DisplayName>
<Description xml:space="preserve">Neutronium project templates inclusing Vue.js , mobx Chromium.Fx application.</Description>
<MoreInfo>https://github.com/NeutroniumCore/Neutronium</MoreInfo>
Expand All @@ -11,17 +11,18 @@
<Tags>Neutronium, Chromium, MVVM, App, C#, HTML, Vue.js, Chromium.Fx, mobx</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.6]" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Neutronium knockout Application.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Neutronium Vue Application.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Neutronium.Vue.SPA.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Neutronium.Mobx.Application.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Neutronium.Vue.Application.zip" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Net.ComponentGroup.TargetingPacks.Common" Version="[15.0.26208.0,16.0)" DisplayName=".NET Framework 4 – 4.6 development tools" />
<Prerequisite Id="Microsoft.Net.ComponentGroup.TargetingPacks.Common" Version="[15.0.26208.0,16.4.29318.151)" DisplayName=".NET Framework 4 – 4.8 development tools" />
</Prerequisites>
</PackageManifest>