-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAtom.sln
More file actions
44 lines (43 loc) · 2.31 KB
/
Atom.sln
File metadata and controls
44 lines (43 loc) · 2.31 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.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atom", "Atom\Atom.csproj", "{9E8CB534-D0C9-465C-931C-F029E83E2E2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atom.Tests", "Atom.Tests\Atom.Tests.csproj", "{08229332-9A8D-4937-AEF1-9B5FE9867D4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9BB9FAB7-BF1F-4154-90E9-85DD9F365FBD}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
Modules.json = Modules.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atom.Build", "Atom.Build\Atom.Build.csproj", "{0B5E6030-1FC5-4D15-AEEE-A6900734FDA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E8CB534-D0C9-465C-931C-F029E83E2E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E8CB534-D0C9-465C-931C-F029E83E2E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E8CB534-D0C9-465C-931C-F029E83E2E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E8CB534-D0C9-465C-931C-F029E83E2E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{08229332-9A8D-4937-AEF1-9B5FE9867D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08229332-9A8D-4937-AEF1-9B5FE9867D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08229332-9A8D-4937-AEF1-9B5FE9867D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08229332-9A8D-4937-AEF1-9B5FE9867D4A}.Release|Any CPU.Build.0 = Release|Any CPU
{0B5E6030-1FC5-4D15-AEEE-A6900734FDA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B5E6030-1FC5-4D15-AEEE-A6900734FDA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B5E6030-1FC5-4D15-AEEE-A6900734FDA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B5E6030-1FC5-4D15-AEEE-A6900734FDA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAB2FCAB-3DF6-4D10-8427-AE4233406741}
EndGlobalSection
EndGlobal