-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGWOmbiBot.sln
37 lines (37 loc) · 2.05 KB
/
GWOmbiBot.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 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GWOmbiBot", "GWOmbiBot\GWOmbiBot.csproj", "{422CFD0A-5F40-4714-942F-EDAFD4FBD53F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GWOmbiBot.Core", "GWOmbiBot.Core\GWOmbiBot.Core.csproj", "{D297C7A4-9A09-4431-AFB3-14EC0FA7859B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GWOmbiBot.Database", "GWOmbiBot.Database\GWOmbiBot.Database.csproj", "{3BB259A8-3443-4826-9B67-BB76ACA2493D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{422CFD0A-5F40-4714-942F-EDAFD4FBD53F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{422CFD0A-5F40-4714-942F-EDAFD4FBD53F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{422CFD0A-5F40-4714-942F-EDAFD4FBD53F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{422CFD0A-5F40-4714-942F-EDAFD4FBD53F}.Release|Any CPU.Build.0 = Release|Any CPU
{D297C7A4-9A09-4431-AFB3-14EC0FA7859B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D297C7A4-9A09-4431-AFB3-14EC0FA7859B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D297C7A4-9A09-4431-AFB3-14EC0FA7859B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D297C7A4-9A09-4431-AFB3-14EC0FA7859B}.Release|Any CPU.Build.0 = Release|Any CPU
{3BB259A8-3443-4826-9B67-BB76ACA2493D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BB259A8-3443-4826-9B67-BB76ACA2493D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BB259A8-3443-4826-9B67-BB76ACA2493D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BB259A8-3443-4826-9B67-BB76ACA2493D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {812197E3-51BD-420D-B6A1-C2441D681F20}
EndGlobalSection
EndGlobal