-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSimpleIDE.sln
More file actions
34 lines (34 loc) · 1.97 KB
/
Copy pathSimpleIDE.sln
File metadata and controls
34 lines (34 loc) · 1.97 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SimpleIDE", "SimpleIDE.vbproj", "{47119D48-FFF8-479F-B5E4-05E449A6118A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SimpleIDE.Widgets", "..\SimpleIDE.Widgets\SimpleIDE.Widgets.vbproj", "{136B8F16-B198-4B04-9DE8-5D02DE59B43A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SimpleIDE.WebKitGtk", "..\SimpleIDE.WebKitGtk\SimpleIDE.WebKitGtk.vbproj", "{025B5D90-6F87-410E-89E9-C16C47BEAB73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47119D48-FFF8-479F-B5E4-05E449A6118A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47119D48-FFF8-479F-B5E4-05E449A6118A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47119D48-FFF8-479F-B5E4-05E449A6118A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47119D48-FFF8-479F-B5E4-05E449A6118A}.Release|Any CPU.Build.0 = Release|Any CPU
{136B8F16-B198-4B04-9DE8-5D02DE59B43A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{136B8F16-B198-4B04-9DE8-5D02DE59B43A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{136B8F16-B198-4B04-9DE8-5D02DE59B43A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{136B8F16-B198-4B04-9DE8-5D02DE59B43A}.Release|Any CPU.Build.0 = Release|Any CPU
{025B5D90-6F87-410E-89E9-C16C47BEAB73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{025B5D90-6F87-410E-89E9-C16C47BEAB73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{025B5D90-6F87-410E-89E9-C16C47BEAB73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{025B5D90-6F87-410E-89E9-C16C47BEAB73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal