Skip to content

Commit bf963cc

Browse files
migration to SDK
1 parent b4e45a8 commit bf963cc

File tree

432 files changed

+1159
-108244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+1159
-108244
lines changed

DefaultTemplates/ABOUT.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This folder contains default templates to be used by the protocol.
2+
Allowed names:
3+
"Template_Alarm_Default.xml"
4+
"Trending_Template_Default.xml"
5+
"Information_Template_Default.xml"

Directory.Build.props

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<Project>
2+
<PropertyGroup>
3+
<PlatformTarget>x86</PlatformTarget>
4+
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
5+
</PropertyGroup>
6+
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), '^QAction_([0-9]+)$'))">
7+
<DefineConstants>$(DefineConstants);DCFv1;DBInfo;ALARM_SQUASHING</DefineConstants>
8+
</PropertyGroup>
9+
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), '^QAction_([0-9]+)$')) and '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10+
<DebugType>full</DebugType>
11+
<CodeAnalysisRuleSet>..\Internal\Code Analysis\qaction-debug.ruleset</CodeAnalysisRuleSet>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), '^QAction_([0-9]+)$')) and '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14+
<DebugType>pdbonly</DebugType>
15+
<CodeAnalysisRuleSet>..\Internal\Code Analysis\qaction-release.ruleset</CodeAnalysisRuleSet>
16+
</PropertyGroup>
17+
<ItemGroup>
18+
<AdditionalFiles Include="..\Internal\Code Analysis\stylecop.json">
19+
<Link>Properties\stylecop.json</Link>
20+
</AdditionalFiles>
21+
<Content Include="..\Internal\.editorconfig">
22+
<Link>Properties\.editorconfig</Link>
23+
</Content>
24+
</ItemGroup>
25+
<ItemGroup>
26+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
27+
<PrivateAssets>all</PrivateAssets>
28+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29+
</PackageReference>
30+
</ItemGroup>
31+
</Project>

Dlls/readme.txt Dlls/ABOUT.md

File renamed without changes.

Documentation/ABOUT.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Looking for README.md? Check your Solution Root folder. This folder can be used to add documentation related to this solution.

Documentation/readme.txt

-1
This file was deleted.

InterfaceDiscontinuityHelperTests/InterfaceDiscontinuityHelperTests.cs

-26
This file was deleted.

InterfaceDiscontinuityHelperTests/InterfaceDiscontinuityHelperTests.csproj

-94
This file was deleted.

InterfaceDiscontinuityHelperTests/Properties/AssemblyInfo.cs

-35
This file was deleted.

InterfaceUtilizationHelperTests/InterfaceUtilizationHelperTests.cs

-71
This file was deleted.

InterfaceUtilizationHelperTests/InterfaceUtilizationHelperTests.csproj

-94
This file was deleted.

0 commit comments

Comments
 (0)