-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDScript.sln
49 lines (49 loc) · 2.8 KB
/
DScript.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DScript", "DScript\DScript.csproj", "{FC4BD1FC-B545-4EEA-AD76-A2ECE21EEDFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DScript.Extras", "DScript.Extras\DScript.Extras.csproj", "{D2F3E3B5-18E1-4FFE-8E00-99E8ACDB346B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DScript.Demo", "DScript.Demo\DScript.Demo.csproj", "{75C20ACD-B003-4384-A126-51EDEE5BC6E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DScript.Test", "DScript.Test\DScript.Test.csproj", "{9B3FAE01-EE1F-4B4B-A0FA-B4FC0EA4E026}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A47C4165-7762-4CCD-A2B9-FD28B941D5F9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
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
{FC4BD1FC-B545-4EEA-AD76-A2ECE21EEDFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC4BD1FC-B545-4EEA-AD76-A2ECE21EEDFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC4BD1FC-B545-4EEA-AD76-A2ECE21EEDFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC4BD1FC-B545-4EEA-AD76-A2ECE21EEDFE}.Release|Any CPU.Build.0 = Release|Any CPU
{D2F3E3B5-18E1-4FFE-8E00-99E8ACDB346B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F3E3B5-18E1-4FFE-8E00-99E8ACDB346B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2F3E3B5-18E1-4FFE-8E00-99E8ACDB346B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2F3E3B5-18E1-4FFE-8E00-99E8ACDB346B}.Release|Any CPU.Build.0 = Release|Any CPU
{75C20ACD-B003-4384-A126-51EDEE5BC6E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C20ACD-B003-4384-A126-51EDEE5BC6E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C20ACD-B003-4384-A126-51EDEE5BC6E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C20ACD-B003-4384-A126-51EDEE5BC6E9}.Release|Any CPU.Build.0 = Release|Any CPU
{9B3FAE01-EE1F-4B4B-A0FA-B4FC0EA4E026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B3FAE01-EE1F-4B4B-A0FA-B4FC0EA4E026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B3FAE01-EE1F-4B4B-A0FA-B4FC0EA4E026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B3FAE01-EE1F-4B4B-A0FA-B4FC0EA4E026}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F9335D2-D60B-4F1D-926A-16CB06673EE6}
EndGlobalSection
EndGlobal