Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Enable deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Mar 27, 2020
1 parent 9514dc9 commit 1845ee7
Show file tree
Hide file tree
Showing 18 changed files with 513 additions and 390 deletions.
115 changes: 77 additions & 38 deletions Weather/WeatherApp.sln
Original file line number Diff line number Diff line change
@@ -1,71 +1,110 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApp.Android", "Weather\WeatherApp.Android\WeatherApp.Android.csproj", "{8B869EF7-BE40-46D2-9413-F36344F063F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApp.iOS", "Weather\WeatherApp.iOS\WeatherApp.iOS.csproj", "{1DB00857-48CB-44C6-9149-3A420D86861B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApp", "Weather\WeatherApp\WeatherApp.csproj", "{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherApp", "Weather\WeatherApp\WeatherApp.csproj", "{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|Any CPU.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhone.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhone.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhone.Build.0 = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.Build.0 = AppStore|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhone.ActiveCfg = Debug|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhone.Build.0 = Debug|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhone.ActiveCfg = Release|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhone.Build.0 = Release|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.Build.0 = AppStore|iPhone
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|Any CPU.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhone.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhone.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhone.Build.0 = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.Build.0 = Debug|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99A83332-0E68-40C8-9A07-B3295123796E}
EndGlobalSection
EndGlobal
4 changes: 4 additions & 0 deletions WebServices/AzureSignalR/AzureSignalR.sln
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Global
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x64.ActiveCfg = Debug|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x86.ActiveCfg = Debug|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x86.Build.0 = Debug|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x86.Deploy.0 = Debug|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|Any CPU.ActiveCfg = Release|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|ARM.ActiveCfg = Release|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|iPhone.ActiveCfg = Release|iPhone
Expand All @@ -193,6 +195,8 @@ Global
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x64.ActiveCfg = Release|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x86.ActiveCfg = Release|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x86.Build.0 = Release|iPhone
{0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x86.Deploy.0 = Release|iPhone
{1DB2895B-FED2-4944-8E1B-0C494FBCA4C3}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86
{1DB2895B-FED2-4944-8E1B-0C494FBCA4C3}.Ad-Hoc|Any CPU.Build.0 = Release|x86
{1DB2895B-FED2-4944-8E1B-0C494FBCA4C3}.Ad-Hoc|Any CPU.Deploy.0 = Release|x86
Expand Down
Loading

0 comments on commit 1845ee7

Please sign in to comment.