36 lines
1.7 KiB
Text
36 lines
1.7 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 14
|
|
VisualStudioVersion = 14.0.22823.1
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csbot", "csbot\csbot.csproj", "{67BB8FD9-E727-4F24-935E-E923531BF200}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34648371-F0D9-44E5-B8B6-F7838945CA5F}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.gitignore = .gitignore
|
|
.travis.yml = .travis.yml
|
|
LICENSE = LICENSE
|
|
README.md = README.md
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csbotTests", "csbotTests\csbotTests.csproj", "{619F047D-984A-4AD8-BCD8-6F37F03FE26E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{67BB8FD9-E727-4F24-935E-E923531BF200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{67BB8FD9-E727-4F24-935E-E923531BF200}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{67BB8FD9-E727-4F24-935E-E923531BF200}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{67BB8FD9-E727-4F24-935E-E923531BF200}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{619F047D-984A-4AD8-BCD8-6F37F03FE26E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{619F047D-984A-4AD8-BCD8-6F37F03FE26E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{619F047D-984A-4AD8-BCD8-6F37F03FE26E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{619F047D-984A-4AD8-BCD8-6F37F03FE26E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|