-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeQL.mds
41 lines (41 loc) · 2.7 KB
/
CodeQL.mds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Combine fileversion="2.0" name="CodeQL">
<Policies>
<StandardHeader inheritsSet="GPLv2License" />
<TextStylePolicy inheritsSet="null" scope="text/x-csharp" />
<CSharpFormattingPolicy NamespaceBraceStyle="EndOfLine" ClassBraceStyle="EndOfLine" InterfaceBraceStyle="EndOfLine" StructBraceStyle="EndOfLine" EnumBraceStyle="EndOfLine" MethodBraceStyle="EndOfLine" ConstructorBraceStyle="EndOfLine" DestructorBraceStyle="EndOfLine" PlaceCatchOnNewLine="True" PlaceFinallyOnNewLine="True" BeforeMethodCallParentheses="False" BeforeMethodDeclarationParentheses="False" BeforeConstructorDeclarationParentheses="False" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" IfParentheses="False" WhileParentheses="False" ForParentheses="False" ForeachParentheses="False" CatchParentheses="False" SwitchParentheses="False" LockParentheses="False" UsingParentheses="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
</Policies>
<Configurations active="Debug">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="CodeQL" configuration="Debug" />
<Entry build="True" name="SQLDetector" configuration="Debug" />
<Entry build="True" name="CodeQL.UI" configuration="Debug" />
<Entry build="True" name="Treemapping" configuration="Debug" />
<Entry build="True" name="CodeQL.Console" configuration="Debug" />
<Entry build="True" name="CodeQL.Testing" configuration="Debug" />
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry build="True" name="CodeQL" configuration="Release" />
<Entry build="True" name="SQLDetector" configuration="Release" />
<Entry build="True" name="CodeQL.UI" configuration="Release" />
<Entry build="True" name="Treemapping" configuration="Release" />
<Entry build="True" name="CodeQL.Console" configuration="Release" />
<Entry build="True" name="CodeQL.Testing" configuration="Release" />
</Configuration>
</Configurations>
<StartMode startupentry="CodeQL.Console" single="True">
<Execute type="None" entry="CodeQL" />
<Execute type="None" entry="SQLDetector" />
<Execute type="None" entry="CodeQL.UI" />
<Execute type="None" entry="Treemapping" />
<Execute type="None" entry="CodeQL.Console" />
<Execute type="None" entry="CodeQL.Testing" />
</StartMode>
<Entries>
<Entry filename="CodeQL.mdp" />
<Entry filename="../../cesil/SQLDetector/SQLDetector.mdp" />
<Entry filename="CodeQL.UI/CodeQL.UI.mdp" />
<Entry filename="Treemapping/Treemapping.mdp" />
<Entry filename="CodeQL.Console/CodeQL.Console.mdp" />
<Entry filename="CodeQL.Testing/CodeQL.Testing.mdp" />
</Entries>
</Combine>