-
Notifications
You must be signed in to change notification settings - Fork 8
/
fa.sln
51 lines (51 loc) · 2.56 KB
/
fa.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fa", "fa\fa.vcxproj", "{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}"
ProjectSection(ProjectDependencies) = postProject
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2} = {F17014C2-94B5-4CD9-9726-E4C6647BA8B2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fa_compile_runtime", "fa_compile_runtime\fa_compile_runtime.vcxproj", "{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{D0F5C44A-345C-45AE-B0BA-603D210B0C3A}"
ProjectSection(SolutionItems) = preProject
tools\FaLexer.g4 = tools\FaLexer.g4
tools\FaParser.g4 = tools\FaParser.g4
tools\main.fa = tools\main.fa
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Debug|x64.ActiveCfg = Debug|x64
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Debug|x64.Build.0 = Debug|x64
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Debug|x86.ActiveCfg = Debug|Win32
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Debug|x86.Build.0 = Debug|Win32
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Release|x64.ActiveCfg = Release|x64
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Release|x64.Build.0 = Release|x64
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Release|x86.ActiveCfg = Release|Win32
{D8CB244D-7EDF-4153-BCB7-F9D2A228487B}.Release|x86.Build.0 = Release|Win32
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Debug|x64.ActiveCfg = Debug|x64
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Debug|x64.Build.0 = Debug|x64
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Debug|x86.ActiveCfg = Debug|Win32
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Debug|x86.Build.0 = Debug|Win32
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Release|x64.ActiveCfg = Release|x64
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Release|x64.Build.0 = Release|x64
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Release|x86.ActiveCfg = Release|Win32
{F17014C2-94B5-4CD9-9726-E4C6647BA8B2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {713510A2-832D-47BE-B07A-73D932C43A63}
EndGlobalSection
EndGlobal