This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
SteamStatus.sln
32 lines (32 loc) · 1.84 KB
/
SteamStatus.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamStatusWeb", "SteamStatusWeb\SteamStatusWeb.csproj", "{DA1F4717-6257-4737-8903-8E7D6585ADD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatusService", "StatusService\StatusService.csproj", "{16A036E0-6EEE-4EE7-BB3E-B532EEF96BF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamShared", "SteamShared\SteamShared.csproj", "{4D00B886-8853-4D54-923F-9E7A8C96866A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA1F4717-6257-4737-8903-8E7D6585ADD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA1F4717-6257-4737-8903-8E7D6585ADD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA1F4717-6257-4737-8903-8E7D6585ADD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA1F4717-6257-4737-8903-8E7D6585ADD8}.Release|Any CPU.Build.0 = Release|Any CPU
{16A036E0-6EEE-4EE7-BB3E-B532EEF96BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16A036E0-6EEE-4EE7-BB3E-B532EEF96BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16A036E0-6EEE-4EE7-BB3E-B532EEF96BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16A036E0-6EEE-4EE7-BB3E-B532EEF96BF5}.Release|Any CPU.Build.0 = Release|Any CPU
{4D00B886-8853-4D54-923F-9E7A8C96866A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D00B886-8853-4D54-923F-9E7A8C96866A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D00B886-8853-4D54-923F-9E7A8C96866A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D00B886-8853-4D54-923F-9E7A8C96866A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal