Add lint rule for Death Types

This commit is contained in:
penev92
2015-05-26 21:21:47 +03:00
parent c4d349ef2c
commit 6b4bf10227
2 changed files with 60 additions and 3 deletions

View File

@@ -166,6 +166,7 @@
<Compile Include="Lint\CheckActorReferences.cs" />
<Compile Include="Lint\CheckSyncAnnotations.cs" />
<Compile Include="Lint\CheckTraitPrerequisites.cs" />
<Compile Include="Lint\CheckDeathTypes.cs" />
<Compile Include="Lint\LintBuildablePrerequisites.cs" />
<Compile Include="LoadScreens\ModChooserLoadScreen.cs" />
<Compile Include="Orders\BeaconOrderGenerator.cs" />
@@ -664,7 +665,4 @@ cd "$(SolutionDir)"</PostBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Folder Include="EditorBrushes\" />
</ItemGroup>
</Project>