-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhailey-client-dotnet.sln
More file actions
36 lines (36 loc) · 2 KB
/
Copy pathhailey-client-dotnet.sln
File metadata and controls
36 lines (36 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BccCode.Hailey.Client", "BccCode.Hailey.Client\BccCode.Hailey.Client.csproj", "{EDD15656-2108-4528-B253-B25B11F3B7C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BccCode.Hailey.Client.Tests", "BccCode.Hailey.Client.Tests\BccCode.Hailey.Client.Tests.csproj", "{E5143759-79A4-414B-AD54-5EDAF1761901}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Generate|Any CPU = Generate|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDD15656-2108-4528-B253-B25B11F3B7C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDD15656-2108-4528-B253-B25B11F3B7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDD15656-2108-4528-B253-B25B11F3B7C1}.Generate|Any CPU.ActiveCfg = Generate|Any CPU
{EDD15656-2108-4528-B253-B25B11F3B7C1}.Generate|Any CPU.Build.0 = Generate|Any CPU
{EDD15656-2108-4528-B253-B25B11F3B7C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDD15656-2108-4528-B253-B25B11F3B7C1}.Release|Any CPU.Build.0 = Release|Any CPU
{E5143759-79A4-414B-AD54-5EDAF1761901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5143759-79A4-414B-AD54-5EDAF1761901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5143759-79A4-414B-AD54-5EDAF1761901}.Generate|Any CPU.ActiveCfg = Debug|Any CPU
{E5143759-79A4-414B-AD54-5EDAF1761901}.Generate|Any CPU.Build.0 = Debug|Any CPU
{E5143759-79A4-414B-AD54-5EDAF1761901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5143759-79A4-414B-AD54-5EDAF1761901}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC50EE56-61DE-499C-9EBC-216DEB54AF56}
EndGlobalSection
EndGlobal