Skip to content

Commit

Permalink
update nuget packages; update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Mar 28, 2016
1 parent 3dcce77 commit 07ce843
Show file tree
Hide file tree
Showing 46 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Samples/Calc/Calc.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using System;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Calc/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;

Expand Down
2 changes: 1 addition & 1 deletion Samples/Calc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Reflection;
using System.Runtime.InteropServices;
Expand Down
4 changes: 2 additions & 2 deletions Source/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Reflection;

[assembly: AssemblyCopyright("Copyright © Gordon Tisher 2015")]
[assembly: AssemblyCopyright("Copyright © Gordon Tisher 2016")]
[assembly: AssemblyCompany("Gordon Tisher")]
[assembly: AssemblyProduct("IronMeta")]
[assembly: AssemblyTrademark("")]
Expand Down
2 changes: 1 addition & 1 deletion Source/IronMeta/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/IronMeta/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Reflection;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Generator/AstNode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Generator/CSharpGen.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Generator/CSharpShell.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Generator/IGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Generator/Parser.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Library.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>https://github.com/kulibali/ironmeta/wiki/Changelog</releaseNotes>
<copyright>Copyright © Gordon Tisher 2015</copyright>
<copyright>Copyright © Gordon Tisher 2016</copyright>
<tags>PEG Parser ParserGenerator</tags>
</metadata>

Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Matcher/MatchItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Matcher/MatchResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Matcher/MatchState.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Matcher/Matcher.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Reflection;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Utils/Memoizer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Utils/Slice.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/BugFixes.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/BugFixesTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/CalcTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/AnonInputObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/AnonObjectParser.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/AnonObjectTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/Combine1.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/Combine2.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/Combine2.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

ironmeta Combine2<char, int> : Combine1
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/CombineTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/LRParser.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/LeftRecursionTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
4 changes: 2 additions & 2 deletions Tests/UnitTests/Matcher/LineNumberTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Linq;
Expand Down Expand Up @@ -79,7 +79,7 @@ public void TestLineNumbers_ErrorLineAndOffset()
Assert.AreEqual(" 8238gb jd uuuuuu34u4u", line);
}

const string SOURCE2 = @"// IronMeta Copyright © Gordon Tisher 2015
const string SOURCE2 = @"// IronMeta Copyright © Gordon Tisher 2016
using IronMeta;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/MatcherTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/MatcherTestsParser.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/MemoizeParser.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/MemoizeTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/StringParser.ironmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright � Gordon Tisher 2015
// IronMeta Copyright � Gordon Tisher 2016

using IronMeta.Matcher;

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Matcher/StringParserTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/MemoizerTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/ParserTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System.Reflection;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/StringTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.Collections.Generic;
Expand Down
16 changes: 8 additions & 8 deletions Tools/VSExtension/IronMeta.VSExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Imaging, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Imaging.14.0.23107\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath>
<HintPath>..\..\packages\Microsoft.VisualStudio.Imaging.14.1.24720\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6070\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Shell.14.0.14.0.23107\lib\Microsoft.VisualStudio.Shell.14.0.dll</HintPath>
<HintPath>..\..\packages\Microsoft.VisualStudio.Shell.14.0.14.1.24720\lib\Microsoft.VisualStudio.Shell.14.0.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand All @@ -107,7 +107,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.0.23107\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll</HintPath>
<HintPath>..\..\packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.1.24720\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand Down Expand Up @@ -146,15 +146,15 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Threading.14.0.50702\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
<HintPath>..\..\packages\Microsoft.VisualStudio.Threading.14.1.114\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Utilities.14.0.23107\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath>
<HintPath>..\..\packages\Microsoft.VisualStudio.Utilities.14.1.24720\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Validation, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.0.50702\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand Down Expand Up @@ -192,12 +192,12 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.0.50703\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets" Condition="Exists('..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.0.50703\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets')" />
<Import Project="..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.1.15\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets" Condition="Exists('..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.1.15\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.0.50703\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.0.50703\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets'))" />
<Error Condition="!Exists('..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.1.15\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.VisualStudio.SDK.VsixSuppression.14.1.15\build\Microsoft.VisualStudio.SDK.VsixSuppression.targets'))" />
</Target>
<!-- 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.
Expand Down
2 changes: 1 addition & 1 deletion Tools/VSExtension/VSPackage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

using System;
using System.ComponentModel.Design;
Expand Down
2 changes: 1 addition & 1 deletion Tools/VSExtension/VSPackageGuids.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IronMeta Copyright © Gordon Tisher 2015
// IronMeta Copyright © Gordon Tisher 2016

namespace IronMeta.VSExtension
{
Expand Down
14 changes: 7 additions & 7 deletions Tools/VSExtension/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.VisualStudio.Imaging" version="14.0.23107" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Imaging" version="14.1.24720" targetFramework="net452" />
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6070" targetFramework="net452" />
<package id="Microsoft.VisualStudio.SDK.VsixSuppression" version="14.0.50703" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.14.0" version="14.0.23107" targetFramework="net452" />
<package id="Microsoft.VisualStudio.SDK.VsixSuppression" version="14.1.15" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.14.0" version="14.1.24720" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Immutable.10.0" version="10.0.30319" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Immutable.11.0" version="11.0.50727" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Immutable.12.0" version="12.0.21003" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Immutable.14.0" version="14.0.23107" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Immutable.14.0" version="14.1.24720" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop" version="7.10.6071" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop.10.0" version="10.0.30319" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop.11.0" version="11.0.61030" targetFramework="net452" />
Expand All @@ -16,7 +16,7 @@
<package id="Microsoft.VisualStudio.Shell.Interop.9.0" version="9.0.30729" targetFramework="net452" />
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6070" targetFramework="net452" />
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50727" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Threading" version="14.0.50702" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Utilities" version="14.0.23107" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Validation" version="14.0.50702" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Threading" version="14.1.114" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Utilities" version="14.1.24720" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Validation" version="14.1.111" targetFramework="net452" />
</packages>

0 comments on commit 07ce843

Please sign in to comment.