-
Notifications
You must be signed in to change notification settings - Fork 0
/
Watchtower.sln
34 lines (34 loc) · 2.01 KB
/
Watchtower.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
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Watchtower.Core", "Watchtower.Core\Watchtower.Core.csproj", "{4AFB3694-B24F-4B54-B5F9-7D6B05DD6FAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Watchtower.Playground", "Watchtower.Playground\Watchtower.Playground.csproj", "{108E2C9F-7ECB-4083-BA95-BFAF25F4472B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Watchtower.Integrations", "Watchtower.Integrations\Watchtower.Integrations.csproj", "{B3FB084A-86ED-43A9-96B1-5A00593DA436}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AFB3694-B24F-4B54-B5F9-7D6B05DD6FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AFB3694-B24F-4B54-B5F9-7D6B05DD6FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AFB3694-B24F-4B54-B5F9-7D6B05DD6FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AFB3694-B24F-4B54-B5F9-7D6B05DD6FAF}.Release|Any CPU.Build.0 = Release|Any CPU
{108E2C9F-7ECB-4083-BA95-BFAF25F4472B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{108E2C9F-7ECB-4083-BA95-BFAF25F4472B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{108E2C9F-7ECB-4083-BA95-BFAF25F4472B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{108E2C9F-7ECB-4083-BA95-BFAF25F4472B}.Release|Any CPU.Build.0 = Release|Any CPU
{B3FB084A-86ED-43A9-96B1-5A00593DA436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3FB084A-86ED-43A9-96B1-5A00593DA436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3FB084A-86ED-43A9-96B1-5A00593DA436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3FB084A-86ED-43A9-96B1-5A00593DA436}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal