-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathAgentDVRPlugins.sln
More file actions
84 lines (84 loc) · 5.56 KB
/
AgentDVRPlugins.sln
File metadata and controls
84 lines (84 loc) · 5.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Barcode", "Barcode\Barcode.csproj", "{901697A9-455E-40AF-AEC2-A80EF90631BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{2FF8F0BE-304F-456E-9891-924D10553C57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gain", "Gain\Gain.csproj", "{78A4154B-7DFA-43B1-A949-A3C3A89C4F35}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "PluginUtils", "PluginUtils\PluginUtils.shproj", "{C44A7120-65D6-4C1C-8DB6-CCF543AC496D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{5680B49A-19DF-41F3-A994-8EA8828457AF}"
ProjectSection(ProjectDependencies) = postProject
{78A4154B-7DFA-43B1-A949-A3C3A89C4F35} = {78A4154B-7DFA-43B1-A949-A3C3A89C4F35}
{901697A9-455E-40AF-AEC2-A80EF90631BF} = {901697A9-455E-40AF-AEC2-A80EF90631BF}
{2FF8F0BE-304F-456E-9891-924D10553C57} = {2FF8F0BE-304F-456E-9891-924D10553C57}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlow", "TensorFlow\TensorFlow.csproj", "{F6B46FBC-8AA5-45A1-B422-712720FC7168}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Listen", "Listen\Listen.csproj", "{4E9181F6-E8A0-4714-970A-FC3629600C44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveDelay", "LiveDelay\LiveDelay.csproj", "{1A501145-8EE5-4D47-A996-C72973070593}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather", "Weather\Weather.csproj", "{E6859106-3404-4929-9C83-628822D9E158}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
PluginUtils\PluginUtils.projitems*{1a501145-8ee5-4d47-a996-c72973070593}*SharedItemsImports = 5
PluginUtils\PluginUtils.projitems*{2ff8f0be-304f-456e-9891-924d10553c57}*SharedItemsImports = 5
PluginUtils\PluginUtils.projitems*{4e9181f6-e8a0-4714-970a-fc3629600c44}*SharedItemsImports = 5
PluginUtils\PluginUtils.projitems*{78a4154b-7dfa-43b1-a949-a3c3a89c4f35}*SharedItemsImports = 5
PluginUtils\PluginUtils.projitems*{901697a9-455e-40af-aec2-a80ef90631bf}*SharedItemsImports = 5
PluginUtils\PluginUtils.projitems*{c44a7120-65d6-4c1c-8db6-ccf543ac496d}*SharedItemsImports = 13
PluginUtils\PluginUtils.projitems*{e6859106-3404-4929-9c83-628822d9e158}*SharedItemsImports = 5
PluginUtils\PluginUtils.projitems*{f6b46fbc-8aa5-45a1-b422-712720fc7168}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{901697A9-455E-40AF-AEC2-A80EF90631BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{901697A9-455E-40AF-AEC2-A80EF90631BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{901697A9-455E-40AF-AEC2-A80EF90631BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{901697A9-455E-40AF-AEC2-A80EF90631BF}.Release|Any CPU.Build.0 = Release|Any CPU
{2FF8F0BE-304F-456E-9891-924D10553C57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FF8F0BE-304F-456E-9891-924D10553C57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FF8F0BE-304F-456E-9891-924D10553C57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FF8F0BE-304F-456E-9891-924D10553C57}.Release|Any CPU.Build.0 = Release|Any CPU
{78A4154B-7DFA-43B1-A949-A3C3A89C4F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A4154B-7DFA-43B1-A949-A3C3A89C4F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A4154B-7DFA-43B1-A949-A3C3A89C4F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A4154B-7DFA-43B1-A949-A3C3A89C4F35}.Release|Any CPU.Build.0 = Release|Any CPU
{5680B49A-19DF-41F3-A994-8EA8828457AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5680B49A-19DF-41F3-A994-8EA8828457AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5680B49A-19DF-41F3-A994-8EA8828457AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5680B49A-19DF-41F3-A994-8EA8828457AF}.Release|Any CPU.Build.0 = Release|Any CPU
{F6B46FBC-8AA5-45A1-B422-712720FC7168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6B46FBC-8AA5-45A1-B422-712720FC7168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6B46FBC-8AA5-45A1-B422-712720FC7168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6B46FBC-8AA5-45A1-B422-712720FC7168}.Release|Any CPU.Build.0 = Release|Any CPU
{4E9181F6-E8A0-4714-970A-FC3629600C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E9181F6-E8A0-4714-970A-FC3629600C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E9181F6-E8A0-4714-970A-FC3629600C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E9181F6-E8A0-4714-970A-FC3629600C44}.Release|Any CPU.Build.0 = Release|Any CPU
{1A501145-8EE5-4D47-A996-C72973070593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A501145-8EE5-4D47-A996-C72973070593}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A501145-8EE5-4D47-A996-C72973070593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A501145-8EE5-4D47-A996-C72973070593}.Release|Any CPU.Build.0 = Release|Any CPU
{E6859106-3404-4929-9C83-628822D9E158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6859106-3404-4929-9C83-628822D9E158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6859106-3404-4929-9C83-628822D9E158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6859106-3404-4929-9C83-628822D9E158}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E840E422-2BD2-4F86-AC0C-02714034DF44}
EndGlobalSection
EndGlobal