-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSentinel-CSharp.sln
49 lines (49 loc) · 3.12 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
44
45
46
47
48
49
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.PythonPluginLoader", "Sentinel.Plugin.PythonPluginLoader\Sentinel.Plugin.PythonPluginLoader.csproj", "{FE83C0F9-FAAB-4E19-8658-61CF5F739DDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentinel.Plugin.SubFolder", "Sentinel.Plugin.SubFolder\Sentinel.Plugin.SubFolder.csproj", "{25C414C4-92B7-4285-B356-543AD7B9A26E}"
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
{FE83C0F9-FAAB-4E19-8658-61CF5F739DDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE83C0F9-FAAB-4E19-8658-61CF5F739DDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE83C0F9-FAAB-4E19-8658-61CF5F739DDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE83C0F9-FAAB-4E19-8658-61CF5F739DDD}.Release|Any CPU.Build.0 = Release|Any CPU
{25C414C4-92B7-4285-B356-543AD7B9A26E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25C414C4-92B7-4285-B356-543AD7B9A26E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25C414C4-92B7-4285-B356-543AD7B9A26E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25C414C4-92B7-4285-B356-543AD7B9A26E}.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