|
|
|
|
@ -42,47 +42,35 @@
@@ -42,47 +42,35 @@
|
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Content Include="README.TXT" /> |
|
|
|
|
<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\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\DebuggerObject.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\ExceptionEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Exceptions.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\IExpirable.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\IMutable.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\NamespaceDoc.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\NDebugger.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\ModuleEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Process-Modules.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ExceptionType.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Function.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\Thread.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ThreadEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\PauseSession.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Process-StateControl.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_COR_IL_MAP.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_COR_VERSION.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_FILETIME.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_LARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_SECURITY_ATTRIBUTES.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_ULARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\COR_DEBUG_STEP_RANGE.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebug.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugChainReason.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugClass.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugCreateProcessFlags.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugExceptionCallbackType.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugExceptionUnwindCallbackType.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugHandleType.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugChainReason.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugIntercept.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugInternalFrameType.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugMappingResult.cs" /> |
|
|
|
|
@ -92,6 +80,7 @@
@@ -92,6 +80,7 @@
|
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugThreadState.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugUnmappedStop.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\CorDebugUserState.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\COR_DEBUG_STEP_RANGE.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\EmbeddedCLRCorDebug.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\EmbeddedCLRCorDebugClass.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebug.cs" /> |
|
|
|
|
@ -104,6 +93,8 @@
@@ -104,6 +93,8 @@
|
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugBoxValue.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugBreakpoint.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugBreakpointEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugChain.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugChainEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugClass.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugClass2.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugCode.cs" /> |
|
|
|
|
@ -124,8 +115,6 @@
@@ -124,8 +115,6 @@
|
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugHandleValue.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugHeapValue.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugHeapValue2.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugChain.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugChainEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugILFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugILFrame2.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ICorDebugInternalFrame.cs" /> |
|
|
|
|
@ -162,13 +151,12 @@
@@ -162,13 +151,12 @@
|
|
|
|
|
<Compile Include="Src\Interop\CorDebug\ISequentialStream.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\IStream.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\tagSTATSTG.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\MetaData\IMetaDataImport.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\MetaData\COR_FIELD_OFFSET.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Stepper.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\StepperEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\_FILETIME.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\_LARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\_ULARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_COR_IL_MAP.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_COR_VERSION.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_FILETIME.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_LARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_SECURITY_ATTRIBUTES.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorDebug\_ULARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\CorSymAddrKind.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\CorSymBinder_deprecated.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\CorSymBinder_deprecatedClass.cs" /> |
|
|
|
|
@ -187,6 +175,7 @@
@@ -187,6 +175,7 @@
|
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISequentialStream.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\IStream.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedBinder.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedDispose.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedDocument.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedDocumentWriter.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedMethod.cs" /> |
|
|
|
|
@ -199,6 +188,57 @@
@@ -199,6 +188,57 @@
|
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedWriter.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedWriter2.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\tagSTATSTG.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\_FILETIME.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\_LARGE_INTEGER.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\_ULARGE_INTEGER.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\Interop\MetaData\COR_FIELD_OFFSET.cs" /> |
|
|
|
|
<Compile Include="Src\Interop\MetaData\IMetaDataImport.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Module.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\ModuleEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Modules\Process-Modules.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Exception.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\ExceptionType.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\FrameID.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\Function.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\Util\Lists.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\EvalEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\Process-Evals.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\BindingFlags.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\DebugType-Helpers.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\DebugType.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\FieldInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\MemberInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\MethodInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\PropertyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\NamedValue.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\NamedValueCollection.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Array.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Common.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Helpers.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Object.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Primitive.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\ValueEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\ArrayElement.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\LocalVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\MemberValue.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\MethodArgument.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" /> |
|
|
|
|
@ -281,6 +321,15 @@
@@ -281,6 +321,15 @@
|
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\Autogenerated\ICorDebugValueEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\Autogenerated\ISequentialStream.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\Autogenerated\IStream.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugArrayValue.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugChain.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugChainEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugFrameEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugGenericValue.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugModule.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugStepper.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugStringValue.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugTypeEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\CorSymAddrKind.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\CorSymBinder_deprecated.cs" /> |
|
|
|
|
@ -300,6 +349,7 @@
@@ -300,6 +349,7 @@
|
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISequentialStream.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\IStream.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedBinder.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedDispose.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedDocument.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedDocumentWriter.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedMethod.cs" /> |
|
|
|
|
@ -311,95 +361,53 @@
@@ -311,95 +361,53 @@
|
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedWriter.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedWriter2.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedBinder.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedDocument.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedMethod.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedReader.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedScope.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\SequencePoint.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\ICorDebugManagedCallbacks.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\MetaData\FieldProps.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\MetaData\MetaData.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\MetaData\MethodProps.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\MetaData\ParamProps.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\MetaData\TypeDefProps.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\MetaData\TypeRefProps.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\ICorDebugManagedCallbacks.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\NativeMethods.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\ResourceManager.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\_SECURITY_ATTRIBUTES.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\Util.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedBinder.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedDocument.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedMethod.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedReader.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedScope.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\ISymUnmanagedVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\SequencePoint.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugModule.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugStringValue.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugGenericValue.cs" /> |
|
|
|
|
<Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
|
|
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\Interop\CorSym\ISymUnmanagedDispose.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorSym\Autogenerated\ISymUnmanagedDispose.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\DebugeeState.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\PauseSession.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugStepper.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugChainEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugFrameEnum.cs" /> |
|
|
|
|
<Compile Include="Src\Threads\FrameID.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugChain.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugFrame.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\IExpirable.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\IMutable.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\ExceptionEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\Internal\ManagedCallbackSwitch.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\CorDebug\ICorDebugArrayValue.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\Eval.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\EvalEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Evals\Process-Evals.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\BindingFlags.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\DebugType.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\FieldInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Array.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Common.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\ValueEventArgs.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Object.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Primitive.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\ArrayElement.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\LocalVariable.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\MethodArgument.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\MethodInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\MemberInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\PropertyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Variables\MemberValue.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\Value-Helpers.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Types\DebugType-Helpers.cs" /> |
|
|
|
|
<Compile Include="Src\Debugger\NamespaceDoc.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\NamedValue.cs" /> |
|
|
|
|
<Compile Include="Src\Variables\Values\NamedValueCollection.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\Util\HighPrecisionTimer.cs" /> |
|
|
|
|
<Compile Include="Src\Util\Lists.cs" /> |
|
|
|
|
<Compile Include="Src\Wrappers\_SECURITY_ATTRIBUTES.cs" /> |
|
|
|
|
<None Include="Src\Stepping.txt" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Content Include="README.TXT" /> |
|
|
|
|
<Folder Include="Configuration" /> |
|
|
|
|
<Folder Include="docs" /> |
|
|
|
|
<Folder Include="Src" /> |
|
|
|
|
<Folder Include="Src\Breakpoints" /> |
|
|
|
|
<Folder Include="Src\Debugger" /> |
|
|
|
|
<Folder Include="Src\Debugger\DebuggerEvents" /> |
|
|
|
|
<Folder Include="Src\Debugger\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\Modules" /> |
|
|
|
|
<Folder Include="Src\Threads" /> |
|
|
|
|
<Folder Include="Src\Util" /> |
|
|
|
|
<Folder Include="Src\Variables" /> |
|
|
|
|
<Folder Include="Src\Variables\Evals" /> |
|
|
|
|
<Folder Include="Src\Variables\Types" /> |
|
|
|
|
<Folder Include="Src\Variables\Values" /> |
|
|
|
|
<Folder Include="Src\Variables\Variables" /> |
|
|
|
|
<Folder Include="Src\Wrappers" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorDebug" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorDebug\Autogenerated" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorSym" /> |
|
|
|
|
<Folder Include="Src\Wrappers\CorSym\Autogenerated" /> |
|
|
|
|
<Folder Include="Src\Wrappers\MetaData" /> |
|
|
|
|
<Folder Include="docs" /> |
|
|
|
|
<Folder Include="Src\Variables" /> |
|
|
|
|
<Folder Include="Src\Variables\Evals" /> |
|
|
|
|
<Folder Include="Src\Variables\Types" /> |
|
|
|
|
<Folder Include="Src\Variables\Values" /> |
|
|
|
|
<Folder Include="Src\Variables\Variables" /> |
|
|
|
|
<Content Include="Src\Stepping.txt" /> |
|
|
|
|
<Folder Include="Src\Interop\Enums" /> |
|
|
|
|
<Folder Include="Src\Util" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
|
</Project> |