-
Notifications
You must be signed in to change notification settings - Fork 0
/
RALang.sln
31 lines (31 loc) · 1.54 KB
/
RALang.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Transpiler", "RALang\Transpiler.fsproj", "{7D2802A6-D08C-430D-9E98-34E044FBB082}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphicalUserInterface", "GraphicalUserInterface\GraphicalUserInterface.csproj", "{DD2C22C5-E7CA-4CB4-894B-064F2884659A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D2802A6-D08C-430D-9E98-34E044FBB082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D2802A6-D08C-430D-9E98-34E044FBB082}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D2802A6-D08C-430D-9E98-34E044FBB082}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D2802A6-D08C-430D-9E98-34E044FBB082}.Release|Any CPU.Build.0 = Release|Any CPU
{DD2C22C5-E7CA-4CB4-894B-064F2884659A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD2C22C5-E7CA-4CB4-894B-064F2884659A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD2C22C5-E7CA-4CB4-894B-064F2884659A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD2C22C5-E7CA-4CB4-894B-064F2884659A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-fsharp
EndGlobalSection
EndGlobal