This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBotanClient.sln
42 lines (42 loc) · 2.34 KB
/
BotanClient.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
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27019.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BotanClient", "src\BotanClient\BotanClient.csproj", "{9BA3857A-1650-41A8-89E5-5AE2C6DEAD54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5821B21F-4E57-420E-B340-D27F3191250C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BotanClient.UnitTests", "tests\BotanClient.UnitTests\BotanClient.UnitTests.csproj", "{B66CC92B-B1C7-4F43-BCD1-18F196C9D749}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BotanClientUi.Web", "src\BotanClientUi.Web\BotanClientUi.Web.csproj", "{964DDBED-8597-406A-98D6-5FB10A69969F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BA3857A-1650-41A8-89E5-5AE2C6DEAD54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA3857A-1650-41A8-89E5-5AE2C6DEAD54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA3857A-1650-41A8-89E5-5AE2C6DEAD54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA3857A-1650-41A8-89E5-5AE2C6DEAD54}.Release|Any CPU.Build.0 = Release|Any CPU
{B66CC92B-B1C7-4F43-BCD1-18F196C9D749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B66CC92B-B1C7-4F43-BCD1-18F196C9D749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B66CC92B-B1C7-4F43-BCD1-18F196C9D749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B66CC92B-B1C7-4F43-BCD1-18F196C9D749}.Release|Any CPU.Build.0 = Release|Any CPU
{964DDBED-8597-406A-98D6-5FB10A69969F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964DDBED-8597-406A-98D6-5FB10A69969F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964DDBED-8597-406A-98D6-5FB10A69969F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964DDBED-8597-406A-98D6-5FB10A69969F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B66CC92B-B1C7-4F43-BCD1-18F196C9D749} = {5821B21F-4E57-420E-B340-D27F3191250C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B773F30-E00F-4D1E-BB33-F1F197BCA3AC}
EndGlobalSection
EndGlobal