-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileWatcher.sln
46 lines (46 loc) · 2.72 KB
/
FileWatcher.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
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileWatcher", "FileWatcher\FileWatcher.csproj", "{DCA077B1-6A80-4E99-A931-B457C73BBCDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileWatcher.Service", "FileWatcher.Service\FileWatcher.Service.csproj", "{4E321381-D13A-4FE5-8301-703688828987}"
ProjectSection(ProjectDependencies) = postProject
{DCA077B1-6A80-4E99-A931-B457C73BBCDD} = {DCA077B1-6A80-4E99-A931-B457C73BBCDD}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileWatcher.Test", "FileWatcher.Test\FileWatcher.Test.csproj", "{99A41B32-245F-46F6-B79B-87EEE7856440}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileWatcher.TestCommand", "FileWatcher.TestCommand\FileWatcher.TestCommand.csproj", "{5D76D487-359B-49E1-8933-00AD3457024E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCA077B1-6A80-4E99-A931-B457C73BBCDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCA077B1-6A80-4E99-A931-B457C73BBCDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCA077B1-6A80-4E99-A931-B457C73BBCDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCA077B1-6A80-4E99-A931-B457C73BBCDD}.Release|Any CPU.Build.0 = Release|Any CPU
{4E321381-D13A-4FE5-8301-703688828987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E321381-D13A-4FE5-8301-703688828987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E321381-D13A-4FE5-8301-703688828987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E321381-D13A-4FE5-8301-703688828987}.Release|Any CPU.Build.0 = Release|Any CPU
{99A41B32-245F-46F6-B79B-87EEE7856440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99A41B32-245F-46F6-B79B-87EEE7856440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99A41B32-245F-46F6-B79B-87EEE7856440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99A41B32-245F-46F6-B79B-87EEE7856440}.Release|Any CPU.Build.0 = Release|Any CPU
{5D76D487-359B-49E1-8933-00AD3457024E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D76D487-359B-49E1-8933-00AD3457024E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D76D487-359B-49E1-8933-00AD3457024E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D76D487-359B-49E1-8933-00AD3457024E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCE09EED-2484-41C8-B559-358C28503C93}
EndGlobalSection
EndGlobal