Skip to content

Commit 5e95e5c

Browse files
committed
vs 2017 support
1 parent c32bdc1 commit 5e95e5c

15 files changed

+55
-37
lines changed

AgileSQLClub.tSQLtTestController/AgileSQLClub.tSQLtTestController.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</ItemGroup>
105105
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106106
<PropertyGroup>
107-
<PostBuildEvent>C:\"Program Files (x86)"\"Windows Kits"\10\bin\x64\signtool.exe sign /t "http://timestamp.globalsign.com/scripts/timstamp.dll" $(TargetPath)</PostBuildEvent>
107+
<PostBuildEvent>C:\"Program Files (x86)"\"Windows Kits"\8.1\bin\x64\signtool.exe sign /t "http://timestamp.globalsign.com/scripts/timstamp.dll" $(TargetPath)</PostBuildEvent>
108108
</PropertyGroup>
109109
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110110
Other similar extension points exist, see Microsoft.Common.targets.

AgileSQLClub.tSQLtTestController/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("AgileSQLClub.tSQLtTestController")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.0.70.0")]
36-
[assembly: AssemblyFileVersion("0.0.70.0")]
35+
[assembly: AssemblyVersion("0.0.0.90")]
36+
[assembly: AssemblyFileVersion("0.0.0.90")]

UpgradeLog.htm

-42.7 KB
Binary file not shown.

XMLTestAdapterVSIX/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016 Ed Elliott, ed @ agilesql co uk
3+
Copyright (c) 2017 Ed Elliott, ed @ agilesql co uk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="AgileSQLClub.tSQLtTestAdapter" Version="0.70" Language="en-US" Publisher="EdElliott" />
4+
<Identity Id="AgileSQLClub.tSQLtTestAdapter" Version="0.93" Language="en-US" Publisher="EdElliott" />
55
<DisplayName>tSQLt Test Adapter</DisplayName>
66
<Description xml:space="preserve">Unit Test Adapter for tSQLt Tests</Description>
77
<MoreInfo>https://the.agilesql.club/projects/tSQLt-Test-Adapter</MoreInfo>
88
<License>LICENSE</License>
99
<Tags>tSQLt, Test, Adapter</Tags>
1010
</Metadata>
1111
<Installation InstalledByMsi="false">
12-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[14.0,15.0)" />
13-
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Ultimate" />
14-
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Premium" />
12+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[14.0,16.0)" />
13+
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Ultimate" />
14+
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Premium" />
1515
</Installation>
1616
<Dependencies>
1717
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
@@ -21,4 +21,8 @@
2121
<Asset Type="UnitTestExtension" d:Source="Project" d:ProjectName="tSQLtTestAdapter" Path="|tSQLtTestAdapter|" />
2222
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="AgileSQLClub.tSQLtTestController" Path="|AgileSQLClub.tSQLtTestController|" AssemblyName="|AgileSQLClub.tSQLtTestController;AssemblyName|" />
2323
</Assets>
24+
<Prerequisites>
25+
<Prerequisite Id="Microsoft.VisualStudio.Component.TestTools.Core" Version="[14.0,16.0)" DisplayName="Testing tools core features" />
26+
</Prerequisites>
27+
2428
</PackageManifest>

XMLTestAdapterVSIX/tSQLtTestAdapterVSIX.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4+
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
55
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
66
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
77
<FileUpgradeFlags>
88
</FileUpgradeFlags>
99
<UpgradeBackupLocation>
1010
</UpgradeBackupLocation>
11-
<OldToolsVersion>4.0</OldToolsVersion>
11+
<OldToolsVersion>12.0</OldToolsVersion>
1212
<TargetFrameworkProfile />
1313
</PropertyGroup>
1414
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -22,7 +22,7 @@
2222
<AppDesignerFolder>Properties</AppDesignerFolder>
2323
<RootNamespace>tSQLtTestAdapterVSIX</RootNamespace>
2424
<AssemblyName>tSQLtTestAdapter</AssemblyName>
25-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
25+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
2626
<GeneratePkgDefFile>false</GeneratePkgDefFile>
2727
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
2828
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>

XmlTestAdapter/Helpers/SolutionEventsListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class SolutionEventsListener : IVsSolutionEvents, ISolutionEventsListener
2222

2323
[ImportingConstructor]
2424
public SolutionEventsListener([Import(typeof(SVsServiceProvider))]IServiceProvider serviceProvider)
25-
{
25+
{
2626
ValidateArg.NotNull(serviceProvider, "serviceProvider");
2727
this.solution = serviceProvider.GetService(typeof(SVsSolution)) as IVsSolution;
2828
}

XmlTestAdapter/Helpers/TestFileAddRemoveListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public sealed class TestFileAddRemoveListener : IVsTrackProjectDocumentsEvents2,
1717

1818
[ImportingConstructor]
1919
public TestFileAddRemoveListener([Import(typeof(SVsServiceProvider))] IServiceProvider serviceProvider)
20-
{
20+
{
2121
ValidateArg.NotNull(serviceProvider, "serviceProvider");
2222

2323
projectDocTracker = serviceProvider.GetService(typeof(SVsTrackProjectDocuments)) as IVsTrackProjectDocuments2;

XmlTestAdapter/Helpers/TestFilesUpdateWatcher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TestFilesUpdateWatcher : IDisposable, ITestFilesUpdateWatcher
1313
private class FileWatcherInfo
1414
{
1515
public FileWatcherInfo(FileSystemWatcher watcher)
16-
{
16+
{
1717
Watcher = watcher;
1818
LastEventTime = DateTime.MinValue;
1919
}
@@ -27,7 +27,7 @@ public FileWatcherInfo(FileSystemWatcher watcher)
2727

2828
public TestFilesUpdateWatcher()
2929
{
30-
fileWatchers = new Dictionary<string, FileWatcherInfo>(StringComparer.OrdinalIgnoreCase);
30+
fileWatchers = new Dictionary<string, FileWatcherInfo>(StringComparer.OrdinalIgnoreCase);
3131
}
3232

3333
public void AddWatch(string path)

XmlTestAdapter/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("tSQLtTestAdapter")]
13-
[assembly: AssemblyCopyright("Copyright © Ed Elliott 2016")]
13+
[assembly: AssemblyCopyright("Copyright © Ed Elliott 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.0.0.70")]
36-
[assembly: AssemblyFileVersion("0.0.0.70")]
35+
[assembly: AssemblyVersion("0.0.0.90")]
36+
[assembly: AssemblyFileVersion("0.0.0.90")]

0 commit comments

Comments
 (0)