-
Notifications
You must be signed in to change notification settings - Fork 0
/
ARPA.sln
37 lines (37 loc) · 2.12 KB
/
ARPA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARPA-Programming-Language", "ARPA-Programming-Language\ARPA-Programming-Language.csproj", "{7BB1EA0A-D0AE-4DE7-BCC4-8F17E2CAD0D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARPA.IDE", "ARPA.IDE\ARPA.IDE.csproj", "{FD98AFBA-0826-4495-9BE6-58036F737FBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ARPA-Programming-Language.Tests", "ARPA-Programming-Language.Tests\ARPA-Programming-Language.Tests.csproj", "{CB020AFE-FEB2-4DB0-9604-D4F043056684}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BB1EA0A-D0AE-4DE7-BCC4-8F17E2CAD0D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB1EA0A-D0AE-4DE7-BCC4-8F17E2CAD0D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB1EA0A-D0AE-4DE7-BCC4-8F17E2CAD0D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB1EA0A-D0AE-4DE7-BCC4-8F17E2CAD0D3}.Release|Any CPU.Build.0 = Release|Any CPU
{FD98AFBA-0826-4495-9BE6-58036F737FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD98AFBA-0826-4495-9BE6-58036F737FBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD98AFBA-0826-4495-9BE6-58036F737FBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD98AFBA-0826-4495-9BE6-58036F737FBE}.Release|Any CPU.Build.0 = Release|Any CPU
{CB020AFE-FEB2-4DB0-9604-D4F043056684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB020AFE-FEB2-4DB0-9604-D4F043056684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB020AFE-FEB2-4DB0-9604-D4F043056684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB020AFE-FEB2-4DB0-9604-D4F043056684}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE5D4A2E-797B-472B-A1B2-5D6827CB313D}
EndGlobalSection
EndGlobal