-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sentinel-CSharp.sln
43 lines (43 loc) · 2.57 KB
/
Sentinel-CSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sentinel", "Sentinel\Sentinel.csproj", "{BA13715F-569A-41BA-955C-6C3A62C2DB20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sentinel.Plugin", "Sentinel.Plugin\Sentinel.Plugin.csproj", "{AA89FA63-6F3A-4DD4-BD4A-4DC5A752A794}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sentinel.Plugin.SingleFile", "Sentinel.Plugin.SingleFile\Sentinel.Plugin.SingleFile.csproj", "{18358106-B045-4FD8-B7A0-3A0DD9C3E521}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sentinel.Plugin.Zdfx", "Sentinel.Plugin.Zdfx\Sentinel.Plugin.Zdfx.csproj", "{491C5D07-43A9-4F1C-B340-AE563DC59D01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA13715F-569A-41BA-955C-6C3A62C2DB20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA13715F-569A-41BA-955C-6C3A62C2DB20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA13715F-569A-41BA-955C-6C3A62C2DB20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA13715F-569A-41BA-955C-6C3A62C2DB20}.Release|Any CPU.Build.0 = Release|Any CPU
{AA89FA63-6F3A-4DD4-BD4A-4DC5A752A794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA89FA63-6F3A-4DD4-BD4A-4DC5A752A794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA89FA63-6F3A-4DD4-BD4A-4DC5A752A794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA89FA63-6F3A-4DD4-BD4A-4DC5A752A794}.Release|Any CPU.Build.0 = Release|Any CPU
{18358106-B045-4FD8-B7A0-3A0DD9C3E521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18358106-B045-4FD8-B7A0-3A0DD9C3E521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18358106-B045-4FD8-B7A0-3A0DD9C3E521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18358106-B045-4FD8-B7A0-3A0DD9C3E521}.Release|Any CPU.Build.0 = Release|Any CPU
{491C5D07-43A9-4F1C-B340-AE563DC59D01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{491C5D07-43A9-4F1C-B340-AE563DC59D01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{491C5D07-43A9-4F1C-B340-AE563DC59D01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{491C5D07-43A9-4F1C-B340-AE563DC59D01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1863C31-51C5-4585-A81A-93A524E3F288}
EndGlobalSection
EndGlobal