|
|
@ -58,9 +58,11 @@ |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Interop\MTA2STA.cs" /> |
|
|
|
<Compile Include="Interop\MTA2STA.cs" /> |
|
|
|
|
|
|
|
<Compile Include="LocalVariable.cs" /> |
|
|
|
<Compile Include="ManagedCallback.cs" /> |
|
|
|
<Compile Include="ManagedCallback.cs" /> |
|
|
|
<Compile Include="ManagedCallbackProxy.cs" /> |
|
|
|
<Compile Include="ManagedCallbackProxy.cs" /> |
|
|
|
<Compile Include="ManagedCallbackSwitch.cs" /> |
|
|
|
<Compile Include="ManagedCallbackSwitch.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TestAttributes.cs" /> |
|
|
|
<Compile Include="TypeSystemExtensions.cs" /> |
|
|
|
<Compile Include="TypeSystemExtensions.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="AppDomain.cs" /> |
|
|
|
<Compile Include="AppDomain.cs" /> |
|
|
@ -68,7 +70,6 @@ |
|
|
|
<Compile Include="DebuggerException.cs" /> |
|
|
|
<Compile Include="DebuggerException.cs" /> |
|
|
|
<Compile Include="Eval.cs" /> |
|
|
|
<Compile Include="Eval.cs" /> |
|
|
|
<Compile Include="Exception.cs" /> |
|
|
|
<Compile Include="Exception.cs" /> |
|
|
|
<Compile Include="GetValueException.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interop\Common.cs" /> |
|
|
|
<Compile Include="Interop\Common.cs" /> |
|
|
|
<Compile Include="Interop\CorDebug.cs" /> |
|
|
|
<Compile Include="Interop\CorDebug.cs" /> |
|
|
|
<Compile Include="Interop\CorDebugExtensionMethods.cs" /> |
|
|
|
<Compile Include="Interop\CorDebugExtensionMethods.cs" /> |
|
|
@ -84,7 +85,6 @@ |
|
|
|
<Compile Include="Interop\NativeMethods.cs" /> |
|
|
|
<Compile Include="Interop\NativeMethods.cs" /> |
|
|
|
<Compile Include="Interop\TrackedComObjects.cs" /> |
|
|
|
<Compile Include="Interop\TrackedComObjects.cs" /> |
|
|
|
<Compile Include="Interop\Util.cs" /> |
|
|
|
<Compile Include="Interop\Util.cs" /> |
|
|
|
<Compile Include="MetaData\DebugMethodInfo.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Module.cs" /> |
|
|
|
<Compile Include="Module.cs" /> |
|
|
|
<Compile Include="NDebugger.cs" /> |
|
|
|
<Compile Include="NDebugger.cs" /> |
|
|
|
<Compile Include="Options.cs" /> |
|
|
|
<Compile Include="Options.cs" /> |
|
|
@ -92,9 +92,6 @@ |
|
|
|
<Compile Include="SourcecodeSegment.cs" /> |
|
|
|
<Compile Include="SourcecodeSegment.cs" /> |
|
|
|
<Compile Include="StackFrame.cs" /> |
|
|
|
<Compile Include="StackFrame.cs" /> |
|
|
|
<Compile Include="Stepper.cs" /> |
|
|
|
<Compile Include="Stepper.cs" /> |
|
|
|
<Compile Include="Tests\ExpandAttribute.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Tests\IgnoreAttribute.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Tests\IgnoreOnExceptionAttribute.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Thread.cs" /> |
|
|
|
<Compile Include="Thread.cs" /> |
|
|
|
<Compile Include="Value.cs" /> |
|
|
|
<Compile Include="Value.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
@ -127,8 +124,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="Interop" /> |
|
|
|
<Folder Include="Interop" /> |
|
|
|
<Folder Include="MetaData" /> |
|
|
|
|
|
|
|
<Folder Include="Tests" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\Libraries\Mono.Cecil\Mono.Cecil.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Libraries\Mono.Cecil\Mono.Cecil.csproj"> |
|
|
|