Skip to content

Commit 2ac779c

Browse files
committed
Cleanup project files. (reverted from commit d41b90a)
1 parent d41b90a commit 2ac779c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
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.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'" />
1516
</ItemGroup>
1617

1718
<ItemGroup>

machine.vstestadapter.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2020
4+
VisualStudioVersion = 15.0.26228.4
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
1213
EndProjectSection
1314
EndProject
1415
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{66DAC029-9AA2-4027-9CE6-B1818B7AB104}"
1516
ProjectSection(SolutionItems) = preProject
1617
README.md = README.md
1718
EndProjectSection
1819
EndProject
19-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.VSTestAdapter", "Source\Machine.VSTestAdapter\Machine.VSTestAdapter.csproj", "{53236A16-453D-49C2-880D-87523ECE381F}"
20+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter", "Source\Machine.VSTestAdapter\Machine.VSTestAdapter.csproj", "{53236A16-453D-49C2-880D-87523ECE381F}"
2021
EndProject
21-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.VSTestAdapter.Specs", "Source\Machine.VSTestAdapter.Specs\Machine.VSTestAdapter.Specs.csproj", "{28A8C30C-7C6C-402B-86E2-D54A20748564}"
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter.Specs", "Source\Machine.VSTestAdapter.Specs\Machine.VSTestAdapter.Specs.csproj", "{28A8C30C-7C6C-402B-86E2-D54A20748564}"
2223
EndProject
23-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSpecs", "Source\SampleSpecs\SampleSpecs.csproj", "{64E9F680-210D-4A69-BF87-13BA3E0FD3B7}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSpecs", "Source\SampleSpecs\SampleSpecs.csproj", "{64E9F680-210D-4A69-BF87-13BA3E0FD3B7}"
2425
EndProject
2526
Global
2627
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -44,7 +45,4 @@ Global
4445
GlobalSection(SolutionProperties) = preSolution
4546
HideSolutionNode = FALSE
4647
EndGlobalSection
47-
GlobalSection(ExtensibilityGlobals) = postSolution
48-
SolutionGuid = {2C59B0F1-3914-40EC-92EE-0E0D27CEB875}
49-
EndGlobalSection
5048
EndGlobal

0 commit comments

Comments
 (0)