Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update manifest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyTeplyakov committed Jul 10, 2015
1 parent 7966e01 commit f88cd0d
Showing 1 changed file with 22 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Version="1.8.10107.10" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<DisplayName>Code Contracts Tools</DisplayName>
<Description xml:space="preserve">Tools to instrument and statically analyze .NET code with CodeContracts</Description>
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970</MoreInfo>
<License>License.rtf</License>
<Icon>codecontracts_SM.png</Icon>
<PreviewImage>codecontracts_project.png</PreviewImage>
</Metadata>
<Installation InstalledByMsi="true" AllUsers="true" SystemComponent="false">
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VPDExpress" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VWDExpress" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSLS" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
</Installation>
<Assets />
</PackageManifest>


<Metadata>
<Identity Version="1.9.10709.0" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<DisplayName>Code Contracts Tools</DisplayName>
<Description xml:space="preserve">Tools to instrument and statically analyze .NET code with CodeContracts</Description>
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970</MoreInfo>
<License>License.rtf</License>
<Icon>codecontracts_SM.png</Icon>
<PreviewImage>codecontracts_project.png</PreviewImage>
</Metadata>
<Installation InstalledByMsi="true" AllUsers="true" SystemComponent="false">
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VPDExpress" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VWDExpress" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSLS" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
</Installation>
<Assets />
</PackageManifest>

0 comments on commit f88cd0d

Please sign in to comment.