Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneMaes0 committed Feb 20, 2024
1 parent 3827dda commit 21a24fb
Show file tree
Hide file tree
Showing 54 changed files with 1,613 additions and 3,774 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**/bin/*
**/obj/*
.vs/*
**/.vs/*
packages/*
**/.svn
_git2_*
Expand Down
5 changes: 5 additions & 0 deletions DefaultTemplates/ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This folder contains default templates to be used by the protocol.
Allowed names:
"Template_Alarm_Default.xml"
"Trending_Template_Default.xml"
"Information_Template_Default.xml"
31 changes: 31 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project>
<PropertyGroup>
<PlatformTarget>x86</PlatformTarget>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
</PropertyGroup>
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), '^QAction_([0-9]+)$'))">
<DefineConstants>$(DefineConstants);DCFv1;DBInfo;ALARM_SQUASHING</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), '^QAction_([0-9]+)$')) and '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
<CodeAnalysisRuleSet>..\Internal\Code Analysis\qaction-debug.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), '^QAction_([0-9]+)$')) and '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<CodeAnalysisRuleSet>..\Internal\Code Analysis\qaction-release.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="..\Internal\Code Analysis\stylecop.json">
<Link>Properties\stylecop.json</Link>
</AdditionalFiles>
<Content Include="..\Internal\.editorconfig">
<Link>Properties\.editorconfig</Link>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
File renamed without changes.
1 change: 1 addition & 0 deletions Documentation/ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Looking for README.md? Check your Solution Root folder. This folder can be used to add documentation related to this solution.
1 change: 0 additions & 1 deletion Documentation/readme.txt

This file was deleted.

File renamed without changes.
307 changes: 0 additions & 307 deletions Internal/Code Analysis/SonarLint-QuickActions-Active.ruleset

This file was deleted.

Loading

0 comments on commit 21a24fb

Please sign in to comment.