-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAramaic.sln
29 lines (29 loc) · 1.51 KB
/
Aramaic.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Aramaic.Core", "Aramaic.Core\Aramaic.Core.fsproj", "{CC67305C-96F2-4D56-B38A-AEAB484E36AB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Aramaic.Core.Tests", "Aramaic.Core.Tests\Aramaic.Core.Tests.fsproj", "{67A4FA6A-7460-4956-8FC4-E9D4BD29197B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{19E78D53-90A2-4117-8F8A-21507C9AA517}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC67305C-96F2-4D56-B38A-AEAB484E36AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC67305C-96F2-4D56-B38A-AEAB484E36AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC67305C-96F2-4D56-B38A-AEAB484E36AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC67305C-96F2-4D56-B38A-AEAB484E36AB}.Release|Any CPU.Build.0 = Release|Any CPU
{67A4FA6A-7460-4956-8FC4-E9D4BD29197B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67A4FA6A-7460-4956-8FC4-E9D4BD29197B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67A4FA6A-7460-4956-8FC4-E9D4BD29197B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67A4FA6A-7460-4956-8FC4-E9D4BD29197B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal