-
Notifications
You must be signed in to change notification settings - Fork 8
/
TeraWatcher.sln
38 lines (38 loc) · 2.13 KB
/
TeraWatcher.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
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Watcher", "src\Watcher\Watcher.csproj", "{FE19940F-0C3C-4F2E-B935-0F33F26F0288}"
ProjectSection(ProjectDependencies) = postProject
{D02533B1-12DA-4059-B984-7315104A80BC} = {D02533B1-12DA-4059-B984-7315104A80BC}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logger", "src\Logger\Logger.csproj", "{D3CEBCDA-D195-4094-B65F-506C0D794FC0}"
ProjectSection(ProjectDependencies) = postProject
{D02533B1-12DA-4059-B984-7315104A80BC} = {D02533B1-12DA-4059-B984-7315104A80BC}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginAPI", "src\PluginAPI\PluginAPI.csproj", "{D02533B1-12DA-4059-B984-7315104A80BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE19940F-0C3C-4F2E-B935-0F33F26F0288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE19940F-0C3C-4F2E-B935-0F33F26F0288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE19940F-0C3C-4F2E-B935-0F33F26F0288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE19940F-0C3C-4F2E-B935-0F33F26F0288}.Release|Any CPU.Build.0 = Release|Any CPU
{D3CEBCDA-D195-4094-B65F-506C0D794FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3CEBCDA-D195-4094-B65F-506C0D794FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3CEBCDA-D195-4094-B65F-506C0D794FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3CEBCDA-D195-4094-B65F-506C0D794FC0}.Release|Any CPU.Build.0 = Release|Any CPU
{D02533B1-12DA-4059-B984-7315104A80BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D02533B1-12DA-4059-B984-7315104A80BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D02533B1-12DA-4059-B984-7315104A80BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D02533B1-12DA-4059-B984-7315104A80BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal