-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBingusBackend.sln
30 lines (30 loc) · 1.54 KB
/
BingusBackend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BingusLib", "BingusLib\BingusLib.csproj", "{B962BE07-170D-444A-BFAB-BBA8C2B729DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BingusApi", "BingusApi\BingusApi.csproj", "{ACE298B7-8C0A-42EA-ABE1-F54104D58D0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B962BE07-170D-444A-BFAB-BBA8C2B729DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B962BE07-170D-444A-BFAB-BBA8C2B729DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B962BE07-170D-444A-BFAB-BBA8C2B729DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B962BE07-170D-444A-BFAB-BBA8C2B729DD}.Release|Any CPU.Build.0 = Release|Any CPU
{ACE298B7-8C0A-42EA-ABE1-F54104D58D0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACE298B7-8C0A-42EA-ABE1-F54104D58D0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACE298B7-8C0A-42EA-ABE1-F54104D58D0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACE298B7-8C0A-42EA-ABE1-F54104D58D0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B4A7C58-59FB-4E74-835F-4444D1A0ADF1}
EndGlobalSection
EndGlobal