-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFanScript.sln
More file actions
54 lines (54 loc) · 3.26 KB
/
FanScript.sln
File metadata and controls
54 lines (54 loc) · 3.26 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
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.34929.205
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FanScript", "FanScript\FanScript.csproj", "{FFBDCD89-F68B-4150-915E-FED74F481F13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FanScript.LangServer", "FanScript.LangServer\FanScript.LangServer.csproj", "{E9E22199-5D43-41D1-A472-D6CB08295DB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FanScript.Tests", "FanScript.Tests\FanScript.Tests.csproj", "{5A7AC992-66C7-4DE3-88A3-314CD542334C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FanScript.Generators", "FanScript.Generators\FanScript.Generators.csproj", "{622CC0FB-2253-41EC-AF08-F00EEFE12035}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FanScript.Cli", "FanScript.Cli\FanScript.Cli.csproj", "{F6FD8705-1271-4792-AA60-E20546980D6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03BC0064-08D3-40B4-A1CF-0380B14F19FB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFBDCD89-F68B-4150-915E-FED74F481F13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFBDCD89-F68B-4150-915E-FED74F481F13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFBDCD89-F68B-4150-915E-FED74F481F13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFBDCD89-F68B-4150-915E-FED74F481F13}.Release|Any CPU.Build.0 = Release|Any CPU
{E9E22199-5D43-41D1-A472-D6CB08295DB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9E22199-5D43-41D1-A472-D6CB08295DB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9E22199-5D43-41D1-A472-D6CB08295DB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9E22199-5D43-41D1-A472-D6CB08295DB2}.Release|Any CPU.Build.0 = Release|Any CPU
{5A7AC992-66C7-4DE3-88A3-314CD542334C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A7AC992-66C7-4DE3-88A3-314CD542334C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A7AC992-66C7-4DE3-88A3-314CD542334C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A7AC992-66C7-4DE3-88A3-314CD542334C}.Release|Any CPU.Build.0 = Release|Any CPU
{622CC0FB-2253-41EC-AF08-F00EEFE12035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{622CC0FB-2253-41EC-AF08-F00EEFE12035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{622CC0FB-2253-41EC-AF08-F00EEFE12035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{622CC0FB-2253-41EC-AF08-F00EEFE12035}.Release|Any CPU.Build.0 = Release|Any CPU
{F6FD8705-1271-4792-AA60-E20546980D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6FD8705-1271-4792-AA60-E20546980D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6FD8705-1271-4792-AA60-E20546980D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6FD8705-1271-4792-AA60-E20546980D6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0ADCFA94-1C3B-4A9E-888A-E2A93B3FD0A8}
EndGlobalSection
EndGlobal