Skip to content

Commit f81c678

Browse files
author
staywellandy
committed
Updating solution to include the api client
1 parent e8fe060 commit f81c678

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

StayWell API Client.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StayWell.ServiceDefinitions
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StayWell.ClientFramework", "StayWell.ClientFramework\StayWell.ClientFramework.csproj", "{6D8F3C92-D5F7-44AA-86EF-9B150EBFF186}"
1111
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StayWell.Client", "StayWell.Client\StayWell.Client.csproj", "{C7DB4575-9AAD-4118-B429-C67F1C8A5BB3}"
13+
EndProject
1214
Global
1315
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1416
Debug|Any CPU = Debug|Any CPU
@@ -27,6 +29,10 @@ Global
2729
{6D8F3C92-D5F7-44AA-86EF-9B150EBFF186}.Debug|Any CPU.Build.0 = Debug|Any CPU
2830
{6D8F3C92-D5F7-44AA-86EF-9B150EBFF186}.Release|Any CPU.ActiveCfg = Release|Any CPU
2931
{6D8F3C92-D5F7-44AA-86EF-9B150EBFF186}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{C7DB4575-9AAD-4118-B429-C67F1C8A5BB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{C7DB4575-9AAD-4118-B429-C67F1C8A5BB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{C7DB4575-9AAD-4118-B429-C67F1C8A5BB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{C7DB4575-9AAD-4118-B429-C67F1C8A5BB3}.Release|Any CPU.Build.0 = Release|Any CPU
3036
EndGlobalSection
3137
GlobalSection(SolutionProperties) = preSolution
3238
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)