forked from rottytooth/Folders
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Rottytooth.Esolang.Folders.sln
49 lines (49 loc) · 3.08 KB
/
Rottytooth.Esolang.Folders.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Folders", "Rottytooth.Esolang.Folders\Rottytooth.Esolang.Folders.csproj", "{93DF756D-62EF-4B83-BD35-B281F3CF701E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Folders.SamplePrograms", "Rottytooth.Esolang.Folders.SamplePrograms\Rottytooth.Esolang.Folders.SamplePrograms.csproj", "{CA63EEE2-B804-40ED-9EEA-8A94996D18FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Folders.Runtime", "Rottytooth.Esolang.Folders.Runtime\Rottytooth.Esolang.Folders.Runtime.csproj", "{0462FC51-8839-4907-AE19-DE4B3929AF95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE86F84F-E254-4965-96F0-B7ABC00E1FEC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Folders.LiteralBuilder", "Rottytooth.Esolang.Folders.LiteralBuilder\Rottytooth.Esolang.Folders.LiteralBuilder.csproj", "{88229458-BED2-4853-B853-049631EB9983}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93DF756D-62EF-4B83-BD35-B281F3CF701E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93DF756D-62EF-4B83-BD35-B281F3CF701E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93DF756D-62EF-4B83-BD35-B281F3CF701E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93DF756D-62EF-4B83-BD35-B281F3CF701E}.Release|Any CPU.Build.0 = Release|Any CPU
{CA63EEE2-B804-40ED-9EEA-8A94996D18FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA63EEE2-B804-40ED-9EEA-8A94996D18FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA63EEE2-B804-40ED-9EEA-8A94996D18FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA63EEE2-B804-40ED-9EEA-8A94996D18FA}.Release|Any CPU.Build.0 = Release|Any CPU
{0462FC51-8839-4907-AE19-DE4B3929AF95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0462FC51-8839-4907-AE19-DE4B3929AF95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0462FC51-8839-4907-AE19-DE4B3929AF95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0462FC51-8839-4907-AE19-DE4B3929AF95}.Release|Any CPU.Build.0 = Release|Any CPU
{88229458-BED2-4853-B853-049631EB9983}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88229458-BED2-4853-B853-049631EB9983}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88229458-BED2-4853-B853-049631EB9983}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88229458-BED2-4853-B853-049631EB9983}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED5970FA-7A0E-4087-BB5E-48FE59FA5B96}
EndGlobalSection
EndGlobal