-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRottytooth.Esolang.Velato.sln
66 lines (66 loc) · 3.67 KB
/
Rottytooth.Esolang.Velato.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Velato", "Rottytooth.Esolang.Velato\Rottytooth.Esolang.Velato.csproj", "{EE8B1987-FE98-414E-BE9C-3D8441023EA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{3F8A99C4-726A-4DF1-9BDF-D2B690C0B35B}"
ProjectSection(SolutionItems) = preProject
Lib\NAudio.dll = Lib\NAudio.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Programs", "Programs", "{A1FE7946-2AAD-4210-B249-3330166F96D8}"
ProjectSection(SolutionItems) = preProject
Programs\copy_input_to_output.ly = Programs\copy_input_to_output.ly
Programs\copy_input_to_output.mid = Programs\copy_input_to_output.mid
Programs\fugue.ly = Programs\fugue.ly
Programs\fugue.mid = Programs\fugue.mid
Programs\hi.ly = Programs\hi.ly
Programs\hi.mid = Programs\hi.mid
Programs\print_he.ly = Programs\print_he.ly
Programs\print_he.mid = Programs\print_he.mid
Programs\print_hello_world.ly = Programs\print_hello_world.ly
Programs\print_hello_world.mid = Programs\print_hello_world.mid
Programs\print_hello_world_chords.ly = Programs\print_hello_world_chords.ly
Programs\print_hello_world_chords.mid = Programs\print_hello_world_chords.mid
Programs\while_test.ly = Programs\while_test.ly
Programs\while_test.mid = Programs\while_test.mid
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Velato.Converter", "Rottytooth.Esolang.Velato.Converter\Rottytooth.Esolang.Velato.Converter.csproj", "{734C0E6F-8675-473E-B118-812A4FE73D87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PseudoFiles", "PseudoFiles", "{B2D72ACE-3596-4709-B833-31FB3576D563}"
ProjectSection(SolutionItems) = preProject
PseudoFiles\99Bottles.txt = PseudoFiles\99Bottles.txt
PseudoFiles\HelloWorld.txt = PseudoFiles\HelloWorld.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rottytooth.Esolang.Velato.UnitTests", "Rottytooth.Esolang.Velato.UnitTests\Rottytooth.Esolang.Velato.UnitTests.csproj", "{DE006783-E5A1-4BD3-847B-515FE1380C78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE8B1987-FE98-414E-BE9C-3D8441023EA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE8B1987-FE98-414E-BE9C-3D8441023EA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE8B1987-FE98-414E-BE9C-3D8441023EA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE8B1987-FE98-414E-BE9C-3D8441023EA8}.Release|Any CPU.Build.0 = Release|Any CPU
{734C0E6F-8675-473E-B118-812A4FE73D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{734C0E6F-8675-473E-B118-812A4FE73D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{734C0E6F-8675-473E-B118-812A4FE73D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{734C0E6F-8675-473E-B118-812A4FE73D87}.Release|Any CPU.Build.0 = Release|Any CPU
{DE006783-E5A1-4BD3-847B-515FE1380C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE006783-E5A1-4BD3-847B-515FE1380C78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE006783-E5A1-4BD3-847B-515FE1380C78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE006783-E5A1-4BD3-847B-515FE1380C78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FC292AF-700E-4BFA-873C-D862F86C01F1}
EndGlobalSection
EndGlobal