-
Notifications
You must be signed in to change notification settings - Fork 3
/
BalikoBot.sln
40 lines (40 loc) · 1.93 KB
/
BalikoBot.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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BalikoBot", "src\BalikoBot\BalikoBot.csproj", "{EEFC1D3C-26A1-46EB-9581-B7EFF78DCB38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BalikoBot.Tests", "src\BalikoBot.Tests\BalikoBot.Tests.csproj", "{F96890E3-E06E-43C7-B084-7898CAB705B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0525C466-91E5-4A4A-A60E-037D24EFCB28}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
tools\copy-nuget-proxy.ps1 = tools\copy-nuget-proxy.ps1
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEFC1D3C-26A1-46EB-9581-B7EFF78DCB38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEFC1D3C-26A1-46EB-9581-B7EFF78DCB38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEFC1D3C-26A1-46EB-9581-B7EFF78DCB38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEFC1D3C-26A1-46EB-9581-B7EFF78DCB38}.Release|Any CPU.Build.0 = Release|Any CPU
{F96890E3-E06E-43C7-B084-7898CAB705B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F96890E3-E06E-43C7-B084-7898CAB705B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F96890E3-E06E-43C7-B084-7898CAB705B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F96890E3-E06E-43C7-B084-7898CAB705B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AED57640-6885-4056-80DD-F02AA0CBBC4E}
EndGlobalSection
EndGlobal