-
Notifications
You must be signed in to change notification settings - Fork 1
/
BNG.sln
37 lines (37 loc) · 2.04 KB
/
BNG.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BNGCLI", "src\BNGCLI\BNGCLI.csproj", "{935AE2F8-D4E3-40DE-8D04-6803A7650B5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BNGCORE", "src\BNGCORE\BNGCORE.csproj", "{F7F5D9B4-598D-4043-A447-641F91008D3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BNGView", "src\BNGView\BNGView.csproj", "{A7FF12F0-10B6-4522-8D05-54392E812419}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{935AE2F8-D4E3-40DE-8D04-6803A7650B5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{935AE2F8-D4E3-40DE-8D04-6803A7650B5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{935AE2F8-D4E3-40DE-8D04-6803A7650B5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{935AE2F8-D4E3-40DE-8D04-6803A7650B5B}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F5D9B4-598D-4043-A447-641F91008D3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F5D9B4-598D-4043-A447-641F91008D3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F5D9B4-598D-4043-A447-641F91008D3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F5D9B4-598D-4043-A447-641F91008D3C}.Release|Any CPU.Build.0 = Release|Any CPU
{A7FF12F0-10B6-4522-8D05-54392E812419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7FF12F0-10B6-4522-8D05-54392E812419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7FF12F0-10B6-4522-8D05-54392E812419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7FF12F0-10B6-4522-8D05-54392E812419}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3C1BCD7-0915-432F-A236-F2772CBD307A}
EndGlobalSection
EndGlobal