-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBOE.sln
32 lines (32 loc) · 1.8 KB
/
BOE.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2015
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BOE", "BOE.csproj", "{66964296-B164-6878-AB70-26925201EB44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BOE.Plugins", "BOE.Plugins.csproj", "{989399EB-9374-D5C8-F7DC-327DF4BF360F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BOE.Editor", "BOE.Editor.csproj", "{19F1DDBA-785F-CC26-3E8F-9611CE8391C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66964296-B164-6878-AB70-26925201EB44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66964296-B164-6878-AB70-26925201EB44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66964296-B164-6878-AB70-26925201EB44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66964296-B164-6878-AB70-26925201EB44}.Release|Any CPU.Build.0 = Release|Any CPU
{989399EB-9374-D5C8-F7DC-327DF4BF360F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{989399EB-9374-D5C8-F7DC-327DF4BF360F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{989399EB-9374-D5C8-F7DC-327DF4BF360F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{989399EB-9374-D5C8-F7DC-327DF4BF360F}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DDBA-785F-CC26-3E8F-9611CE8391C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DDBA-785F-CC26-3E8F-9611CE8391C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DDBA-785F-CC26-3E8F-9611CE8391C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19F1DDBA-785F-CC26-3E8F-9611CE8391C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal