|
|
|
@ -56,41 +56,27 @@
@@ -56,41 +56,27 @@
|
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\AppDomain.cs" /> |
|
|
|
|
<Compile Include="Src\AppDomainCollection.cs" /> |
|
|
|
|
<Compile Include="Src\ArrayDimension.cs" /> |
|
|
|
|
<Compile Include="Src\ArrayDimensions.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\BreakpointCollection.cs" /> |
|
|
|
|
<Compile Include="Src\CollectionWithEvents.cs" /> |
|
|
|
|
<Compile Include="Src\Control\AppDomain.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Control\BreakpointCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Control\ProcessCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Control\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Control\AppDomainCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Control\EvalCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Control\ModuleCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Control\ProcessEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Control\ThreadCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Process.cs" /> |
|
|
|
|
<Compile Include="Src\Control\StackFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Stepper.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Breakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggeeState.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerException.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerObject.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\ExceptionType.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Options.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\PausedReason.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\PauseSession.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\SourcecodeSegment.cs" /> |
|
|
|
|
<Compile Include="Src\DebuggeeState.cs" /> |
|
|
|
|
<Compile Include="Src\DebuggerException.cs" /> |
|
|
|
|
<Compile Include="Src\DebuggerObject.cs" /> |
|
|
|
|
<Compile Include="Src\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\EvalCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\ExceptionType.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\ExpressionEvaluator.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\ExpressionExtensionMethods.cs" /> |
|
|
|
|
<Compile Include="Src\GetValueException.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\ManagedCallback.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\ManagedCallbackProxy.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\ManagedCallbackSwitch.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\MTA2STA.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\Tests\ExpandAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\Tests\IgnoreAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Internal\Tests\IgnoreOnExceptionAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebug.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugChainReason.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugClass.cs" /> |
|
|
|
@ -220,13 +206,15 @@
@@ -220,13 +206,15 @@
|
|
|
|
|
<Compile Include="Src\Interop\Enums\CorTokenType.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\MetaData\COR_FIELD_OFFSET.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\MetaData\IMetaDataImport.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugLocalVariableInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugParameterInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugType.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugFieldInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugLocalVariableInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugMethodInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugParameterInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugPropertyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\DebugType.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\IDebugMemberInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Module.cs" /> |
|
|
|
|
<Compile Include="Src\ModuleCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Mono.Cecil\Mono.Cecil.Binary\ImageFormatException.cs" /> |
|
|
|
|
<Compile Include="Src\Mono.Cecil\Mono.Cecil.Metadata\CodedIndex.cs" /> |
|
|
|
|
<Compile Include="Src\Mono.Cecil\Mono.Cecil.Metadata\ElementType.cs" /> |
|
|
|
@ -267,11 +255,23 @@
@@ -267,11 +255,23 @@
|
|
|
|
|
<Compile Include="Src\Mono.Cecil\Mono.Cecil.Signatures\Var.cs" /> |
|
|
|
|
<Compile Include="Src\Mono.Cecil\Mono.Cecil\MethodCallingConvention.cs" /> |
|
|
|
|
<Compile Include="Src\Mono.Cecil\Mono.Cecil\ReflectionException.cs" /> |
|
|
|
|
<Compile Include="Src\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Options.cs" /> |
|
|
|
|
<Compile Include="Src\PausedReason.cs" /> |
|
|
|
|
<Compile Include="Src\PauseSession.cs" /> |
|
|
|
|
<Compile Include="Src\Process.cs" /> |
|
|
|
|
<Compile Include="Src\ProcessCollection.cs" /> |
|
|
|
|
<Compile Include="Src\ProcessEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\SourcecodeSegment.cs" /> |
|
|
|
|
<Compile Include="Src\StackFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Stepper.cs" /> |
|
|
|
|
<Compile Include="Src\Tests\ExpandAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Tests\IgnoreAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Tests\IgnoreOnExceptionAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\ThreadCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Util\HighPrecisionTimer.cs" /> |
|
|
|
|
<Compile Include="Src\Values\ArrayDimension.cs" /> |
|
|
|
|
<Compile Include="Src\Values\ArrayDimensions.cs" /> |
|
|
|
|
<Compile Include="Src\Values\GetValueException.cs" /> |
|
|
|
|
<Compile Include="Src\Values\Value.cs" /> |
|
|
|
|
<Compile Include="Src\Value.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\Autogenerated\CorDebug.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\Autogenerated\CorDebugChainReason.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\Autogenerated\CorDebugClass.cs" /> |
|
|
|
@ -451,11 +451,29 @@
@@ -451,11 +451,29 @@
|
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Folder Include="Src\Expressions" /> |
|
|
|
|
<Folder Include="Src\Internal" /> |
|
|
|
|
<Folder Include="Src\Interop" /> |
|
|
|
|
<Folder Include="Src\Interop\CorDebug" /> |
|
|
|
|
<Folder Include="Src\Interop\CorSym" /> |
|
|
|
|
<Folder Include="Src\Interop\Enums" /> |
|
|
|
|
<Folder Include="Src\Interop\MetaData" /> |
|
|
|
|
<Folder Include="Src\Metadata" /> |
|
|
|
|
<Folder Include="Src\Mono.Cecil" /> |
|
|
|
|
<Folder Include="Src\Mono.Cecil\Mono.Cecil" /> |
|
|
|
|
<Folder Include="Src\Mono.Cecil\Mono.Cecil.Binary" /> |
|
|
|
|
<Folder Include="Src\Mono.Cecil\Mono.Cecil.Metadata" /> |
|
|
|
|
<Folder Include="Src\Mono.Cecil\Mono.Cecil.Signatures" /> |
|
|
|
|
<Folder Include="Src\Tests" /> |
|
|
|
|
<Folder Include="Src\Util" /> |
|
|
|
|
<Folder Include="Src\Wrappers" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorDebug" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorDebug\Autogenerated" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorPub" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorPub\Autogenerated" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorSym" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorSym\Autogenerated" /> |
|
|
|
|
<Folder Include="Src\Wrappers\MetaData" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
|
|
|