-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTypeCobol.TemplateTranspiler.All.sln
43 lines (43 loc) · 2.66 KB
/
TypeCobol.TemplateTranspiler.All.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeCobol.TemplateTranspiler", "TypeCobol.TemplateTranspiler\TypeCobol.TemplateTranspiler.csproj", "{AB8D29E1-9511-44C2-B5E3-28965323E87B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeCobol.TemplateCore.Test", "TypeCobol.TemplateCore.Test\TypeCobol.TemplateCore.Test.csproj", "{E9386EE6-7B3B-4823-BEEF-1B6521CE5319}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeCobol.TemplateCore", "TypeCobol.TemplateCore\TypeCobol.TemplateCore.csproj", "{FB927D1E-C8D1-48C6-BF13-25942BE5041B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeCobol.TemplateTask", "TypeCobol.TemplateTask\TypeCobol.TemplateTask.csproj", "{50B94E6F-2CBF-4269-9A18-DAB4C19DA569}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB8D29E1-9511-44C2-B5E3-28965323E87B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB8D29E1-9511-44C2-B5E3-28965323E87B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8D29E1-9511-44C2-B5E3-28965323E87B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8D29E1-9511-44C2-B5E3-28965323E87B}.Release|Any CPU.Build.0 = Release|Any CPU
{E9386EE6-7B3B-4823-BEEF-1B6521CE5319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9386EE6-7B3B-4823-BEEF-1B6521CE5319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9386EE6-7B3B-4823-BEEF-1B6521CE5319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9386EE6-7B3B-4823-BEEF-1B6521CE5319}.Release|Any CPU.Build.0 = Release|Any CPU
{FB927D1E-C8D1-48C6-BF13-25942BE5041B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB927D1E-C8D1-48C6-BF13-25942BE5041B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB927D1E-C8D1-48C6-BF13-25942BE5041B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB927D1E-C8D1-48C6-BF13-25942BE5041B}.Release|Any CPU.Build.0 = Release|Any CPU
{50B94E6F-2CBF-4269-9A18-DAB4C19DA569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B94E6F-2CBF-4269-9A18-DAB4C19DA569}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B94E6F-2CBF-4269-9A18-DAB4C19DA569}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B94E6F-2CBF-4269-9A18-DAB4C19DA569}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C359834E-30AD-42E9-86DB-1E27A51C85EA}
EndGlobalSection
EndGlobal