-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNUnit.Should.NET30.sln
executable file
·26 lines (26 loc) · 1.39 KB
/
NUnit.Should.NET30.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnit.Should", "src\NUnit.Should.NET30.csproj", "{1384D114-0860-40D9-8A35-916F1C7CC0B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnit.Should.Specs", "spec\NUnit.Should.Specs.NET30.csproj", "{22450D39-EA03-436A-9857-3AC7304D2048}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1384D114-0860-40D9-8A35-916F1C7CC0B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1384D114-0860-40D9-8A35-916F1C7CC0B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1384D114-0860-40D9-8A35-916F1C7CC0B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1384D114-0860-40D9-8A35-916F1C7CC0B7}.Release|Any CPU.Build.0 = Release|Any CPU
{22450D39-EA03-436A-9857-3AC7304D2048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22450D39-EA03-436A-9857-3AC7304D2048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22450D39-EA03-436A-9857-3AC7304D2048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22450D39-EA03-436A-9857-3AC7304D2048}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal