-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathKernelMemory.FileWatcher.sln
More file actions
41 lines (41 loc) · 1.83 KB
/
KernelMemory.FileWatcher.sln
File metadata and controls
41 lines (41 loc) · 1.83 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
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KernelMemory.FileWatcher", "KernelMemory.FileWatcher\KernelMemory.FileWatcher.csproj", "{F89748B4-2E07-4834-BFEB-3390D814375A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{839FC6AE-D66B-407C-9461-4C394EF5CBEE}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
G:\docker\km-filewatcher\appsettings.json = G:\docker\km-filewatcher\appsettings.json
Dockerfile = Dockerfile
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{C4D741D5-579D-4782-AA5F-CD4F14CABAD2}"
ProjectSection(SolutionItems) = preProject
.github\workflows\docker-build_push.yml = .github\workflows\docker-build_push.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F89748B4-2E07-4834-BFEB-3390D814375A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F89748B4-2E07-4834-BFEB-3390D814375A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F89748B4-2E07-4834-BFEB-3390D814375A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F89748B4-2E07-4834-BFEB-3390D814375A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {203C3C66-6283-47D2-A29D-E81CBC9B93B9}
EndGlobalSection
EndGlobal