Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Updated the VSIX to make it Visual Studio 2019 compatible #72

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions Installer/StandardVSIX/MvvmLight.VS2019.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmLight.VS2019", "MvvmLight.VS2019\MvvmLight.VS2019.csproj", "{11E23DA3-0E07-4A71-9ED7-7EBEACDBB12C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11E23DA3-0E07-4A71-9ED7-7EBEACDBB12C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E23DA3-0E07-4A71-9ED7-7EBEACDBB12C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E23DA3-0E07-4A71-9ED7-7EBEACDBB12C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E23DA3-0E07-4A71-9ED7-7EBEACDBB12C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
288 changes: 288 additions & 0 deletions Installer/StandardVSIX/MvvmLight.VS2019/MvvmLight.VS2019.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,288 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>15.0</OldToolsVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{11E23DA3-0E07-4A71-9ED7-7EBEACDBB12C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MvvmLight.VS2019</RootNamespace>
<AssemblyName>MvvmLight.VS2019</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\Assets\MvvmLightCSharpSnippets.pkgdef">
<Link>MvvmLightCSharpSnippets\MvvmLightCSharpSnippets.pkgdef</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmdroidelement.snippet">
<Link>MvvmLightCSharpSnippets\mvvmdroidelement.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmFormsBindableProp.snippet">
<Link>MvvmLightCSharpSnippets\mvvmFormsBindableProp.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpc.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpc.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcLambda.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcLambda.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcLambdaMsg.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcLambdaMsg.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcMsg.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcMsg.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcSet.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcSet.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcSetLambda.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcSetLambda.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcSetLambdaMsg.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcSetLambdaMsg.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmInpcSetMsg.snippet">
<Link>MvvmLightCSharpSnippets\mvvmInpcSetMsg.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmPropA.snippet">
<Link>MvvmLightCSharpSnippets\mvvmPropA.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmPropDP.snippet">
<Link>MvvmLightCSharpSnippets\mvvmPropDP.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelay.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelay.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayCanExecute.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayCanExecute.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayGeneric.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayGeneric.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayGenericCanExecute.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayGenericCanExecute.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayMethod.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayMethod.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayMethodCanExecute.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayMethodCanExecute.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayMethodGeneric.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayMethodGeneric.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmRelayMethodGenericCanExecute.snippet">
<Link>MvvmLightCSharpSnippets\mvvmRelayMethodGenericCanExecute.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmSLPropA.snippet">
<Link>MvvmLightCSharpSnippets\mvvmSLPropA.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmSLPropDP.snippet">
<Link>MvvmLightCSharpSnippets\mvvmSLPropDP.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmViewModelLocatorProperty.snippet">
<Link>MvvmLightCSharpSnippets\mvvmViewModelLocatorProperty.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\CSharp\mvvmVm.snippet">
<Link>MvvmLightCSharpSnippets\mvvmVm.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\VB\mvvmInpc.snippet">
<Link>MvvmLightVbSnippets\mvvmInpc.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\VB\mvvmInpcLambda.snippet">
<Link>MvvmLightVbSnippets\mvvmInpcLambda.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Snippets\VB\mvvmInpcSet.snippet">
<Link>MvvmLightVbSnippets\mvvmInpcSet.snippet</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\CommonServiceLocator.1.0.nupkg">
<Link>Packages\CommonServiceLocator.1.0.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\CommonServiceLocator.1.3.nupkg">
<Link>Packages\CommonServiceLocator.1.3.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\CommonServiceLocator.2.0.2.nupkg">
<Link>Packages\CommonServiceLocator.2.0.2.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\MvvmLight.5.4.1.1.nupkg">
<Link>Packages\MvvmLightLibs.5.4.1.1.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\MvvmLightAndroidSupport.5.4.1.1.nupkg">
<Link>Packages\MvvmLightAndroidSupport.5.4.1.1.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\MvvmLightLibs.5.4.1.1.nupkg">
<Link>Packages\MvvmLightLibs.5.4.1.1.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\MvvmLightLibsStd10.5.4.1.1.nupkg">
<Link>Packages\MvvmLightLibsStd10.5.4.1.1.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Nuget\MvvmLightStd10.5.4.1.2.nupkg">
<Link>Packages\MvvmLightStd10.5.4.1.2.nupkg</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Assets\MvvmLightVbSnippets.pkgdef">
<Link>MvvmLightVbSnippets\MvvmLightVbSnippets.pkgdef</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Assets\License.rtf">
<Link>License.rtf</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Templates\ProjectTemplates\VS2019\Mvvm.Droid.zip">
<Link>ProjectTemplates\Android\Mvvm.Droid.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\InstallItems\Templates\ProjectTemplates\VS2019\Mvvm.iPhone.zip">
<Link>ProjectTemplates\iOS\iPhone\Mvvm.iPhone.zip</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Templates\ProjectTemplates\VS2019\Mvvm.Win10Univ.zip">
<Link>ProjectTemplates\Windows Universal\Mvvm.Win10Univ.zip</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\InstallItems\Templates\ProjectTemplates\VS2019\Mvvm.WPF451.zip">
<Link>ProjectTemplates\Windows Classic Desktop\Mvvm.WPF451.zip</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\Assets\Icon Purple 100x100.png">
<Link>Icon Purple 100x100.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Assets\MvvmLight.png">
<Link>MvvmLight.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
33 changes: 33 additions & 0 deletions Installer/StandardVSIX/MvvmLight.VS2019/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MvvmLight.VS2019")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MvvmLight.VS2019")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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="65814B27-ACAA-47AD-9F20-C95019F9A60F" Version="5.4.1.0" Language="en-US" Publisher="Laurent Bugnion (GalaSoft)" />
<DisplayName>MVVM Light for VS2019</DisplayName>
<Description xml:space="preserve">The MVVM Light Toolkit is a set of components helping people to get started in the Model - View - ViewModel pattern in Windows 10, WPF, Xamarin.Android, Xamarin.iOS and Xamarin.Forms. It is a light and pragmatic framework that contains only the essential components needed.</Description>
<MoreInfo>http://www.mvvmlight.net</MoreInfo>
<License>License.rtf</License>
<GettingStartedGuide>http://www.mvvmlight.net/doc</GettingStartedGuide>
<ReleaseNotes>http://www.mvvmlight.net/installing/changes</ReleaseNotes>
<Icon>Icon Purple 100x100.png</Icon>
<PreviewImage>MvvmLight.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0]" />
<InstallationTarget Version="[16.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[16.0]" Id="Microsoft.VisualStudio.Enterprise" />
</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\Android\Mvvm.Droid.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\iOS\iPhone\Mvvm.iPhone.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Windows Classic Desktop\Mvvm.WPF451.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Windows Universal\Mvvm.Win10Univ.zip" />
<Asset Type="Microsoft.VisualStudio.VsPackage" Path="MvvmLightCSharpSnippets\MvvmLightCSharpSnippets.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" Path="MvvmLightVbSnippets\MvvmLightVbSnippets.pkgdef" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Net.ComponentGroup.TargetingPacks.Common" Version="[16.0.28516.191,17.0)" DisplayName=".NET Framework 4 – 4.6 development tools" />
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.Support" Version="[16.0.28621.142,17.0)" DisplayName="Universal Windows Platform tools" />
</Prerequisites>
</PackageManifest>