-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathTestGeneration.Extensions.NUnit.sln
40 lines (40 loc) · 2.25 KB
/
TestGeneration.Extensions.NUnit.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
29
30
31
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25909.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA107D0F-7028-4FF8-B90C-E2C5DF4C62D2}"
ProjectSection(SolutionItems) = preProject
notice.md = notice.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateUnitTests.NUnit", "CreateUnitTests.NUnit\CreateUnitTests.NUnit.csproj", "{9635AFF9-7554-434D-AA63-556313342E5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntelliTest.NUnit", "IntelliTest.NUnit\IntelliTest.NUnit.csproj", "{9B87DC9E-151C-4F94-959F-657BBF72645F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGeneration.Extensions.NUnit", "TestGeneration.Extensions.NUnit\TestGeneration.Extensions.NUnit.csproj", "{A773B258-30DD-4698-8601-ECC742A712DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9635AFF9-7554-434D-AA63-556313342E5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9635AFF9-7554-434D-AA63-556313342E5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9635AFF9-7554-434D-AA63-556313342E5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9635AFF9-7554-434D-AA63-556313342E5A}.Release|Any CPU.Build.0 = Release|Any CPU
{9B87DC9E-151C-4F94-959F-657BBF72645F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B87DC9E-151C-4F94-959F-657BBF72645F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B87DC9E-151C-4F94-959F-657BBF72645F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B87DC9E-151C-4F94-959F-657BBF72645F}.Release|Any CPU.Build.0 = Release|Any CPU
{A773B258-30DD-4698-8601-ECC742A712DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A773B258-30DD-4698-8601-ECC742A712DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A773B258-30DD-4698-8601-ECC742A712DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A773B258-30DD-4698-8601-ECC742A712DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal