-
Notifications
You must be signed in to change notification settings - Fork 1
/
PortalGO.sln
26 lines (26 loc) · 1.33 KB
/
PortalGO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2017
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortalGO", "PortalGO.csproj", "{1F1B7C30-FDAC-37C8-EE1A-3F3D51CEF11A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortalGO.Editor", "PortalGO.Editor.csproj", "{F1E164E6-56BD-DF5B-5BB1-F7B6CCC95041}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F1B7C30-FDAC-37C8-EE1A-3F3D51CEF11A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F1B7C30-FDAC-37C8-EE1A-3F3D51CEF11A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F1B7C30-FDAC-37C8-EE1A-3F3D51CEF11A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F1B7C30-FDAC-37C8-EE1A-3F3D51CEF11A}.Release|Any CPU.Build.0 = Release|Any CPU
{F1E164E6-56BD-DF5B-5BB1-F7B6CCC95041}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E164E6-56BD-DF5B-5BB1-F7B6CCC95041}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E164E6-56BD-DF5B-5BB1-F7B6CCC95041}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E164E6-56BD-DF5B-5BB1-F7B6CCC95041}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal