-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileListenerService.sln
More file actions
38 lines (38 loc) · 2.26 KB
/
Copy pathFileListenerService.sln
File metadata and controls
38 lines (38 loc) · 2.26 KB
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 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileListenerService", "FileListenerService\FileListenerService.csproj", "{CD180B19-E4A4-4B87-81D6-CA81A64BDC52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileListenerApp", "FileListenerApp\FileListenerApp.csproj", "{831E1D5B-1106-43F9-8D95-193C2D183294}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "FileListenerSetup", "FileListenerSetup\FileListenerSetup.vdproj", "{E8662334-3934-479C-B905-9309AAFA1CA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventTracker", "EventTracker\EventTracker\EventTracker.csproj", "{482BFC2B-E6E0-493B-9631-1A9089F78D30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD180B19-E4A4-4B87-81D6-CA81A64BDC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD180B19-E4A4-4B87-81D6-CA81A64BDC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD180B19-E4A4-4B87-81D6-CA81A64BDC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD180B19-E4A4-4B87-81D6-CA81A64BDC52}.Release|Any CPU.Build.0 = Release|Any CPU
{831E1D5B-1106-43F9-8D95-193C2D183294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{831E1D5B-1106-43F9-8D95-193C2D183294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{831E1D5B-1106-43F9-8D95-193C2D183294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{831E1D5B-1106-43F9-8D95-193C2D183294}.Release|Any CPU.Build.0 = Release|Any CPU
{E8662334-3934-479C-B905-9309AAFA1CA9}.Debug|Any CPU.ActiveCfg = Debug
{E8662334-3934-479C-B905-9309AAFA1CA9}.Release|Any CPU.ActiveCfg = Release
{482BFC2B-E6E0-493B-9631-1A9089F78D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{482BFC2B-E6E0-493B-9631-1A9089F78D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{482BFC2B-E6E0-493B-9631-1A9089F78D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{482BFC2B-E6E0-493B-9631-1A9089F78D30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal