-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnittestDemo.NUnit.sln
43 lines (43 loc) · 2.1 KB
/
UnittestDemo.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnittestDemo.NUnit", "UnittestDemo.NUnit\UnittestDemo.NUnit.csproj", "{6CD8DC6D-6B86-4872-A036-6B4F472A66B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoClasses", "UnittestDemo.DemoClasses\DemoClasses\DemoClasses.csproj", "{D39D0E65-1150-46D9-84F3-8B6D0010FBC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FBE54EA-B6E7-4FFB-AE95-2DF0878A0D2F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
coverlet.runsettings = coverlet.runsettings
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
SonarQube.Analysis.xml = SonarQube.Analysis.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CD8DC6D-6B86-4872-A036-6B4F472A66B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CD8DC6D-6B86-4872-A036-6B4F472A66B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CD8DC6D-6B86-4872-A036-6B4F472A66B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CD8DC6D-6B86-4872-A036-6B4F472A66B3}.Release|Any CPU.Build.0 = Release|Any CPU
{D39D0E65-1150-46D9-84F3-8B6D0010FBC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D39D0E65-1150-46D9-84F3-8B6D0010FBC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D39D0E65-1150-46D9-84F3-8B6D0010FBC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D39D0E65-1150-46D9-84F3-8B6D0010FBC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E50A03FD-319B-4FC4-8F49-616738C940F4}
EndGlobalSection
EndGlobal