-
Notifications
You must be signed in to change notification settings - Fork 3
/
TinyLanguage.sln
37 lines (37 loc) · 1.84 KB
/
TinyLanguage.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 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TinyLanguage", "TinyLanguage\TinyLanguage.fsproj", "{7F9A87DF-5FA7-4271-AE94-62E5EF3463E2}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TinyLanguage.Tests", "TinyLanguage.Tests\TinyLanguage.Tests.fsproj", "{5C6F7152-E45B-4979-AEFB-E04AB89A5739}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1702DF3-9F6A-4EA9-8EA7-5606252BA453}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F9A87DF-5FA7-4271-AE94-62E5EF3463E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F9A87DF-5FA7-4271-AE94-62E5EF3463E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F9A87DF-5FA7-4271-AE94-62E5EF3463E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F9A87DF-5FA7-4271-AE94-62E5EF3463E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5C6F7152-E45B-4979-AEFB-E04AB89A5739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6F7152-E45B-4979-AEFB-E04AB89A5739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6F7152-E45B-4979-AEFB-E04AB89A5739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C6F7152-E45B-4979-AEFB-E04AB89A5739}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC276AE6-CF03-4945-B096-070D6DC4D319}
EndGlobalSection
EndGlobal