Skip to content

Commit d41b90a

Browse files
committed
Cleanup project files.
1 parent 6ea486a commit d41b90a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<PackageReference Include="Machine.Specifications" Version="0.12.0" />
1212
<PackageReference Include="Machine.Specifications.Should" Version="0.11.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
14-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.0.0" Condition="'$(TargetFramework)'=='netstandard1.5'" />
15-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.5.0" Condition="'$(TargetFramework)'=='net46'" />
14+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.5.0" />
1615
</ItemGroup>
1716

1817
<ItemGroup>

machine.vstestadapter.sln

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26228.4
4+
VisualStudioVersion = 15.0.27130.2020
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{405D88EB-F3ED-4B4C-B758-4EA98692F96F}"
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
99
.gitattributes = .gitattributes
1010
.gitignore = .gitignore
1111
appveyor.yml = appveyor.yml
12-
README.md = README.md
1312
EndProjectSection
1413
EndProject
1514
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{66DAC029-9AA2-4027-9CE6-B1818B7AB104}"
1615
ProjectSection(SolutionItems) = preProject
1716
README.md = README.md
1817
EndProjectSection
1918
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter", "Source\Machine.VSTestAdapter\Machine.VSTestAdapter.csproj", "{53236A16-453D-49C2-880D-87523ECE381F}"
19+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.VSTestAdapter", "Source\Machine.VSTestAdapter\Machine.VSTestAdapter.csproj", "{53236A16-453D-49C2-880D-87523ECE381F}"
2120
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter.Specs", "Source\Machine.VSTestAdapter.Specs\Machine.VSTestAdapter.Specs.csproj", "{28A8C30C-7C6C-402B-86E2-D54A20748564}"
21+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.VSTestAdapter.Specs", "Source\Machine.VSTestAdapter.Specs\Machine.VSTestAdapter.Specs.csproj", "{28A8C30C-7C6C-402B-86E2-D54A20748564}"
2322
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSpecs", "Source\SampleSpecs\SampleSpecs.csproj", "{64E9F680-210D-4A69-BF87-13BA3E0FD3B7}"
23+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSpecs", "Source\SampleSpecs\SampleSpecs.csproj", "{64E9F680-210D-4A69-BF87-13BA3E0FD3B7}"
2524
EndProject
2625
Global
2726
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -45,4 +44,7 @@ Global
4544
GlobalSection(SolutionProperties) = preSolution
4645
HideSolutionNode = FALSE
4746
EndGlobalSection
47+
GlobalSection(ExtensibilityGlobals) = postSolution
48+
SolutionGuid = {2C59B0F1-3914-40EC-92EE-0E0D27CEB875}
49+
EndGlobalSection
4850
EndGlobal

0 commit comments

Comments
 (0)