forked from rottytooth/Folders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRottytooth.Esolang.Folders.sln
32 lines (32 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
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.Runtime", "Rottytooth.Esolang.Folders.Runtime\Rottytooth.Esolang.Folders.Runtime.csproj", "{0462FC51-8839-4907-AE19-DE4B3929AF95}"
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
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
{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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal