-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotepad.API.sln
More file actions
44 lines (44 loc) · 2.29 KB
/
Notepad.API.sln
File metadata and controls
44 lines (44 loc) · 2.29 KB
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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "src\API\API.csproj", "{690A78A8-FC72-4BBB-9BC8-E994CF9A0BF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{5B0567EE-4A84-460E-AD5D-6CB7A6376EDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{EC446A90-BAB7-4D84-B7A5-0D1E4D50054C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{953D5A07-320A-43F1-B5DB-A6222EFE30C0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{690A78A8-FC72-4BBB-9BC8-E994CF9A0BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{690A78A8-FC72-4BBB-9BC8-E994CF9A0BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{690A78A8-FC72-4BBB-9BC8-E994CF9A0BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{690A78A8-FC72-4BBB-9BC8-E994CF9A0BF5}.Release|Any CPU.Build.0 = Release|Any CPU
{5B0567EE-4A84-460E-AD5D-6CB7A6376EDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B0567EE-4A84-460E-AD5D-6CB7A6376EDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B0567EE-4A84-460E-AD5D-6CB7A6376EDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B0567EE-4A84-460E-AD5D-6CB7A6376EDC}.Release|Any CPU.Build.0 = Release|Any CPU
{EC446A90-BAB7-4D84-B7A5-0D1E4D50054C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC446A90-BAB7-4D84-B7A5-0D1E4D50054C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC446A90-BAB7-4D84-B7A5-0D1E4D50054C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC446A90-BAB7-4D84-B7A5-0D1E4D50054C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {774EF5EF-4778-47F7-8BF6-EAB0D9AEB1BE}
EndGlobalSection
EndGlobal