Skip to content

Commit 45b3c96

Browse files
committed
Remove unused file IAsyncOperation.cs
1 parent c594ffc commit 45b3c96

File tree

2 files changed

+142
-165
lines changed

2 files changed

+142
-165
lines changed

Mono.Debugging/Mono.Debugging.Evaluation/IAsyncOperation.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

Mono.Debugging/Mono.Debugging.csproj

Lines changed: 142 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,142 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<RootNamespace>Mono.Debugging</RootNamespace>
11-
<SignAssembly>True</SignAssembly>
12-
<AssemblyOriginatorKeyFile>mono.debugging.snk</AssemblyOriginatorKeyFile>
13-
<AssemblyName>Mono.Debugging</AssemblyName>
14-
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16-
<DebugSymbols>True</DebugSymbols>
17-
<DebugType>full</DebugType>
18-
<Optimize>False</Optimize>
19-
<OutputPath>bin\Debug</OutputPath>
20-
<DefineConstants>DEBUG</DefineConstants>
21-
<ErrorReport>prompt</ErrorReport>
22-
<WarningLevel>4</WarningLevel>
23-
<ConsolePause>False</ConsolePause>
24-
<Execution>
25-
<Execution clr-version="Net_2_0" />
26-
</Execution>
27-
<NoWarn>1591;1573</NoWarn>
28-
<DocumentationFile>bin\Debug\Mono.Debugging.xml</DocumentationFile>
29-
</PropertyGroup>
30-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
32-
<Optimize>true</Optimize>
33-
<OutputPath>bin\Release</OutputPath>
34-
<ErrorReport>prompt</ErrorReport>
35-
<WarningLevel>4</WarningLevel>
36-
<ConsolePause>False</ConsolePause>
37-
<Execution>
38-
<Execution clr-version="Net_2_0" />
39-
</Execution>
40-
<DebugSymbols>true</DebugSymbols>
41-
<NoWarn>1591;1573</NoWarn>
42-
<DocumentationFile>bin\Release\Mono.Debugging.xml</DocumentationFile>
43-
</PropertyGroup>
44-
<ItemGroup>
45-
<Reference Include="System" />
46-
<Reference Include="System.Xml" />
47-
<Reference Include="System.Core" />
48-
</ItemGroup>
49-
<ItemGroup>
50-
<Compile Include="Mono.Debugging.Client\IExpressionEvaluator.cs" />
51-
<Compile Include="Mono.Debugging.Client\Breakpoint.cs" />
52-
<Compile Include="Mono.Debugging.Client\DebuggerSession.cs" />
53-
<Compile Include="Mono.Debugging.Client\Backtrace.cs" />
54-
<Compile Include="Mono.Debugging.Client\DebuggerStartInfo.cs" />
55-
<Compile Include="Mono.Debugging.Client\ProcessEventArgs.cs" />
56-
<Compile Include="Mono.Debugging.Client\SourceLocation.cs" />
57-
<Compile Include="Mono.Debugging.Client\StackFrame.cs" />
58-
<Compile Include="Mono.Debugging.Client\TargetEventArgs.cs" />
59-
<Compile Include="Mono.Debugging.Client\TargetEventType.cs" />
60-
<Compile Include="Mono.Debugging.Client\ThreadEventArgs.cs" />
61-
<Compile Include="Mono.Debugging.Backend\IBacktrace.cs" />
62-
<Compile Include="Mono.Debugging.Backend\IDebuggerSessionFrontend.cs" />
63-
<Compile Include="Mono.Debugging.Client\BreakpointStore.cs" />
64-
<Compile Include="Mono.Debugging.Client\BreakpointEventArgs.cs" />
65-
<Compile Include="Mono.Debugging.Client\ObjectValue.cs" />
66-
<Compile Include="Mono.Debugging.Backend\IObjectValueSource.cs" />
67-
<Compile Include="Mono.Debugging.Client\ObjectValueFlags.cs" />
68-
<Compile Include="Mono.Debugging.Client\ObjectPath.cs" />
69-
<Compile Include="Mono.Debugging.Client\ThreadInfo.cs" />
70-
<Compile Include="Mono.Debugging.Client\ProcessInfo.cs" />
71-
<Compile Include="Mono.Debugging.Client\AssemblyLine.cs" />
72-
<Compile Include="Mono.Debugging.Backend\DissassemblyBuffer.cs" />
73-
<Compile Include="Mono.Debugging.Client\CompletionData.cs" />
74-
<Compile Include="Mono.Debugging.Client\Catchpoint.cs" />
75-
<Compile Include="Mono.Debugging.Client\BreakEvent.cs" />
76-
<Compile Include="Mono.Debugging.Client\CatchpointEventArgs.cs" />
77-
<Compile Include="Mono.Debugging.Client\BreakEventArgs.cs" />
78-
<Compile Include="Mono.Debugging.Client\DebuggerFeatures.cs" />
79-
<Compile Include="Mono.Debugging.Backend\IObjectValueUpdater.cs" />
80-
<Compile Include="Mono.Debugging.Backend\IObjectValueUpdateCallback.cs" />
81-
<Compile Include="Mono.Debugging.Backend\UpdateCallback.cs" />
82-
<Compile Include="Mono.Debugging.Evaluation\ArrayElementGroup.cs" />
83-
<Compile Include="Mono.Debugging.Evaluation\ArrayValueReference.cs" />
84-
<Compile Include="Mono.Debugging.Evaluation\AsyncEvaluationTracker.cs" />
85-
<Compile Include="Mono.Debugging.Evaluation\AsyncOperationBase.cs" />
86-
<Compile Include="Mono.Debugging.Evaluation\AsyncOperationManager.cs" />
87-
<Compile Include="Mono.Debugging.Evaluation\EvaluationContext.cs" />
88-
<Compile Include="Mono.Debugging.Evaluation\ExpressionEvaluator.cs" />
89-
<Compile Include="Mono.Debugging.Evaluation\FilteredMembersSource.cs" />
90-
<Compile Include="Mono.Debugging.Evaluation\IAsyncOperation.cs" />
91-
<Compile Include="Mono.Debugging.Evaluation\ICollectionAdaptor.cs" />
92-
<Compile Include="Mono.Debugging.Evaluation\LiteralValueReference.cs" />
93-
<Compile Include="Mono.Debugging.Evaluation\NamespaceValueReference.cs" />
94-
<Compile Include="Mono.Debugging.Evaluation\NullValueReference.cs" />
95-
<Compile Include="Mono.Debugging.Evaluation\ObjectValueAdaptor.cs" />
96-
<Compile Include="Mono.Debugging.Evaluation\RawViewSource.cs" />
97-
<Compile Include="Mono.Debugging.Evaluation\RemoteFrameObject.cs" />
98-
<Compile Include="Mono.Debugging.Evaluation\TimedEvaluator.cs" />
99-
<Compile Include="Mono.Debugging.Evaluation\TimeOutException.cs" />
100-
<Compile Include="Mono.Debugging.Evaluation\TypeValueReference.cs" />
101-
<Compile Include="Mono.Debugging.Evaluation\ValueReference.cs" />
102-
<Compile Include="Mono.Debugging.Evaluation\UserVariableReference.cs" />
103-
<Compile Include="Mono.Debugging.Client\DebuggerException.cs" />
104-
<Compile Include="Mono.Debugging.Client\DebuggerSessionOptions.cs" />
105-
<Compile Include="Mono.Debugging.Client\EvaluationOptions.cs" />
106-
<Compile Include="Mono.Debugging.Evaluation\BaseBacktrace.cs" />
107-
<Compile Include="Mono.Debugging.Evaluation\BaseTypeViewSource.cs" />
108-
<Compile Include="Mono.Debugging.Evaluation\IObjectSource.cs" />
109-
<Compile Include="Mono.Debugging.Client\RawValue.cs" />
110-
<Compile Include="Mono.Debugging.Evaluation\RemoteRawValue.cs" />
111-
<Compile Include="Mono.Debugging.Client\ExceptionInfo.cs" />
112-
<Compile Include="Mono.Debugging.Evaluation\ExceptionInfoSource.cs" />
113-
<Compile Include="Mono.Debugging.Client\BreakEventStatus.cs" />
114-
<Compile Include="Mono.Debugging.Client\BreakEventInfo.cs" />
115-
<Compile Include="Mono.Debugging.Client\FunctionBreakpoint.cs" />
116-
<Compile Include="Mono.Debugging.Evaluation\IStringAdaptor.cs" />
117-
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionEvaluator.cs" />
118-
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionEvaluatorVisitor.cs" />
119-
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionResolverVisitor.cs" />
120-
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExtensions.cs" />
121-
<Compile Include="Mono.Debugging.Backend\IDebuggerBackendObject.cs" />
122-
<Compile Include="Mono.Debugging.Backend\IRawValue.cs" />
123-
<Compile Include="Mono.Debugging.Backend\IRawValueArray.cs" />
124-
<Compile Include="Mono.Debugging.Backend\IRawValueString.cs" />
125-
<Compile Include="Mono.Debugging.Backend\EvaluationResult.cs" />
126-
<Compile Include="Mono.Debugging.Client\DebuggerLoggingService.cs" />
127-
<Compile Include="Mono.Debugging.Client\RunToCursorBreakpoint.cs" />
128-
<Compile Include="Mono.Debugging.Evaluation\EnumerableElementGroup.cs" />
129-
</ItemGroup>
130-
<Import Project="..\Mono.Debugging.settings" />
131-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
132-
<ItemGroup />
133-
<ItemGroup>
134-
<ProjectReference Include="..\..\nrefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
135-
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
136-
<Name>ICSharpCode.NRefactory</Name>
137-
</ProjectReference>
138-
<ProjectReference Include="..\..\nrefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
139-
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
140-
<Name>ICSharpCode.NRefactory.CSharp</Name>
141-
</ProjectReference>
142-
</ItemGroup>
143-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<RootNamespace>Mono.Debugging</RootNamespace>
11+
<SignAssembly>True</SignAssembly>
12+
<AssemblyOriginatorKeyFile>mono.debugging.snk</AssemblyOriginatorKeyFile>
13+
<AssemblyName>Mono.Debugging</AssemblyName>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>True</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>False</Optimize>
19+
<OutputPath>bin\Debug</OutputPath>
20+
<DefineConstants>DEBUG</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
<ConsolePause>False</ConsolePause>
24+
<Execution>
25+
<Execution clr-version="Net_2_0" />
26+
</Execution>
27+
<NoWarn>1591;1573</NoWarn>
28+
<DocumentationFile>bin\Debug\Mono.Debugging.xml</DocumentationFile>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<DebugType>pdbonly</DebugType>
32+
<Optimize>true</Optimize>
33+
<OutputPath>bin\Release</OutputPath>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
<ConsolePause>False</ConsolePause>
37+
<Execution>
38+
<Execution clr-version="Net_2_0" />
39+
</Execution>
40+
<DebugSymbols>true</DebugSymbols>
41+
<NoWarn>1591;1573</NoWarn>
42+
<DocumentationFile>bin\Release\Mono.Debugging.xml</DocumentationFile>
43+
</PropertyGroup>
44+
<ItemGroup>
45+
<Reference Include="System" />
46+
<Reference Include="System.Xml" />
47+
<Reference Include="System.Core" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="Mono.Debugging.Client\IExpressionEvaluator.cs" />
51+
<Compile Include="Mono.Debugging.Client\Breakpoint.cs" />
52+
<Compile Include="Mono.Debugging.Client\DebuggerSession.cs" />
53+
<Compile Include="Mono.Debugging.Client\Backtrace.cs" />
54+
<Compile Include="Mono.Debugging.Client\DebuggerStartInfo.cs" />
55+
<Compile Include="Mono.Debugging.Client\ProcessEventArgs.cs" />
56+
<Compile Include="Mono.Debugging.Client\SourceLocation.cs" />
57+
<Compile Include="Mono.Debugging.Client\StackFrame.cs" />
58+
<Compile Include="Mono.Debugging.Client\TargetEventArgs.cs" />
59+
<Compile Include="Mono.Debugging.Client\TargetEventType.cs" />
60+
<Compile Include="Mono.Debugging.Client\ThreadEventArgs.cs" />
61+
<Compile Include="Mono.Debugging.Backend\IBacktrace.cs" />
62+
<Compile Include="Mono.Debugging.Backend\IDebuggerSessionFrontend.cs" />
63+
<Compile Include="Mono.Debugging.Client\BreakpointStore.cs" />
64+
<Compile Include="Mono.Debugging.Client\BreakpointEventArgs.cs" />
65+
<Compile Include="Mono.Debugging.Client\ObjectValue.cs" />
66+
<Compile Include="Mono.Debugging.Backend\IObjectValueSource.cs" />
67+
<Compile Include="Mono.Debugging.Client\ObjectValueFlags.cs" />
68+
<Compile Include="Mono.Debugging.Client\ObjectPath.cs" />
69+
<Compile Include="Mono.Debugging.Client\ThreadInfo.cs" />
70+
<Compile Include="Mono.Debugging.Client\ProcessInfo.cs" />
71+
<Compile Include="Mono.Debugging.Client\AssemblyLine.cs" />
72+
<Compile Include="Mono.Debugging.Backend\DissassemblyBuffer.cs" />
73+
<Compile Include="Mono.Debugging.Client\CompletionData.cs" />
74+
<Compile Include="Mono.Debugging.Client\Catchpoint.cs" />
75+
<Compile Include="Mono.Debugging.Client\BreakEvent.cs" />
76+
<Compile Include="Mono.Debugging.Client\CatchpointEventArgs.cs" />
77+
<Compile Include="Mono.Debugging.Client\BreakEventArgs.cs" />
78+
<Compile Include="Mono.Debugging.Client\DebuggerFeatures.cs" />
79+
<Compile Include="Mono.Debugging.Backend\IObjectValueUpdater.cs" />
80+
<Compile Include="Mono.Debugging.Backend\IObjectValueUpdateCallback.cs" />
81+
<Compile Include="Mono.Debugging.Backend\UpdateCallback.cs" />
82+
<Compile Include="Mono.Debugging.Evaluation\ArrayElementGroup.cs" />
83+
<Compile Include="Mono.Debugging.Evaluation\ArrayValueReference.cs" />
84+
<Compile Include="Mono.Debugging.Evaluation\AsyncEvaluationTracker.cs" />
85+
<Compile Include="Mono.Debugging.Evaluation\AsyncOperationBase.cs" />
86+
<Compile Include="Mono.Debugging.Evaluation\AsyncOperationManager.cs" />
87+
<Compile Include="Mono.Debugging.Evaluation\EvaluationContext.cs" />
88+
<Compile Include="Mono.Debugging.Evaluation\ExpressionEvaluator.cs" />
89+
<Compile Include="Mono.Debugging.Evaluation\FilteredMembersSource.cs" />
90+
<Compile Include="Mono.Debugging.Evaluation\ICollectionAdaptor.cs" />
91+
<Compile Include="Mono.Debugging.Evaluation\LiteralValueReference.cs" />
92+
<Compile Include="Mono.Debugging.Evaluation\NamespaceValueReference.cs" />
93+
<Compile Include="Mono.Debugging.Evaluation\NullValueReference.cs" />
94+
<Compile Include="Mono.Debugging.Evaluation\ObjectValueAdaptor.cs" />
95+
<Compile Include="Mono.Debugging.Evaluation\RawViewSource.cs" />
96+
<Compile Include="Mono.Debugging.Evaluation\RemoteFrameObject.cs" />
97+
<Compile Include="Mono.Debugging.Evaluation\TimedEvaluator.cs" />
98+
<Compile Include="Mono.Debugging.Evaluation\TimeOutException.cs" />
99+
<Compile Include="Mono.Debugging.Evaluation\TypeValueReference.cs" />
100+
<Compile Include="Mono.Debugging.Evaluation\ValueReference.cs" />
101+
<Compile Include="Mono.Debugging.Evaluation\UserVariableReference.cs" />
102+
<Compile Include="Mono.Debugging.Client\DebuggerException.cs" />
103+
<Compile Include="Mono.Debugging.Client\DebuggerSessionOptions.cs" />
104+
<Compile Include="Mono.Debugging.Client\EvaluationOptions.cs" />
105+
<Compile Include="Mono.Debugging.Evaluation\BaseBacktrace.cs" />
106+
<Compile Include="Mono.Debugging.Evaluation\BaseTypeViewSource.cs" />
107+
<Compile Include="Mono.Debugging.Evaluation\IObjectSource.cs" />
108+
<Compile Include="Mono.Debugging.Client\RawValue.cs" />
109+
<Compile Include="Mono.Debugging.Evaluation\RemoteRawValue.cs" />
110+
<Compile Include="Mono.Debugging.Client\ExceptionInfo.cs" />
111+
<Compile Include="Mono.Debugging.Evaluation\ExceptionInfoSource.cs" />
112+
<Compile Include="Mono.Debugging.Client\BreakEventStatus.cs" />
113+
<Compile Include="Mono.Debugging.Client\BreakEventInfo.cs" />
114+
<Compile Include="Mono.Debugging.Client\FunctionBreakpoint.cs" />
115+
<Compile Include="Mono.Debugging.Evaluation\IStringAdaptor.cs" />
116+
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionEvaluator.cs" />
117+
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionEvaluatorVisitor.cs" />
118+
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionResolverVisitor.cs" />
119+
<Compile Include="Mono.Debugging.Evaluation\NRefactoryExtensions.cs" />
120+
<Compile Include="Mono.Debugging.Backend\IDebuggerBackendObject.cs" />
121+
<Compile Include="Mono.Debugging.Backend\IRawValue.cs" />
122+
<Compile Include="Mono.Debugging.Backend\IRawValueArray.cs" />
123+
<Compile Include="Mono.Debugging.Backend\IRawValueString.cs" />
124+
<Compile Include="Mono.Debugging.Backend\EvaluationResult.cs" />
125+
<Compile Include="Mono.Debugging.Client\DebuggerLoggingService.cs" />
126+
<Compile Include="Mono.Debugging.Client\RunToCursorBreakpoint.cs" />
127+
<Compile Include="Mono.Debugging.Evaluation\EnumerableElementGroup.cs" />
128+
</ItemGroup>
129+
<Import Project="..\Mono.Debugging.settings" />
130+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
131+
<ItemGroup />
132+
<ItemGroup>
133+
<ProjectReference Include="..\..\nrefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
134+
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
135+
<Name>ICSharpCode.NRefactory</Name>
136+
</ProjectReference>
137+
<ProjectReference Include="..\..\nrefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
138+
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
139+
<Name>ICSharpCode.NRefactory.CSharp</Name>
140+
</ProjectReference>
141+
</ItemGroup>
142+
</Project>

0 commit comments

Comments
 (0)