-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSteakBot.sln
31 lines (31 loc) · 1.55 KB
/
SteakBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteakBot", "SteakBot\SteakBot.csproj", "{A5E57CE3-8FCF-4CC6-80D0-BC6AE4D61111}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteakBot.Core", "SteakBot.Core\SteakBot.Core.csproj", "{A8EBA8CF-0B46-4507-AFDE-A58BBE9FBA00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5E57CE3-8FCF-4CC6-80D0-BC6AE4D61111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5E57CE3-8FCF-4CC6-80D0-BC6AE4D61111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5E57CE3-8FCF-4CC6-80D0-BC6AE4D61111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5E57CE3-8FCF-4CC6-80D0-BC6AE4D61111}.Release|Any CPU.Build.0 = Release|Any CPU
{A8EBA8CF-0B46-4507-AFDE-A58BBE9FBA00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8EBA8CF-0B46-4507-AFDE-A58BBE9FBA00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8EBA8CF-0B46-4507-AFDE-A58BBE9FBA00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8EBA8CF-0B46-4507-AFDE-A58BBE9FBA00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98D22F84-8030-4F3B-8BA4-22325F61AE5B}
EndGlobalSection
EndGlobal