File: Mono.Debugging.csproj

package info (click to toggle)
mono-debugger-libs 0%2B20131201.3459502-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,584 kB
  • sloc: cs: 22,277; makefile: 9; ansic: 7
file content (132 lines) | stat: -rw-r--r-- 7,674 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Mono.Debugging</RootNamespace>
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>mono.debugging.snk</AssemblyOriginatorKeyFile>
    <AssemblyName>Mono.Debugging</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>False</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>False</ConsolePause>
    <Execution>
      <Execution clr-version="Net_2_0" />
    </Execution>
    <GenerateDocumentation>true</GenerateDocumentation>
    <NoWarn>1591;1573</NoWarn>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>False</ConsolePause>
    <Execution>
      <Execution clr-version="Net_2_0" />
    </Execution>
    <DebugSymbols>true</DebugSymbols>
    <GenerateDocumentation>true</GenerateDocumentation>
    <NoWarn>1591;1573</NoWarn>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
    <Reference Include="ICSharpCode.NRefactory, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49" />
    <Reference Include="ICSharpCode.NRefactory.CSharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Mono.Debugging.Client\IExpressionEvaluator.cs" />
    <Compile Include="Mono.Debugging.Client\Breakpoint.cs" />
    <Compile Include="Mono.Debugging.Client\DebuggerSession.cs" />
    <Compile Include="Mono.Debugging.Client\Backtrace.cs" />
    <Compile Include="Mono.Debugging.Client\DebuggerStartInfo.cs" />
    <Compile Include="Mono.Debugging.Client\ProcessEventArgs.cs" />
    <Compile Include="Mono.Debugging.Client\SourceLocation.cs" />
    <Compile Include="Mono.Debugging.Client\StackFrame.cs" />
    <Compile Include="Mono.Debugging.Client\TargetEventArgs.cs" />
    <Compile Include="Mono.Debugging.Client\TargetEventType.cs" />
    <Compile Include="Mono.Debugging.Client\ThreadEventArgs.cs" />
    <Compile Include="Mono.Debugging.Backend\IBacktrace.cs" />
    <Compile Include="Mono.Debugging.Backend\IDebuggerSessionFrontend.cs" />
    <Compile Include="Mono.Debugging.Client\BreakpointStore.cs" />
    <Compile Include="Mono.Debugging.Client\BreakpointEventArgs.cs" />
    <Compile Include="Mono.Debugging.Client\ObjectValue.cs" />
    <Compile Include="Mono.Debugging.Backend\IObjectValueSource.cs" />
    <Compile Include="Mono.Debugging.Client\ObjectValueFlags.cs" />
    <Compile Include="Mono.Debugging.Client\ObjectPath.cs" />
    <Compile Include="Mono.Debugging.Client\ThreadInfo.cs" />
    <Compile Include="Mono.Debugging.Client\ProcessInfo.cs" />
    <Compile Include="Mono.Debugging.Client\AssemblyLine.cs" />
    <Compile Include="Mono.Debugging.Backend\DissassemblyBuffer.cs" />
    <Compile Include="Mono.Debugging.Client\CompletionData.cs" />
    <Compile Include="Mono.Debugging.Client\Catchpoint.cs" />
    <Compile Include="Mono.Debugging.Client\BreakEvent.cs" />
    <Compile Include="Mono.Debugging.Client\CatchpointEventArgs.cs" />
    <Compile Include="Mono.Debugging.Client\BreakEventArgs.cs" />
    <Compile Include="Mono.Debugging.Client\DebuggerFeatures.cs" />
    <Compile Include="Mono.Debugging.Backend\IObjectValueUpdater.cs" />
    <Compile Include="Mono.Debugging.Backend\IObjectValueUpdateCallback.cs" />
    <Compile Include="Mono.Debugging.Backend\UpdateCallback.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ArrayElementGroup.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ArrayValueReference.cs" />
    <Compile Include="Mono.Debugging.Evaluation\AsyncEvaluationTracker.cs" />
    <Compile Include="Mono.Debugging.Evaluation\AsyncOperationManager.cs" />
    <Compile Include="Mono.Debugging.Evaluation\EvaluationContext.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ExpressionEvaluator.cs" />
    <Compile Include="Mono.Debugging.Evaluation\FilteredMembersSource.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ICollectionAdaptor.cs" />
    <Compile Include="Mono.Debugging.Evaluation\LiteralValueReference.cs" />
    <Compile Include="Mono.Debugging.Evaluation\NamespaceValueReference.cs" />
    <Compile Include="Mono.Debugging.Evaluation\NullValueReference.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ObjectValueAdaptor.cs" />
    <Compile Include="Mono.Debugging.Evaluation\RawViewSource.cs" />
    <Compile Include="Mono.Debugging.Evaluation\RemoteFrameObject.cs" />
    <Compile Include="Mono.Debugging.Evaluation\TimedEvaluator.cs" />
    <Compile Include="Mono.Debugging.Evaluation\TimeOutException.cs" />
    <Compile Include="Mono.Debugging.Evaluation\TypeValueReference.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ValueReference.cs" />
    <Compile Include="Mono.Debugging.Evaluation\UserVariableReference.cs" />
    <Compile Include="Mono.Debugging.Client\DebuggerException.cs" />
    <Compile Include="Mono.Debugging.Client\DebuggerSessionOptions.cs" />
    <Compile Include="Mono.Debugging.Client\EvaluationOptions.cs" />
    <Compile Include="Mono.Debugging.Evaluation\BaseBacktrace.cs" />
    <Compile Include="Mono.Debugging.Evaluation\BaseTypeViewSource.cs" />
    <Compile Include="Mono.Debugging.Evaluation\IObjectSource.cs" />
    <Compile Include="Mono.Debugging.Client\RawValue.cs" />
    <Compile Include="Mono.Debugging.Evaluation\RemoteRawValue.cs" />
    <Compile Include="Mono.Debugging.Client\ExceptionInfo.cs" />
    <Compile Include="Mono.Debugging.Evaluation\ExceptionInfoSource.cs" />
    <Compile Include="Mono.Debugging.Client\BreakEventStatus.cs" />
    <Compile Include="Mono.Debugging.Client\BreakEventInfo.cs" />
    <Compile Include="Mono.Debugging.Client\FunctionBreakpoint.cs" />
    <Compile Include="Mono.Debugging.Evaluation\IStringAdaptor.cs" />
    <Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionEvaluator.cs" />
    <Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionEvaluatorVisitor.cs" />
    <Compile Include="Mono.Debugging.Evaluation\NRefactoryExpressionResolverVisitor.cs" />
    <Compile Include="Mono.Debugging.Evaluation\NRefactoryExtensions.cs" />
    <Compile Include="Mono.Debugging.Backend\IDebuggerBackendObject.cs" />
    <Compile Include="Mono.Debugging.Backend\IRawValue.cs" />
    <Compile Include="Mono.Debugging.Backend\IRawValueArray.cs" />
    <Compile Include="Mono.Debugging.Backend\IRawValueString.cs" />
    <Compile Include="Mono.Debugging.Backend\EvaluationResult.cs" />
    <Compile Include="Mono.Debugging.Client\DebuggerLoggingService.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <Folder Include="Mono.Debugging.Evaluation\" />
  </ItemGroup>
</Project>