Skip to content

Commit 9dcedf7

Browse files
authored
Merge pull request #76 from ivanz/iz-fix-vs2017-15-5
Fix support for VS2017 15.5.x
2 parents cb14e38 + 02c3df1 commit 9dcedf7

14 files changed

+32
-264
lines changed

Source/Machine.VSTestAdapter.Specs/Machine.VSTestAdapter.Specs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp1.1;net46</TargetFrameworks>
55
<AssemblyName>Machine.VSTestAdapter.Specs</AssemblyName>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78

89
<ItemGroup>

Source/Machine.VSTestAdapter.VSIX/License.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.
Binary file not shown.
-8.85 KB
Binary file not shown.
-2.09 KB
Binary file not shown.
-5.92 KB
Binary file not shown.

Source/Machine.VSTestAdapter.VSIX/Machine.VSTestAdapter.VSIX.csproj

Lines changed: 0 additions & 114 deletions
This file was deleted.

Source/Machine.VSTestAdapter.VSIX/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

Source/Machine.VSTestAdapter.VSIX/source.extension.vsixmanifest

Lines changed: 0 additions & 23 deletions
This file was deleted.

Source/Machine.VSTestAdapter/Machine.VSTestAdapter.csproj

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
<_TargetDotNetFramework>net46</_TargetDotNetFramework>
66

77
<TargetFrameworks>netcoreapp1.1;net46</TargetFrameworks>
8-
8+
<!-- Needed in order to later manually include the libs in the build directory instead of lib -->
9+
<IncludeBuildOutput>false</IncludeBuildOutput>
10+
911
<AssemblyName>Machine.TestAdapter</AssemblyName>
1012
<Product>Machine.Specifications.Runner.VisualStudio</Product>
1113
<AssemblyTitle>Machine.Specifications.Runner.VisualStudio</AssemblyTitle>
1214
<PackageId>Machine.Specifications.Runner.VisualStudio </PackageId>
1315
<Version>1.0.0</Version>
16+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1417
<Authors>https://github.com/machine/machine.vstestadapter</Authors>
1518
<PackageProjectUrl>https://github.com/machine/machine.vstestadapter</PackageProjectUrl>
1619
<PackageReleaseNotes>https://github.com/machine/machine.vstestadapter/releases</PackageReleaseNotes>
1720
<Description>Machine.Specifications (MSpec) adapter for .NET Framework and .NET Core including dotnet cli (dotnet test), Visual Studio IDE, TFS, Visual Studio Online, Visual Studio Team Services.</Description>
1821
<PackageTags>mspec unit testing context specification bdd tdd tfs visualstudio vsts vso</PackageTags>
19-
<IsTool>true</IsTool>
2022
<PackageIconUrl>http://github.com/machine/machine.vstestadapter/raw/master/Misc/Machine.VSTestAdapter-64x64.png</PackageIconUrl>
2123
</PropertyGroup>
2224

@@ -60,10 +62,6 @@
6062
</EmbeddedResource>
6163
</ItemGroup>
6264

63-
<ItemGroup>
64-
<Folder Include="Properties\" />
65-
</ItemGroup>
66-
6765
<ItemGroup>
6866
<!-- .NET Core -->
6967
<Content Include="Machine.Specifications.Runner.VisualStudio.props">
@@ -88,12 +86,5 @@
8886
<Pack>true</Pack>
8987
<PackagePath>build\$(_TargetDotNetFramework)\</PackagePath>
9088
</Content>
91-
92-
<!-- .NET Framework - support for the old .csproj and vstest.console/IDE tooling -->
93-
<Content Include="bin\$(Configuration)\$(_TargetDotNetFramework)\*.dll">
94-
<Pack>true</Pack>
95-
<PackagePath>tools\</PackagePath>
96-
</Content>
9789
</ItemGroup>
98-
9990
</Project>

0 commit comments

Comments
 (0)