[11700] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{C06A9187-4E8E-4129-BDA3-91D2297682D2}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>ICSharpCode.NRefactory.CSharp</RootNamespace>
|
---|
| 11 | <AssemblyName>ICSharpCode.NRefactory.CSharp</AssemblyName>
|
---|
[18210] | 12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
---|
[11700] | 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 16 | <DebugSymbols>true</DebugSymbols>
|
---|
| 17 | <DebugType>full</DebugType>
|
---|
| 18 | <Optimize>false</Optimize>
|
---|
| 19 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 20 | <DefineConstants>TRACE;DEBUG;FULL_AST</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
| 23 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 25 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[11707] | 31 | <DefineConstants>TRACE;FULL_AST</DefineConstants>
|
---|
[11700] | 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 35 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11707] | 36 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
[11700] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 41 | <DefineConstants>TRACE;DEBUG;FULL_AST</DefineConstants>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 46 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 47 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 50 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[11707] | 51 | <DefineConstants>TRACE;FULL_AST</DefineConstants>
|
---|
[11700] | 52 | <Optimize>true</Optimize>
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11707] | 58 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
[11700] | 59 | </PropertyGroup>
|
---|
| 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
| 62 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 63 | <DefineConstants>TRACE;DEBUG;FULL_AST</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 68 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 69 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 72 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[11707] | 73 | <DefineConstants>TRACE;FULL_AST</DefineConstants>
|
---|
[11700] | 74 | <Optimize>true</Optimize>
|
---|
| 75 | <DebugType>pdbonly</DebugType>
|
---|
| 76 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 77 | <ErrorReport>prompt</ErrorReport>
|
---|
| 78 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 79 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11707] | 80 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
[11700] | 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup>
|
---|
| 83 | <SignAssembly>true</SignAssembly>
|
---|
| 84 | </PropertyGroup>
|
---|
| 85 | <PropertyGroup>
|
---|
| 86 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 87 | </PropertyGroup>
|
---|
| 88 | <ItemGroup>
|
---|
| 89 | <Reference Include="System" />
|
---|
| 90 | <Reference Include="System.Core" />
|
---|
| 91 | <Reference Include="System.Xml" />
|
---|
| 92 | </ItemGroup>
|
---|
| 93 | <ItemGroup>
|
---|
| 94 | <Compile Include="Analysis\AnnotationNames.cs" />
|
---|
| 95 | <Compile Include="Analysis\ControlFlow.cs" />
|
---|
| 96 | <Compile Include="Analysis\DeclarationSpace\LocalDeclarationSpace.cs" />
|
---|
| 97 | <Compile Include="Analysis\DeclarationSpace\LocalDeclarationSpaceVisitor.cs" />
|
---|
| 98 | <Compile Include="Analysis\DefiniteAssignmentAnalysis.cs" />
|
---|
| 99 | <Compile Include="Analysis\NullValueAnalysis.cs" />
|
---|
| 100 | <Compile Include="Analysis\NullValueStatus.cs" />
|
---|
| 101 | <Compile Include="Analysis\ReachabilityAnalysis.cs" />
|
---|
| 102 | <Compile Include="Analysis\SemanticHighlightingVisitor.cs" />
|
---|
| 103 | <Compile Include="Ast\AstNode.cs" />
|
---|
| 104 | <Compile Include="Ast\AstNodeCollection.cs" />
|
---|
| 105 | <Compile Include="Ast\AstType.cs" />
|
---|
| 106 | <Compile Include="Ast\ComposedType.cs" />
|
---|
| 107 | <Compile Include="Ast\CSharpModifierToken.cs" />
|
---|
| 108 | <Compile Include="Ast\CSharpTokenNode.cs" />
|
---|
| 109 | <Compile Include="Ast\CSharpUtil.cs" />
|
---|
| 110 | <Compile Include="Ast\DepthFirstAstVisitor.cs" />
|
---|
| 111 | <Compile Include="Ast\DocumentationReference.cs" />
|
---|
| 112 | <Compile Include="Ast\ErrorNode.cs" />
|
---|
| 113 | <Compile Include="Ast\Expressions\AnonymousMethodExpression.cs" />
|
---|
| 114 | <Compile Include="Ast\Expressions\AnonymousTypeCreateExpression.cs" />
|
---|
| 115 | <Compile Include="Ast\Expressions\ArrayCreateExpression.cs" />
|
---|
| 116 | <Compile Include="Ast\Expressions\ArrayInitializerExpression.cs" />
|
---|
| 117 | <Compile Include="Ast\Expressions\AsExpression.cs" />
|
---|
| 118 | <Compile Include="Ast\Expressions\AssignmentExpression.cs" />
|
---|
| 119 | <Compile Include="Ast\Expressions\BaseReferenceExpression.cs" />
|
---|
| 120 | <Compile Include="Ast\Expressions\BinaryOperatorExpression.cs" />
|
---|
| 121 | <Compile Include="Ast\Expressions\CastExpression.cs" />
|
---|
| 122 | <Compile Include="Ast\Expressions\CheckedExpression.cs" />
|
---|
| 123 | <Compile Include="Ast\Expressions\ConditionalExpression.cs" />
|
---|
| 124 | <Compile Include="Ast\Expressions\DefaultValueExpression.cs" />
|
---|
| 125 | <Compile Include="Ast\Expressions\DirectionExpression.cs" />
|
---|
| 126 | <Compile Include="Ast\Expressions\ErrorExpression.cs" />
|
---|
| 127 | <Compile Include="Ast\Expressions\Expression.cs" />
|
---|
| 128 | <Compile Include="Ast\Expressions\IdentifierExpression.cs" />
|
---|
| 129 | <Compile Include="Ast\Expressions\IndexerExpression.cs" />
|
---|
| 130 | <Compile Include="Ast\Expressions\InvocationExpression.cs" />
|
---|
| 131 | <Compile Include="Ast\Expressions\IsExpression.cs" />
|
---|
| 132 | <Compile Include="Ast\Expressions\LambdaExpression.cs" />
|
---|
| 133 | <Compile Include="Ast\Expressions\MemberReferenceExpression.cs" />
|
---|
| 134 | <Compile Include="Ast\Expressions\NamedArgumentExpression.cs" />
|
---|
| 135 | <Compile Include="Ast\Expressions\NamedExpression.cs" />
|
---|
| 136 | <Compile Include="Ast\Expressions\NullReferenceExpression.cs" />
|
---|
| 137 | <Compile Include="Ast\Expressions\ObjectCreateExpression.cs" />
|
---|
| 138 | <Compile Include="Ast\Expressions\ParenthesizedExpression.cs" />
|
---|
| 139 | <Compile Include="Ast\Expressions\PointerReferenceExpression.cs" />
|
---|
| 140 | <Compile Include="Ast\Expressions\PrimitiveExpression.cs" />
|
---|
| 141 | <Compile Include="Ast\Expressions\QueryExpression.cs" />
|
---|
| 142 | <Compile Include="Ast\Expressions\SizeOfExpression.cs" />
|
---|
| 143 | <Compile Include="Ast\Expressions\StackAllocExpression.cs" />
|
---|
| 144 | <Compile Include="Ast\Expressions\ThisReferenceExpression.cs" />
|
---|
| 145 | <Compile Include="Ast\Expressions\TypeOfExpression.cs" />
|
---|
| 146 | <Compile Include="Ast\Expressions\TypeReferenceExpression.cs" />
|
---|
| 147 | <Compile Include="Ast\Expressions\UnaryOperatorExpression.cs" />
|
---|
| 148 | <Compile Include="Ast\Expressions\UncheckedExpression.cs" />
|
---|
| 149 | <Compile Include="Ast\Expressions\UndocumentedExpression.cs" />
|
---|
| 150 | <Compile Include="Ast\GeneralScope\Attribute.cs" />
|
---|
| 151 | <Compile Include="Ast\GeneralScope\AttributeSection.cs" />
|
---|
| 152 | <Compile Include="Ast\GeneralScope\Comment.cs" />
|
---|
| 153 | <Compile Include="Ast\GeneralScope\Constraint.cs" />
|
---|
| 154 | <Compile Include="Ast\GeneralScope\DelegateDeclaration.cs" />
|
---|
| 155 | <Compile Include="Ast\GeneralScope\ExternAliasDeclaration.cs" />
|
---|
| 156 | <Compile Include="Ast\GeneralScope\NamespaceDeclaration.cs" />
|
---|
| 157 | <Compile Include="Ast\GeneralScope\NewLineNode.cs" />
|
---|
| 158 | <Compile Include="Ast\GeneralScope\PreProcessorDirective.cs" />
|
---|
| 159 | <Compile Include="Ast\GeneralScope\TextNode.cs" />
|
---|
| 160 | <Compile Include="Ast\GeneralScope\TypeDeclaration.cs" />
|
---|
| 161 | <Compile Include="Ast\GeneralScope\TypeParameterDeclaration.cs" />
|
---|
| 162 | <Compile Include="Ast\GeneralScope\UsingAliasDeclaration.cs" />
|
---|
| 163 | <Compile Include="Ast\GeneralScope\UsingDeclaration.cs" />
|
---|
| 164 | <Compile Include="Ast\GeneralScope\WhitespaceNode.cs" />
|
---|
| 165 | <Compile Include="Ast\IAstVisitor.cs" />
|
---|
| 166 | <Compile Include="Ast\Identifier.cs" />
|
---|
| 167 | <Compile Include="Ast\IdentifierExpressionBackreference.cs" />
|
---|
| 168 | <Compile Include="Ast\MemberType.cs" />
|
---|
| 169 | <Compile Include="Ast\Modifiers.cs" />
|
---|
| 170 | <Compile Include="Ast\NodeType.cs" />
|
---|
| 171 | <Compile Include="Ast\ObservableAstVisitor.cs" />
|
---|
| 172 | <Compile Include="Ast\PrimitiveType.cs" />
|
---|
| 173 | <Compile Include="Ast\Roles.cs" />
|
---|
| 174 | <Compile Include="Ast\SimpleType.cs" />
|
---|
| 175 | <Compile Include="Ast\Statements\BlockStatement.cs" />
|
---|
| 176 | <Compile Include="Ast\Statements\BreakStatement.cs" />
|
---|
| 177 | <Compile Include="Ast\Statements\CheckedStatement.cs" />
|
---|
| 178 | <Compile Include="Ast\Statements\ContinueStatement.cs" />
|
---|
| 179 | <Compile Include="Ast\Statements\DoWhileStatement.cs" />
|
---|
| 180 | <Compile Include="Ast\Statements\EmptyStatement.cs" />
|
---|
| 181 | <Compile Include="Ast\Statements\ExpressionStatement.cs" />
|
---|
| 182 | <Compile Include="Ast\Statements\FixedStatement.cs" />
|
---|
| 183 | <Compile Include="Ast\Statements\ForeachStatement.cs" />
|
---|
| 184 | <Compile Include="Ast\Statements\ForStatement.cs" />
|
---|
| 185 | <Compile Include="Ast\Statements\GotoStatement.cs" />
|
---|
| 186 | <Compile Include="Ast\Statements\IfElseStatement.cs" />
|
---|
| 187 | <Compile Include="Ast\Statements\LabelStatement.cs" />
|
---|
| 188 | <Compile Include="Ast\Statements\LockStatement.cs" />
|
---|
| 189 | <Compile Include="Ast\Statements\ReturnStatement.cs" />
|
---|
| 190 | <Compile Include="Ast\Statements\Statement.cs" />
|
---|
| 191 | <Compile Include="Ast\Statements\SwitchStatement.cs" />
|
---|
| 192 | <Compile Include="Ast\Statements\ThrowStatement.cs" />
|
---|
| 193 | <Compile Include="Ast\Statements\TryCatchStatement.cs" />
|
---|
| 194 | <Compile Include="Ast\Statements\UncheckedStatement.cs" />
|
---|
| 195 | <Compile Include="Ast\Statements\UnsafeStatement.cs" />
|
---|
| 196 | <Compile Include="Ast\Statements\UsingStatement.cs" />
|
---|
| 197 | <Compile Include="Ast\Statements\VariableDeclarationStatement.cs" />
|
---|
| 198 | <Compile Include="Ast\Statements\WhileStatement.cs" />
|
---|
| 199 | <Compile Include="Ast\Statements\YieldBreakStatement.cs" />
|
---|
| 200 | <Compile Include="Ast\Statements\YieldReturnStatement.cs" />
|
---|
| 201 | <Compile Include="Ast\SyntaxExtensions.cs" />
|
---|
| 202 | <Compile Include="Ast\SyntaxTree.cs" />
|
---|
| 203 | <Compile Include="Ast\TokenRole.cs" />
|
---|
| 204 | <Compile Include="Ast\TypeMembers\Accessor.cs" />
|
---|
| 205 | <Compile Include="Ast\TypeMembers\ConstructorDeclaration.cs" />
|
---|
| 206 | <Compile Include="Ast\TypeMembers\DestructorDeclaration.cs" />
|
---|
| 207 | <Compile Include="Ast\TypeMembers\EntityDeclaration.cs" />
|
---|
| 208 | <Compile Include="Ast\TypeMembers\EnumMemberDeclaration.cs" />
|
---|
| 209 | <Compile Include="Ast\TypeMembers\EventDeclaration.cs" />
|
---|
| 210 | <Compile Include="Ast\TypeMembers\FieldDeclaration.cs" />
|
---|
| 211 | <Compile Include="Ast\TypeMembers\FixedFieldDeclaration.cs" />
|
---|
| 212 | <Compile Include="Ast\TypeMembers\FixedVariableInitializer.cs" />
|
---|
| 213 | <Compile Include="Ast\TypeMembers\IndexerDeclaration.cs" />
|
---|
| 214 | <Compile Include="Ast\TypeMembers\MethodDeclaration.cs" />
|
---|
| 215 | <Compile Include="Ast\TypeMembers\OperatorDeclaration.cs" />
|
---|
| 216 | <Compile Include="Ast\TypeMembers\ParameterDeclaration.cs" />
|
---|
| 217 | <Compile Include="Ast\TypeMembers\PropertyDeclaration.cs" />
|
---|
| 218 | <Compile Include="Ast\TypeMembers\VariableInitializer.cs" />
|
---|
| 219 | <Compile Include="CombineQueryExpressions.cs" />
|
---|
| 220 | <Compile Include="Completion\CompletionDataWrapper.cs" />
|
---|
| 221 | <Compile Include="Completion\CSharpCompletionEngine.cs" />
|
---|
| 222 | <Compile Include="Completion\CSharpCompletionEngineBase.cs" />
|
---|
| 223 | <Compile Include="Completion\CSharpParameterCompletionEngine.cs" />
|
---|
| 224 | <Compile Include="Completion\ICompletionContextProvider.cs" />
|
---|
| 225 | <Compile Include="Completion\ICompletionDataFactory.cs" />
|
---|
| 226 | <Compile Include="Completion\IParameterCompletionDataFactory.cs" />
|
---|
| 227 | <Compile Include="CSharpProjectContent.cs" />
|
---|
| 228 | <Compile Include="Formatter\ConstructFixer.cs" />
|
---|
| 229 | <Compile Include="Formatter\CSharpFormatter.cs" />
|
---|
| 230 | <Compile Include="Formatter\CSharpFormattingOptions.cs" />
|
---|
| 231 | <Compile Include="Formatter\FormattingChanges.cs" />
|
---|
| 232 | <Compile Include="Formatter\FormattingOptionsFactory.cs" />
|
---|
| 233 | <Compile Include="Formatter\FormattingVisitor.cs" />
|
---|
| 234 | <Compile Include="Formatter\FormattingVisitor_Expressions.cs" />
|
---|
| 235 | <Compile Include="Formatter\FormattingVisitor_Global.cs" />
|
---|
| 236 | <Compile Include="Formatter\FormattingVisitor_Query.cs" />
|
---|
| 237 | <Compile Include="Formatter\FormattingVisitor_Statements.cs" />
|
---|
| 238 | <Compile Include="Formatter\FormattingVisitor_TypeMembers.cs" />
|
---|
| 239 | <Compile Include="Formatter\GeneratedCodeSettings.cs" />
|
---|
| 240 | <Compile Include="Formatter\Indent.cs" />
|
---|
| 241 | <Compile Include="Formatter\TextEditorOptions.cs" />
|
---|
| 242 | <Compile Include="IndentEngine\CacheIndentEngine.cs" />
|
---|
| 243 | <Compile Include="IndentEngine\CSharpIndentEngine.cs" />
|
---|
| 244 | <Compile Include="IndentEngine\IDocumentIndentEngine.cs" />
|
---|
| 245 | <Compile Include="IndentEngine\IndentState.cs" />
|
---|
| 246 | <Compile Include="IndentEngine\IStateMachineIndentEngine.cs" />
|
---|
| 247 | <Compile Include="IndentEngine\NullIStateMachineIndentEngine.cs" />
|
---|
| 248 | <Compile Include="IndentEngine\TextPasteIndentEngine.cs" />
|
---|
| 249 | <Compile Include="IntroduceQueryExpressions.cs" />
|
---|
| 250 | <Compile Include="NameLookupMode.cs" />
|
---|
| 251 | <Compile Include="OutputVisitor\CodeDomConvertVisitor.cs" />
|
---|
| 252 | <Compile Include="OutputVisitor\CSharpAmbience.cs" />
|
---|
| 253 | <Compile Include="OutputVisitor\CSharpOutputVisitor.cs" />
|
---|
| 254 | <Compile Include="OutputVisitor\InsertMissingTokensDecorator.cs" />
|
---|
| 255 | <Compile Include="OutputVisitor\InsertParenthesesVisitor.cs" />
|
---|
| 256 | <Compile Include="OutputVisitor\InsertRequiredSpacesDecorator.cs" />
|
---|
| 257 | <Compile Include="OutputVisitor\InsertSpecialsDecorator.cs" />
|
---|
| 258 | <Compile Include="OutputVisitor\ITokenWriter.cs" />
|
---|
| 259 | <Compile Include="OutputVisitor\TextWriterOutputFormatter.cs" />
|
---|
| 260 | <Compile Include="Parser\CompilerSettings.cs" />
|
---|
| 261 | <Compile Include="Parser\CSharpParser.cs" />
|
---|
| 262 | <Compile Include="Parser\mcs\anonymous.cs" />
|
---|
| 263 | <Compile Include="Parser\mcs\argument.cs" />
|
---|
| 264 | <Compile Include="Parser\mcs\assembly.cs" />
|
---|
| 265 | <Compile Include="Parser\mcs\assign.cs" />
|
---|
| 266 | <Compile Include="Parser\mcs\async.cs" />
|
---|
| 267 | <Compile Include="Parser\mcs\attribute.cs" />
|
---|
| 268 | <Compile Include="Parser\mcs\cfold.cs" />
|
---|
| 269 | <Compile Include="Parser\mcs\class.cs" />
|
---|
| 270 | <Compile Include="Parser\mcs\codegen.cs" />
|
---|
| 271 | <Compile Include="Parser\mcs\complete.cs" />
|
---|
| 272 | <Compile Include="Parser\mcs\const.cs" />
|
---|
| 273 | <Compile Include="Parser\mcs\constant.cs" />
|
---|
| 274 | <Compile Include="Parser\mcs\context.cs" />
|
---|
| 275 | <Compile Include="Parser\mcs\convert.cs" />
|
---|
| 276 | <Compile Include="Parser\mcs\CryptoConvert.cs" />
|
---|
| 277 | <Compile Include="Parser\mcs\cs-parser.cs" />
|
---|
| 278 | <Compile Include="Parser\mcs\cs-tokenizer.cs" />
|
---|
| 279 | <Compile Include="Parser\mcs\decl.cs" />
|
---|
| 280 | <Compile Include="Parser\mcs\delegate.cs" />
|
---|
| 281 | <Compile Include="Parser\mcs\doc.cs" />
|
---|
| 282 | <Compile Include="Parser\mcs\driver.cs" />
|
---|
| 283 | <Compile Include="Parser\mcs\dynamic.cs" />
|
---|
| 284 | <Compile Include="Parser\mcs\ecore.cs" />
|
---|
| 285 | <Compile Include="Parser\mcs\enum.cs" />
|
---|
| 286 | <Compile Include="Parser\mcs\eval.cs" />
|
---|
| 287 | <Compile Include="Parser\mcs\expression.cs" />
|
---|
| 288 | <Compile Include="Parser\mcs\field.cs" />
|
---|
| 289 | <Compile Include="Parser\mcs\flowanalysis.cs" />
|
---|
| 290 | <Compile Include="Parser\mcs\generic.cs" />
|
---|
| 291 | <Compile Include="Parser\mcs\import.cs" />
|
---|
| 292 | <Compile Include="Parser\mcs\iterators.cs" />
|
---|
| 293 | <Compile Include="Parser\mcs\lambda.cs" />
|
---|
| 294 | <Compile Include="Parser\mcs\linq.cs" />
|
---|
| 295 | <Compile Include="Parser\mcs\literal.cs" />
|
---|
| 296 | <Compile Include="Parser\mcs\location.cs" />
|
---|
| 297 | <Compile Include="Parser\mcs\membercache.cs" />
|
---|
| 298 | <Compile Include="Parser\mcs\method.cs" />
|
---|
| 299 | <Compile Include="Parser\mcs\modifiers.cs" />
|
---|
| 300 | <Compile Include="Parser\mcs\module.cs" />
|
---|
| 301 | <Compile Include="Parser\mcs\MonoSymbolFile.cs" />
|
---|
| 302 | <Compile Include="Parser\mcs\MonoSymbolTable.cs" />
|
---|
| 303 | <Compile Include="Parser\mcs\MonoSymbolWriter.cs" />
|
---|
| 304 | <Compile Include="Parser\mcs\namespace.cs" />
|
---|
| 305 | <Compile Include="Parser\mcs\nullable.cs" />
|
---|
| 306 | <Compile Include="Parser\mcs\outline.cs" />
|
---|
| 307 | <Compile Include="Parser\mcs\parameter.cs" />
|
---|
| 308 | <Compile Include="Parser\mcs\pending.cs" />
|
---|
| 309 | <Compile Include="Parser\mcs\property.cs" />
|
---|
| 310 | <Compile Include="Parser\mcs\reflection.cs" />
|
---|
| 311 | <Compile Include="Parser\mcs\report.cs" />
|
---|
| 312 | <Compile Include="Parser\mcs\settings.cs" />
|
---|
| 313 | <Compile Include="Parser\mcs\SourceMethodBuilder.cs" />
|
---|
| 314 | <Compile Include="Parser\mcs\statement.cs" />
|
---|
| 315 | <Compile Include="Parser\mcs\support.cs" />
|
---|
| 316 | <Compile Include="Parser\mcs\symbolwriter.cs" />
|
---|
| 317 | <Compile Include="Parser\mcs\typemanager.cs" />
|
---|
| 318 | <Compile Include="Parser\mcs\typespec.cs" />
|
---|
| 319 | <Compile Include="Parser\mcs\visit.cs" />
|
---|
| 320 | <Compile Include="Parser\SeekableStreamReader.cs" />
|
---|
| 321 | <Compile Include="PatternMatching\AnyType.cs" />
|
---|
| 322 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 323 | <Compile Include="QueryExpressionExpander.cs" />
|
---|
| 324 | <Compile Include="Refactoring\BaseRefactoringContext.cs" />
|
---|
| 325 | <Compile Include="Refactoring\CodeAction.cs" />
|
---|
| 326 | <Compile Include="Refactoring\CodeActionProvider.cs" />
|
---|
| 327 | <Compile Include="Refactoring\CodeGenerationService.cs" />
|
---|
| 328 | <Compile Include="Refactoring\CodeIssue.cs" />
|
---|
| 329 | <Compile Include="Refactoring\CodeIssueProvider.cs" />
|
---|
| 330 | <Compile Include="Refactoring\CommonSubIssues.cs" />
|
---|
| 331 | <Compile Include="Refactoring\ContextActionAttribute.cs" />
|
---|
| 332 | <Compile Include="Refactoring\DocumentScript.cs" />
|
---|
| 333 | <Compile Include="Refactoring\FormatStringHelper.cs" />
|
---|
| 334 | <Compile Include="Refactoring\IssueAttribute.cs" />
|
---|
| 335 | <Compile Include="Refactoring\LambdaHelper.cs" />
|
---|
| 336 | <Compile Include="Refactoring\LocalReferenceFinder.cs" />
|
---|
| 337 | <Compile Include="Refactoring\NamingHelper.cs" />
|
---|
| 338 | <Compile Include="Refactoring\PatternHelper.cs" />
|
---|
| 339 | <Compile Include="Refactoring\RefactoringAstHelper.cs" />
|
---|
| 340 | <Compile Include="Refactoring\RefactoringContext.cs" />
|
---|
| 341 | <Compile Include="Refactoring\Script.cs" />
|
---|
| 342 | <Compile Include="Refactoring\TypeGuessing.cs" />
|
---|
| 343 | <Compile Include="Refactoring\TypeSystemAstBuilder.cs" />
|
---|
| 344 | <Compile Include="Refactoring\UsingHelper.cs" />
|
---|
| 345 | <Compile Include="Refactoring\VariableReferenceGraph.cs" />
|
---|
| 346 | <Compile Include="Refactoring\WordParser.cs" />
|
---|
| 347 | <Compile Include="Resolver\AliasNamespaceResolveResult.cs" />
|
---|
| 348 | <Compile Include="Resolver\AliasTypeResolveResult.cs" />
|
---|
| 349 | <Compile Include="Resolver\AwaitResolveResult.cs" />
|
---|
| 350 | <Compile Include="Resolver\CastResolveResult.cs" />
|
---|
| 351 | <Compile Include="Resolver\CompositeResolveVisitorNavigator.cs" />
|
---|
| 352 | <Compile Include="Resolver\CSharpAstResolver.cs" />
|
---|
| 353 | <Compile Include="Resolver\CSharpConversions.cs" />
|
---|
| 354 | <Compile Include="Resolver\CSharpInvocationResolveResult.cs" />
|
---|
| 355 | <Compile Include="Resolver\CSharpOperators.cs" />
|
---|
| 356 | <Compile Include="Resolver\CSharpResolver.cs" />
|
---|
| 357 | <Compile Include="Resolver\DetectSkippableNodesNavigator.cs" />
|
---|
| 358 | <Compile Include="Resolver\DynamicInvocationResolveResult.cs" />
|
---|
| 359 | <Compile Include="Resolver\DynamicMemberResolveResult.cs" />
|
---|
| 360 | <Compile Include="Resolver\FindReferencedEntities.cs" />
|
---|
| 361 | <Compile Include="Resolver\FindReferences.cs" />
|
---|
| 362 | <Compile Include="Resolver\FindReferenceSearchScope.cs" />
|
---|
| 363 | <Compile Include="Resolver\IResolveVisitorNavigator.cs" />
|
---|
| 364 | <Compile Include="Resolver\LambdaResolveResult.cs" />
|
---|
| 365 | <Compile Include="Resolver\Log.cs" />
|
---|
| 366 | <Compile Include="Resolver\MemberLookup.cs" />
|
---|
| 367 | <Compile Include="Resolver\MethodGroupResolveResult.cs" />
|
---|
| 368 | <Compile Include="Resolver\NodeListResolveVisitorNavigator.cs" />
|
---|
| 369 | <Compile Include="Resolver\OverloadResolution.cs" />
|
---|
| 370 | <Compile Include="Resolver\OverloadResolutionErrors.cs" />
|
---|
| 371 | <Compile Include="Resolver\ReducedExtensionMethod.cs" />
|
---|
| 372 | <Compile Include="Resolver\RenameCallbackArguments.cs" />
|
---|
| 373 | <Compile Include="Resolver\ResolveAtLocation.cs" />
|
---|
| 374 | <Compile Include="Resolver\ResolveVisitor.cs" />
|
---|
| 375 | <Compile Include="Resolver\TypeInference.cs" />
|
---|
| 376 | <Compile Include="TypeSystem\AliasNamespaceReference.cs" />
|
---|
| 377 | <Compile Include="TypeSystem\AttributeTypeReference.cs" />
|
---|
| 378 | <Compile Include="TypeSystem\ConstantValues.cs" />
|
---|
| 379 | <Compile Include="TypeSystem\CSharpAssembly.cs" />
|
---|
| 380 | <Compile Include="TypeSystem\CSharpAttribute.cs" />
|
---|
| 381 | <Compile Include="TypeSystem\CSharpDocumentationComment.cs" />
|
---|
| 382 | <Compile Include="TypeSystem\CSharpTypeResolveContext.cs" />
|
---|
| 383 | <Compile Include="TypeSystem\CSharpUnresolvedFile.cs" />
|
---|
| 384 | <Compile Include="TypeSystem\CSharpUnresolvedTypeDefinition.cs" />
|
---|
| 385 | <Compile Include="TypeSystem\MemberTypeOrNamespaceReference.cs" />
|
---|
| 386 | <Compile Include="TypeSystem\MethodTypeParameterWithInheritedConstraints.cs" />
|
---|
| 387 | <Compile Include="TypeSystem\ResolvedUsingScope.cs" />
|
---|
| 388 | <Compile Include="TypeSystem\SimpleTypeOrNamespaceReference.cs" />
|
---|
| 389 | <Compile Include="TypeSystem\TypeOrNamespaceReference.cs" />
|
---|
| 390 | <Compile Include="TypeSystem\TypeSystemConvertVisitor.cs" />
|
---|
| 391 | <Compile Include="TypeSystem\UsingScope.cs" />
|
---|
| 392 | <Compile Include="Util\CloneableStack.cs" />
|
---|
| 393 | </ItemGroup>
|
---|
| 394 | <ItemGroup>
|
---|
| 395 | <Content Include="ICSharpCode.NRefactory License-5.5.0.txt" />
|
---|
| 396 | </ItemGroup>
|
---|
| 397 | <ItemGroup>
|
---|
| 398 | <None Include="HeuristicLab.snk" />
|
---|
| 399 | <None Include="Parser\mcs\cs-parser.jay" />
|
---|
| 400 | </ItemGroup>
|
---|
| 401 | <ItemGroup>
|
---|
| 402 | <ProjectReference Include="..\NRefactory-5.5.0\ICSharpCode.NRefactory-5.5.0.csproj">
|
---|
| 403 | <Project>{1022483b-7cf4-4162-827f-984b64eaf8b3}</Project>
|
---|
| 404 | <Name>ICSharpCode.NRefactory-5.5.0</Name>
|
---|
| 405 | <Private>False</Private>
|
---|
| 406 | </ProjectReference>
|
---|
| 407 | </ItemGroup>
|
---|
| 408 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 409 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 410 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 411 | <Target Name="BeforeBuild">
|
---|
| 412 | </Target>
|
---|
| 413 | <Target Name="AfterBuild">
|
---|
| 414 | </Target>
|
---|
| 415 | -->
|
---|
| 416 | </Project> |
---|