|
|
|
@ -37,44 +37,44 @@
@@ -37,44 +37,44 @@
|
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Enums\ClassFieldAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Enums\CorCallingConvention.cs" /> |
|
|
|
|
<Compile Include="Src\Enums\CorElementType.cs" /> |
|
|
|
|
<Compile Include="Src\Enums\CorMethodAttr.cs" /> |
|
|
|
|
<Compile Include="Src\Enums\CorTokenType.cs" /> |
|
|
|
|
<Compile Include="Src\Enums\PausedReason.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\BreakpointEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\CorDebugEvalEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\DebuggerEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\DebuggingIsResumingEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\DebuggingPausedEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\MessageEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\ModuleEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\EventHandlers\ThreadEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\NativeMethods.cs" /> |
|
|
|
|
<Compile Include="Src\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Private Classes\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Private Classes\EvalQueue.cs" /> |
|
|
|
|
<Compile Include="Src\Private Classes\ManagedCallback.cs" /> |
|
|
|
|
<Compile Include="Src\Private Classes\ManagedCallbackProxy.cs" /> |
|
|
|
|
<Compile Include="Src\Private Classes\MTA2STA.cs" /> |
|
|
|
|
<Compile Include="Src\Private Classes\SignatureStream.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\Breakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\BreakpointCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\Exceptions.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\Function.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\FunctionCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\ModuleCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\SourcecodeSegment.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\Public Classes\ThreadCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoints\Breakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoints\BreakpointCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Breakpoints\BreakpointEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\DebuggerEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\DebuggingIsResumingEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\DebuggingPausedEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\MessageEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebuggerEvents\PausedReason.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Exceptions.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\ManagedCallback.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\ManagedCallbackProxy.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\MTA2STA.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\NativeMethods.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Interop enums\ClassFieldAttribute.cs" /> |
|
|
|
|
<Compile Include="Src\Interop enums\CorCallingConvention.cs" /> |
|
|
|
|
<Compile Include="Src\Interop enums\CorElementType.cs" /> |
|
|
|
|
<Compile Include="Src\Interop enums\CorMethodAttr.cs" /> |
|
|
|
|
<Compile Include="Src\Interop enums\CorTokenType.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\ModuleCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\ModuleEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Function.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\FunctionCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\SourcecodeSegment.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ThreadCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ThreadEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\ArrayVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\BuiltInVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\CorDebugEvalEventHandler.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\EvalQueue.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\NullRefVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\ObjectVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\PropertyVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\SignatureStream.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\UnknownVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\VariableCollection.cs" /> |
|
|
|
|