-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
asl-help.sln
42 lines (42 loc) · 2.26 KB
/
asl-help.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "asl-help-unity", "src\Unity\asl-help-unity.csproj", "{2B99D46A-C169-4CD4-B038-D94BF0C206EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "asl-help-merger", "src\Merger\asl-help-merger.csproj", "{0FDC8E3F-F509-403B-A863-48D8D3F5696A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF939B79-8521-43CD-81E1-E0CF9CFCD497}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "asl-help", "src\Basic\asl-help.csproj", "{17916A13-37BF-4146-98CF-B43B230D32E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B99D46A-C169-4CD4-B038-D94BF0C206EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B99D46A-C169-4CD4-B038-D94BF0C206EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B99D46A-C169-4CD4-B038-D94BF0C206EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B99D46A-C169-4CD4-B038-D94BF0C206EC}.Release|Any CPU.Build.0 = Release|Any CPU
{0FDC8E3F-F509-403B-A863-48D8D3F5696A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FDC8E3F-F509-403B-A863-48D8D3F5696A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FDC8E3F-F509-403B-A863-48D8D3F5696A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FDC8E3F-F509-403B-A863-48D8D3F5696A}.Release|Any CPU.Build.0 = Release|Any CPU
{17916A13-37BF-4146-98CF-B43B230D32E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17916A13-37BF-4146-98CF-B43B230D32E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17916A13-37BF-4146-98CF-B43B230D32E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17916A13-37BF-4146-98CF-B43B230D32E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E658CA9-DC0D-4168-968D-652E7FB6E63A}
EndGlobalSection
EndGlobal