-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMarzipan.sln
More file actions
46 lines (45 loc) · 3 KB
/
Marzipan.sln
File metadata and controls
46 lines (45 loc) · 3 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# RemObjects Fire
Project("{656346d9-4656-40da-a068-22d5425d4639}") = "CodegGen4 (.NET)", "CodeGen4\CodeGen4.Echoes.elements", "{2c3408f4-2270-4310-9a38-6a5296129576}"
EndProject
Project("{656346d9-4656-40da-a068-22d5425d4639}") = "CodegGen4 (Shared)", "CodeGen4\Codegen4.Shared.elements", "{615fc69d-8d8a-4996-9d58-b042cd883941}"
EndProject
Project("{656346d9-4656-40da-a068-22d5425d4639}") = "Importer", "Importer\Importer.elements", "{96b323d7-e89e-4a28-a6d3-050acb2aa50e}"
EndProject
Project("{656346d9-4656-40da-a068-22d5425d4639}") = "LibMono (Import)", "LibMono (Import).elements", "{ba07e348-1d49-454f-ae2d-ab6ab8821206}"
EndProject
Project("{656346d9-4656-40da-a068-22d5425d4639}") = "RemObjects.Marzipan.Core", "RemObjects.Marzipan.Core\RemObjects.Marzipan.Core.elements", "{fdd173fc-78f5-4dfe-853e-8a9e092687f1}"
EndProject
Project("{656346d9-4656-40da-a068-22d5425d4639}") = "RemObjects.Marzipan.Mono", "RemObjects.Marzipan.Mono\RemObjects.Marzipan.Mono.elements", "{b8a8b4bb-61d3-49b0-bafe-99016e5b3225}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2c3408f4-2270-4310-9a38-6a5296129576}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{2c3408f4-2270-4310-9a38-6a5296129576}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{2c3408f4-2270-4310-9a38-6a5296129576}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{2c3408f4-2270-4310-9a38-6a5296129576}.Release|AnyCPU.Build.0 = Release|AnyCPU
{96b323d7-e89e-4a28-a6d3-050acb2aa50e}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{96b323d7-e89e-4a28-a6d3-050acb2aa50e}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{96b323d7-e89e-4a28-a6d3-050acb2aa50e}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{96b323d7-e89e-4a28-a6d3-050acb2aa50e}.Release|AnyCPU.Build.0 = Release|AnyCPU
{ba07e348-1d49-454f-ae2d-ab6ab8821206}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{ba07e348-1d49-454f-ae2d-ab6ab8821206}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{ba07e348-1d49-454f-ae2d-ab6ab8821206}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{ba07e348-1d49-454f-ae2d-ab6ab8821206}.Release|AnyCPU.Build.0 = Release|AnyCPU
{fdd173fc-78f5-4dfe-853e-8a9e092687f1}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{fdd173fc-78f5-4dfe-853e-8a9e092687f1}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{fdd173fc-78f5-4dfe-853e-8a9e092687f1}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{fdd173fc-78f5-4dfe-853e-8a9e092687f1}.Release|AnyCPU.Build.0 = Release|AnyCPU
{b8a8b4bb-61d3-49b0-bafe-99016e5b3225}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{b8a8b4bb-61d3-49b0-bafe-99016e5b3225}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{b8a8b4bb-61d3-49b0-bafe-99016e5b3225}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{b8a8b4bb-61d3-49b0-bafe-99016e5b3225}.Release|AnyCPU.Build.0 = Release|AnyCPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal