-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFileSystemWatcher.sln
More file actions
20 lines (19 loc) · 1.06 KB
/
Copy pathFileSystemWatcher.sln
File metadata and controls
20 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystemWatcher", "FileSystemWatcher\FileSystemWatcher.csproj", "{2325E0D5-34A0-40BE-A68C-3ED81E186093}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2325E0D5-34A0-40BE-A68C-3ED81E186093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2325E0D5-34A0-40BE-A68C-3ED81E186093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2325E0D5-34A0-40BE-A68C-3ED81E186093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2325E0D5-34A0-40BE-A68C-3ED81E186093}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = " detect directory change and return renamed, moved, created, and deleted files. Able to spot renamed files without hashcode comparing or real time tracking. "
EndGlobalSection
EndGlobal