-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRealTimeWeatherMonitoringSystem.sln
22 lines (22 loc) · 1.34 KB
/
RealTimeWeatherMonitoringSystem.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealTimeWeatherMonitoringApp", "RealTimeWeatherMonitoringApp\RealTimeWeatherMonitoringApp.csproj", "{36A8D840-246B-4D01-A9EE-A1A2EA8424A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealTimeWeatherMonitoringTest", "RealTimeWeatherMonitoringTest\RealTimeWeatherMonitoringTest.csproj", "{5B945284-C275-4A81-957A-4BE258A47F99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36A8D840-246B-4D01-A9EE-A1A2EA8424A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36A8D840-246B-4D01-A9EE-A1A2EA8424A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36A8D840-246B-4D01-A9EE-A1A2EA8424A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36A8D840-246B-4D01-A9EE-A1A2EA8424A2}.Release|Any CPU.Build.0 = Release|Any CPU
{5B945284-C275-4A81-957A-4BE258A47F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B945284-C275-4A81-957A-4BE258A47F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B945284-C275-4A81-957A-4BE258A47F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B945284-C275-4A81-957A-4BE258A47F99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal