|
|
|
@ -40,27 +40,38 @@
@@ -40,27 +40,38 @@
|
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoints\Breakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoints\BreakpointEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoints\NDebugger-Breakpoints.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Control\NDebugger-Breakpoints.cs" /> |
|
|
|
|
<Compile Include="Src\Control\NDebugger-Processes.cs" /> |
|
|
|
|
<Compile Include="Src\Control\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Process-Evals.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Process-Modules.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Process-StateControl.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Process-Threads.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Process.cs" /> |
|
|
|
|
<Compile Include="Src\Control\ProcessEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Control\StackFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Stepper.cs" /> |
|
|
|
|
<Compile Include="Src\Control\StepperEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Control\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\Control\ThreadEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Breakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebugeeState.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\DebuggerEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\MessageEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\PausedReason.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerException.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerObject.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\ExceptionEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Exceptions.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\ExceptionType.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\IExpirable.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\ManagedCallback.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\ManagedCallbackProxy.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\ManagedCallbackSwitch.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\MTA2STA.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\PausedReason.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\PauseSession.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Process-StateControl.cs" /> |
|
|
|
|
<Compile Include="Src\Evals\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Evals\EvalEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Evals\Process-Evals.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\SourcecodeSegment.cs" /> |
|
|
|
|
<Compile Include="Src\EventArgs\BreakpointEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\EventArgs\DebuggerEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\EventArgs\EvalEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\EventArgs\ExceptionEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\EventArgs\MessageEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\EventArgs\ModuleEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\Ast\ArrayIndexerExpression.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\Ast\EmptyExpression.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\Ast\LocalVariableIdentifierExpression.cs" /> |
|
|
|
@ -70,6 +81,12 @@
@@ -70,6 +81,12 @@
|
|
|
|
|
<Compile Include="Src\Expressions\Ast\ThisReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\Expression.Create.cs" /> |
|
|
|
|
<Compile Include="Src\Expressions\Expression.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\Interop\CorDebug\CorDebug.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugChainReason.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugClass.cs" /> |
|
|
|
@ -211,23 +228,6 @@
@@ -211,23 +228,6 @@
|
|
|
|
|
<Compile Include="Src\Metadata\MemberInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\MethodInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Metadata\PropertyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\ModuleEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Process-Modules.cs" /> |
|
|
|
|
<Compile Include="Src\Tests\ExpandAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Tests\IgnoreAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ExceptionType.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\StackFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\NDebugger-Processes.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Process-Threads.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Process.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ProcessEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\SourcecodeSegment.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Stepper.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\StepperEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ThreadEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Util\HighPrecisionTimer.cs" /> |
|
|
|
|
<Compile Include="Src\Values\ArrayDimension.cs" /> |
|
|
|
|
<Compile Include="Src\Values\ArrayDimensions.cs" /> |
|
|
|
@ -383,22 +383,19 @@
@@ -383,22 +383,19 @@
|
|
|
|
|
<Folder Include="Configuration" /> |
|
|
|
|
<Folder Include="docs" /> |
|
|
|
|
<Folder Include="Src" /> |
|
|
|
|
<Folder Include="Src\Breakpoints" /> |
|
|
|
|
<Folder Include="Src\Control" /> |
|
|
|
|
<Folder Include="Src\Debugger" /> |
|
|
|
|
<Folder Include="Src\Debugger\DebuggerEvents" /> |
|
|
|
|
<Folder Include="Src\Debugger\Internal" /> |
|
|
|
|
<Folder Include="Src\Evals" /> |
|
|
|
|
<Folder Include="Src\EventArgs" /> |
|
|
|
|
<Folder Include="Src\Expressions" /> |
|
|
|
|
<Folder Include="Src\Expressions\Ast" /> |
|
|
|
|
<Folder Include="Src\Internal" /> |
|
|
|
|
<Folder Include="Src\Internal\Tests" /> |
|
|
|
|
<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\Modules" /> |
|
|
|
|
<Folder Include="Src\Tests" /> |
|
|
|
|
<Folder Include="Src\Threads" /> |
|
|
|
|
<Folder Include="Src\Util" /> |
|
|
|
|
<Folder Include="Src\Values" /> |
|
|
|
|
<Folder Include="Src\Wrappers" /> |
|
|
|
@ -409,4 +406,4 @@
@@ -409,4 +406,4 @@
|
|
|
|
|
<Folder Include="Src\Wrappers\MetaData" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
|
</Project> |
|
|
|
|
</Project> |