-
Notifications
You must be signed in to change notification settings - Fork 4.7k
/
System.CodeDom.csproj
111 lines (109 loc) · 7.32 KB
/
System.CodeDom.csproj
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ForwardedType Include="Microsoft.CSharp.CSharpCodeProvider" />
<ForwardedType Include="Microsoft.VisualBasic.VBCodeProvider" />
<ForwardedType Include="System.CodeDom.CodeArgumentReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeArrayCreateExpression" />
<ForwardedType Include="System.CodeDom.CodeArrayIndexerExpression" />
<ForwardedType Include="System.CodeDom.CodeAssignStatement" />
<ForwardedType Include="System.CodeDom.CodeAttachEventStatement" />
<ForwardedType Include="System.CodeDom.CodeAttributeArgument" />
<ForwardedType Include="System.CodeDom.CodeAttributeArgumentCollection" />
<ForwardedType Include="System.CodeDom.CodeAttributeDeclaration" />
<ForwardedType Include="System.CodeDom.CodeAttributeDeclarationCollection" />
<ForwardedType Include="System.CodeDom.CodeBaseReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeBinaryOperatorExpression" />
<ForwardedType Include="System.CodeDom.CodeBinaryOperatorType" />
<ForwardedType Include="System.CodeDom.CodeCastExpression" />
<ForwardedType Include="System.CodeDom.CodeCatchClause" />
<ForwardedType Include="System.CodeDom.CodeCatchClauseCollection" />
<ForwardedType Include="System.CodeDom.CodeChecksumPragma" />
<ForwardedType Include="System.CodeDom.CodeComment" />
<ForwardedType Include="System.CodeDom.CodeCommentStatement" />
<ForwardedType Include="System.CodeDom.CodeCommentStatementCollection" />
<ForwardedType Include="System.CodeDom.CodeCompileUnit" />
<ForwardedType Include="System.CodeDom.CodeConditionStatement" />
<ForwardedType Include="System.CodeDom.CodeConstructor" />
<ForwardedType Include="System.CodeDom.CodeDefaultValueExpression" />
<ForwardedType Include="System.CodeDom.CodeDelegateCreateExpression" />
<ForwardedType Include="System.CodeDom.CodeDelegateInvokeExpression" />
<ForwardedType Include="System.CodeDom.CodeDirectionExpression" />
<ForwardedType Include="System.CodeDom.CodeDirective" />
<ForwardedType Include="System.CodeDom.CodeDirectiveCollection" />
<ForwardedType Include="System.CodeDom.CodeEntryPointMethod" />
<ForwardedType Include="System.CodeDom.CodeEventReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeExpression" />
<ForwardedType Include="System.CodeDom.CodeExpressionCollection" />
<ForwardedType Include="System.CodeDom.CodeExpressionStatement" />
<ForwardedType Include="System.CodeDom.CodeFieldReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeGotoStatement" />
<ForwardedType Include="System.CodeDom.CodeIndexerExpression" />
<ForwardedType Include="System.CodeDom.CodeIterationStatement" />
<ForwardedType Include="System.CodeDom.CodeLabeledStatement" />
<ForwardedType Include="System.CodeDom.CodeLinePragma" />
<ForwardedType Include="System.CodeDom.CodeMemberEvent" />
<ForwardedType Include="System.CodeDom.CodeMemberField" />
<ForwardedType Include="System.CodeDom.CodeMemberMethod" />
<ForwardedType Include="System.CodeDom.CodeMemberProperty" />
<ForwardedType Include="System.CodeDom.CodeMethodInvokeExpression" />
<ForwardedType Include="System.CodeDom.CodeMethodReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeMethodReturnStatement" />
<ForwardedType Include="System.CodeDom.CodeNamespace" />
<ForwardedType Include="System.CodeDom.CodeNamespaceCollection" />
<ForwardedType Include="System.CodeDom.CodeNamespaceImport" />
<ForwardedType Include="System.CodeDom.CodeNamespaceImportCollection" />
<ForwardedType Include="System.CodeDom.CodeObject" />
<ForwardedType Include="System.CodeDom.CodeObjectCreateExpression" />
<ForwardedType Include="System.CodeDom.CodeParameterDeclarationExpression" />
<ForwardedType Include="System.CodeDom.CodeParameterDeclarationExpressionCollection" />
<ForwardedType Include="System.CodeDom.CodePrimitiveExpression" />
<ForwardedType Include="System.CodeDom.CodePropertyReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodePropertySetValueReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeRegionDirective" />
<ForwardedType Include="System.CodeDom.CodeRegionMode" />
<ForwardedType Include="System.CodeDom.CodeRemoveEventStatement" />
<ForwardedType Include="System.CodeDom.CodeSnippetCompileUnit" />
<ForwardedType Include="System.CodeDom.CodeSnippetExpression" />
<ForwardedType Include="System.CodeDom.CodeSnippetStatement" />
<ForwardedType Include="System.CodeDom.CodeSnippetTypeMember" />
<ForwardedType Include="System.CodeDom.CodeStatement" />
<ForwardedType Include="System.CodeDom.CodeStatementCollection" />
<ForwardedType Include="System.CodeDom.CodeThisReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeThrowExceptionStatement" />
<ForwardedType Include="System.CodeDom.CodeTryCatchFinallyStatement" />
<ForwardedType Include="System.CodeDom.CodeTypeConstructor" />
<ForwardedType Include="System.CodeDom.CodeTypeDeclaration" />
<ForwardedType Include="System.CodeDom.CodeTypeDeclarationCollection" />
<ForwardedType Include="System.CodeDom.CodeTypeDelegate" />
<ForwardedType Include="System.CodeDom.CodeTypeMember" />
<ForwardedType Include="System.CodeDom.CodeTypeMemberCollection" />
<ForwardedType Include="System.CodeDom.CodeTypeOfExpression" />
<ForwardedType Include="System.CodeDom.CodeTypeParameter" />
<ForwardedType Include="System.CodeDom.CodeTypeParameterCollection" />
<ForwardedType Include="System.CodeDom.CodeTypeReference" />
<ForwardedType Include="System.CodeDom.CodeTypeReferenceCollection" />
<ForwardedType Include="System.CodeDom.CodeTypeReferenceExpression" />
<ForwardedType Include="System.CodeDom.CodeTypeReferenceOptions" />
<ForwardedType Include="System.CodeDom.CodeVariableDeclarationStatement" />
<ForwardedType Include="System.CodeDom.CodeVariableReferenceExpression" />
<ForwardedType Include="System.CodeDom.Compiler.CodeCompiler" />
<ForwardedType Include="System.CodeDom.Compiler.CodeDomProvider" />
<ForwardedType Include="System.CodeDom.Compiler.CodeGenerator" />
<ForwardedType Include="System.CodeDom.Compiler.CodeGeneratorOptions" />
<ForwardedType Include="System.CodeDom.Compiler.CodeParser" />
<ForwardedType Include="System.CodeDom.Compiler.CompilerError" />
<ForwardedType Include="System.CodeDom.Compiler.CompilerErrorCollection" />
<ForwardedType Include="System.CodeDom.Compiler.CompilerInfo" />
<ForwardedType Include="System.CodeDom.Compiler.CompilerParameters" />
<ForwardedType Include="System.CodeDom.Compiler.CompilerResults" />
<ForwardedType Include="System.CodeDom.Compiler.Executor" />
<ForwardedType Include="System.CodeDom.Compiler.GeneratorSupport" />
<ForwardedType Include="System.CodeDom.Compiler.ICodeCompiler" />
<ForwardedType Include="System.CodeDom.Compiler.ICodeGenerator" />
<ForwardedType Include="System.CodeDom.Compiler.ICodeParser" />
<ForwardedType Include="System.CodeDom.Compiler.LanguageOptions" />
<ForwardedType Include="System.CodeDom.Compiler.TempFileCollection" />
<ForwardedType Include="System.CodeDom.FieldDirection" />
<ForwardedType Include="System.CodeDom.MemberAttributes" />
</ItemGroup>
</Project>