Skip to content

Commit 1bf5b9c

Browse files
committed
Merge pull request #54 from PowerShell/ruleseverity
Added modified project file
2 parents 9f70999 + 027fa41 commit 1bf5b9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Engine/ScriptAnalyzerEngine.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -63,6 +63,7 @@
6363
<Compile Include="Generic\ITokenRule.cs" />
6464
<Compile Include="Generic\LoggerInfo.cs" />
6565
<Compile Include="Generic\RuleInfo.cs" />
66+
<Compile Include="Generic\RuleSeverity.cs" />
6667
<Compile Include="Generic\SkipNamedBlock.cs" />
6768
<Compile Include="Generic\SkipTypeDefinition.cs" />
6869
<Compile Include="Generic\SourceType.cs" />
@@ -99,4 +100,4 @@ copy /y "$(ProjectDir)\*.ps1xml" "$(SolutionDir)$(SolutionName)"
99100
copy /y "$(ProjectDir)\*.psd1" "$(SolutionDir)$(SolutionName)"
100101
copy /y "$(TargetPath)" "$(SolutionDir)$(SolutionName)"</PostBuildEvent>
101102
</PropertyGroup>
102-
</Project>
103+
</Project>

0 commit comments

Comments
 (0)