Skip to content

Commit 3f04140

Browse files
committed
Merged
2 parents 8b2980d + 28a53f6 commit 3f04140

File tree

11 files changed

+1432
-837
lines changed

11 files changed

+1432
-837
lines changed

AutomationScript.sln

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{D171
9898
EndProject
9999
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CancelService_1", "CancelService_1\CancelService_1.csproj", "{C891CD1C-2EFD-4722-815E-EDF66A636148}"
100100
EndProject
101+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GQI_NevionVideoIPath_GetDestinationsByTags", "GQI_NevionVideoIPath_GetDestinationsByTags", "{2D9D6F83-120D-4124-81DA-152DC4F75589}"
102+
ProjectSection(SolutionItems) = preProject
103+
GQI_NevionVideoIPath_GetDestinationsByTags.xml = GQI_NevionVideoIPath_GetDestinationsByTags.xml
104+
EndProjectSection
105+
EndProject
106+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{236B6FEC-9956-4D3C-A627-90965D504995}"
107+
EndProject
108+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GQI_NevionVideoIPath_GetDestinationsByTags_1", "GQI_NevionVideoIPath_GetDestinationsByTags_1\GQI_NevionVideoIPath_GetDestinationsByTags_1.csproj", "{F02E85C1-6334-40FC-99B0-F7C994792BB8}"
109+
EndProject
101110
Global
102111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
103112
Debug|Any CPU = Debug|Any CPU
@@ -132,6 +141,10 @@ Global
132141
{C891CD1C-2EFD-4722-815E-EDF66A636148}.Debug|Any CPU.Build.0 = Debug|Any CPU
133142
{C891CD1C-2EFD-4722-815E-EDF66A636148}.Release|Any CPU.ActiveCfg = Release|Any CPU
134143
{C891CD1C-2EFD-4722-815E-EDF66A636148}.Release|Any CPU.Build.0 = Release|Any CPU
144+
{F02E85C1-6334-40FC-99B0-F7C994792BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
145+
{F02E85C1-6334-40FC-99B0-F7C994792BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
146+
{F02E85C1-6334-40FC-99B0-F7C994792BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
147+
{F02E85C1-6334-40FC-99B0-F7C994792BB8}.Release|Any CPU.Build.0 = Release|Any CPU
135148
EndGlobalSection
136149
GlobalSection(SolutionProperties) = preSolution
137150
HideSolutionNode = FALSE
@@ -162,6 +175,9 @@ Global
162175
{1CFCAF28-BA23-4606-9683-3805EFDF5461} = {93230EAF-8C3B-44B0-96B2-9092F166A0C8}
163176
{D1713575-95C2-4B4D-BA33-DAAF0537E266} = {1CFCAF28-BA23-4606-9683-3805EFDF5461}
164177
{C891CD1C-2EFD-4722-815E-EDF66A636148} = {D1713575-95C2-4B4D-BA33-DAAF0537E266}
178+
{2D9D6F83-120D-4124-81DA-152DC4F75589} = {A5F96D06-DEB8-49A8-B58A-74B24B264661}
179+
{236B6FEC-9956-4D3C-A627-90965D504995} = {2D9D6F83-120D-4124-81DA-152DC4F75589}
180+
{F02E85C1-6334-40FC-99B0-F7C994792BB8} = {236B6FEC-9956-4D3C-A627-90965D504995}
165181
EndGlobalSection
166182
GlobalSection(ExtensibilityGlobals) = postSolution
167183
SolutionGuid = {D725A676-34B2-415E-B7A0-B037D947C360}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<DMSScript options="272" xmlns="http://www.skyline.be/automation">
3+
<Name>GQI_NevionVideoIPath_GetDestinationsByTags</Name>
4+
<Description></Description>
5+
<Type>Automation</Type>
6+
<Author>SKYLINE2\MiguelGD</Author>
7+
<CheckSets>FALSE</CheckSets>
8+
<Folder>GQI</Folder>
9+
10+
<Protocols>
11+
</Protocols>
12+
13+
<Memory>
14+
</Memory>
15+
16+
<Parameters>
17+
</Parameters>
18+
19+
<Script>
20+
<Exe id="1" type="csharp">
21+
<Value><![CDATA[[Project:GQI_NevionVideoIPath_GetDestinationsByTags_1]]]></Value>
22+
<Param type="preCompile">true</Param>
23+
<Param type="libraryName">GQI_NevionVideoIPath_GetDestinationsByTags</Param>
24+
<Message></Message>
25+
</Exe>
26+
</Script>
27+
</DMSScript>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
indent_size = 4
6+
tab_width = 4
7+
end_of_line = crlf
8+
trim_trailing_whitespace = true
9+
10+
[*.cs]
11+
dotnet_sort_system_directives_first = true

0 commit comments

Comments
 (0)