Adding multiple projects & API
This commit is contained in:
11
Kasbot.sln
11
Kasbot.sln
@@ -5,6 +5,13 @@ VisualStudioVersion = 17.4.33213.308
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kasbot.App", "Kasbot.APP\Kasbot.App.csproj", "{BD715B63-0FC8-42F5-A449-9FF029B8E599}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kasbot.API", "Kasbot.API\Kasbot.API.csproj", "{9FCC6B19-185A-4A50-912B-40C1C8530EC5}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Proto", "Proto", "{3A0D4589-E8B2-4485-BEF7-2A6237D6E5BA}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
status.proto = status.proto
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -15,6 +22,10 @@ Global
|
||||
{BD715B63-0FC8-42F5-A449-9FF029B8E599}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{BD715B63-0FC8-42F5-A449-9FF029B8E599}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{BD715B63-0FC8-42F5-A449-9FF029B8E599}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{9FCC6B19-185A-4A50-912B-40C1C8530EC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9FCC6B19-185A-4A50-912B-40C1C8530EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9FCC6B19-185A-4A50-912B-40C1C8530EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9FCC6B19-185A-4A50-912B-40C1C8530EC5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
Reference in New Issue
Block a user