-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nunit371Issue.sln
28 lines (28 loc) · 1.48 KB
/
Nunit371Issue.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
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nunit371Issue", "Nunit371Issue\Nunit371Issue.csproj", "{91435445-4D28-4294-A3E2-564905D31AED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nunit371Issue.Tests", "Nunit371Issue.Tests\Nunit371Issue.Tests.csproj", "{5E20A17C-0713-4605-A7B3-9697D7004BC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91435445-4D28-4294-A3E2-564905D31AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91435445-4D28-4294-A3E2-564905D31AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91435445-4D28-4294-A3E2-564905D31AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91435445-4D28-4294-A3E2-564905D31AED}.Release|Any CPU.Build.0 = Release|Any CPU
{5E20A17C-0713-4605-A7B3-9697D7004BC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E20A17C-0713-4605-A7B3-9697D7004BC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E20A17C-0713-4605-A7B3-9697D7004BC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E20A17C-0713-4605-A7B3-9697D7004BC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal