-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHappyCoding.TemperatureViewer.sln
More file actions
22 lines (22 loc) · 1.36 KB
/
HappyCoding.TemperatureViewer.sln
File metadata and controls
22 lines (22 loc) · 1.36 KB
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}") = "HappyCoding.TemperatureViewer", "HappyCoding.TemperatureViewer\HappyCoding.TemperatureViewer.csproj", "{719794CB-B0FB-4E48-80E2-7BD25AF7DBAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HappyCoding.TemperatureViewer.Tests", "HappyCoding.TemperatureViewer.Tests\HappyCoding.TemperatureViewer.Tests.csproj", "{C2BD6E3D-1B1E-44A5-B6D5-E59B61267703}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{719794CB-B0FB-4E48-80E2-7BD25AF7DBAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{719794CB-B0FB-4E48-80E2-7BD25AF7DBAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{719794CB-B0FB-4E48-80E2-7BD25AF7DBAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{719794CB-B0FB-4E48-80E2-7BD25AF7DBAC}.Release|Any CPU.Build.0 = Release|Any CPU
{C2BD6E3D-1B1E-44A5-B6D5-E59B61267703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2BD6E3D-1B1E-44A5-B6D5-E59B61267703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2BD6E3D-1B1E-44A5-B6D5-E59B61267703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2BD6E3D-1B1E-44A5-B6D5-E59B61267703}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal