-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDOM.sln
More file actions
41 lines (41 loc) · 1.94 KB
/
DOM.sln
File metadata and controls
41 lines (41 loc) · 1.94 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DOM", "DOM\DOM.csproj", "{D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{03BAA3C9-AF46-4DA6-835B-9F6102353538}"
ProjectSection(ProjectDependencies) = postProject
{D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41} = {D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBDBDAED-CE4A-4207-993F-458797F3812C}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
README.nuget.md = README.nuget.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E8F63A-65A6-4E01-B8E4-9D1CADDB9D41}.Release|Any CPU.Build.0 = Release|Any CPU
{03BAA3C9-AF46-4DA6-835B-9F6102353538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03BAA3C9-AF46-4DA6-835B-9F6102353538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03BAA3C9-AF46-4DA6-835B-9F6102353538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03BAA3C9-AF46-4DA6-835B-9F6102353538}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9CEE4B18-C0BD-43DF-BBD5-4C1D6CD862C7}
EndGlobalSection
EndGlobal