System.Drawing: added email to icon and test file headers
[mono.git] / mcs / class / Mono.Debugger.Soft / Mono.Debugger.Soft-net_4_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_0</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>Mono.Debugger.Soft</AssemblyName>\r
17     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <NoWarn>1699</NoWarn>\r
24     <Optimize>false</Optimize>\r
25     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <NoWarn>1699</NoWarn>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
38   </PropertyGroup>\r
39   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
40   <ItemGroup>\r
41    <Compile Include=".\Assembly\AssemblyInfo.cs" />
42    <Compile Include="..\..\build\common\Consts.cs" />
43    <Compile Include="..\..\build\common\Locale.cs" />
44    <Compile Include="Mono.Debugger.Soft\CustomAttributeTypedArgumentMirror.cs" />
45    <Compile Include="Mono.Debugger.Soft\ExceptionEvent.cs" />
46    <Compile Include="Mono.Debugger.Soft\ModuleMirror.cs" />
47    <Compile Include="Mono.Debugger.Soft\AppDomainMirror.cs" />
48    <Compile Include="Mono.Debugger.Soft\AssemblyLoadEvent.cs" />
49    <Compile Include="Mono.Debugger.Soft\AssemblyUnloadEvent.cs" />
50    <Compile Include="Mono.Debugger.Soft\VMStartEvent.cs" />
51    <Compile Include="Mono.Debugger.Soft\StackFrame.cs" />
52    <Compile Include="Mono.Debugger.Soft\CustomAttributeDataMirror.cs" />
53    <Compile Include="Mono.Debugger.Soft\ThreadStartEvent.cs" />
54    <Compile Include="Mono.Debugger.Soft\ILInstruction.cs" />
55    <Compile Include="Mono.Debugger.Soft\InterfaceMappingMirror.cs" />
56    <Compile Include="Mono.Debugger.Soft\PrimitiveValue.cs" />
57    <Compile Include="Mono.Debugger.Soft\PointerValue.cs" />
58    <Compile Include="Mono.Debugger.Soft\VMDisconnectedException.cs" />
59    <Compile Include="Mono.Debugger.Soft\Mirror.cs" />
60    <Compile Include="Mono.Debugger.Soft\EnumMirror.cs" />
61    <Compile Include="Mono.Debugger.Soft\FieldInfoMirror.cs" />
62    <Compile Include="Mono.Debugger.Soft\TypeMirror.cs" />
63    <Compile Include="Mono.Debugger.Soft\CustomAttributeNamedArgumentMirror.cs" />
64    <Compile Include="Mono.Debugger.Soft\DataConverter.cs" />
65    <Compile Include="Mono.Debugger.Soft\AssemblyMirror.cs" />
66    <Compile Include="Mono.Debugger.Soft\VirtualMachine.cs" />
67    <Compile Include="Mono.Debugger.Soft\VMMismatchException.cs" />
68    <Compile Include="Mono.Debugger.Soft\AppDomainUnloadEvent.cs" />
69    <Compile Include="Mono.Debugger.Soft\ExceptionEventRequest.cs" />
70    <Compile Include="Mono.Debugger.Soft\EventType.cs" />
71    <Compile Include="Mono.Debugger.Soft\StructMirror.cs" />
72    <Compile Include="Mono.Debugger.Soft\InvocationException.cs" />
73    <Compile Include="Mono.Debugger.Soft\IMirror.cs" />
74    <Compile Include="Mono.Debugger.Soft\VMDeathEvent.cs" />
75    <Compile Include="Mono.Debugger.Soft\MethodBodyMirror.cs" />
76    <Compile Include="Mono.Debugger.Soft\MethodEntryEvent.cs" />
77    <Compile Include="Mono.Debugger.Soft\MethodMirror.cs" />
78    <Compile Include="Mono.Debugger.Soft\BreakpointEventRequest.cs" />
79    <Compile Include="Mono.Debugger.Soft\MethodEntryEventRequest.cs" />
80    <Compile Include="Mono.Debugger.Soft\AssemblyLoadEventRequest.cs" />
81    <Compile Include="Mono.Debugger.Soft\LocalVariable.cs" />
82    <Compile Include="Mono.Debugger.Soft\ParameterInfoMirror.cs" />
83    <Compile Include="Mono.Debugger.Soft\Event.cs" />
84    <Compile Include="Mono.Debugger.Soft\EventSet.cs" />
85    <Compile Include="Mono.Debugger.Soft\AppDomainCreateEvent.cs" />
86    <Compile Include="Mono.Debugger.Soft\ThreadDeathEvent.cs" />
87    <Compile Include="Mono.Debugger.Soft\SuspendPolicy.cs" />
88    <Compile Include="Mono.Debugger.Soft\VirtualMachineManager.cs" />
89    <Compile Include="Mono.Debugger.Soft\MethodExitEvent.cs" />
90    <Compile Include="Mono.Debugger.Soft\MethodExitEventRequest.cs" />
91    <Compile Include="Mono.Debugger.Soft\EventQueueImpl.cs" />
92    <Compile Include="Mono.Debugger.Soft\ObjectMirror.cs" />
93    <Compile Include="Mono.Debugger.Soft\Value.cs" />
94    <Compile Include="Mono.Debugger.Soft\StepEvent.cs" />
95    <Compile Include="Mono.Debugger.Soft\Location.cs" />
96    <Compile Include="Mono.Debugger.Soft\ObjectCollectedException.cs" />
97    <Compile Include="Mono.Debugger.Soft\EventRequest.cs" />
98    <Compile Include="Mono.Debugger.Soft\InvalidStackFrameException.cs" />
99    <Compile Include="Mono.Debugger.Soft\BreakpointEvent.cs" />
100    <Compile Include="Mono.Debugger.Soft\StringMirror.cs" />
101    <Compile Include="Mono.Debugger.Soft\PropertyInfoMirror.cs" />
102    <Compile Include="Mono.Debugger.Soft\ArrayMirror.cs" />
103    <Compile Include="Mono.Debugger.Soft\StepEventRequest.cs" />
104    <Compile Include="Mono.Debugger.Soft\Connection.cs" />
105    <Compile Include="Mono.Debugger.Soft\ThreadMirror.cs" />
106    <Compile Include="Mono.Debugger.Soft\TypeLoadEvent.cs" />
107    <Compile Include="Mono.Debugger.Soft\TypeLoadEventRequest.cs" />
108    <Compile Include="Mono.Debugger.Soft\VMDisconnectEvent.cs" />
109    <Compile Include="Mono.Debugger.Soft\InvokeOptions.cs" />
110    <Compile Include="Mono.Debugger.Soft\IInvokeAsyncResult.cs" />
111    <Compile Include="Mono.Debugger.Soft\ITargetProcess.cs" />
112    <Compile Include="Mono.Debugger.Soft\AbsentInformationException.cs" />
113    <Compile Include="Mono.Debugger.Soft\UserBreakEvent.cs" />
114    <Compile Include="Mono.Debugger.Soft\UserLogEvent.cs" />
115 \r
116   </ItemGroup>\r
117   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
118        Other similar extension points exist, see Microsoft.Common.targets.\r
119   <Target Name="BeforeBuild">\r
120   </Target>\r
121   <Target Name="AfterBuild">\r
122   </Target>\r
123   -->\r
124   <PropertyGroup>\r
125     <PreBuildEvent></PreBuildEvent>\r
126   </PropertyGroup>\r
127   <ItemGroup>\r
128     <Reference Include="mscorlib.dll">
129       <SpecificVersion>False</SpecificVersion>
130       <HintPath>mscorlib.dll</HintPath>
131     </Reference>
132     <Reference Include="mscorlib.dll">
133       <SpecificVersion>False</SpecificVersion>
134       <HintPath>mscorlib.dll</HintPath>
135     </Reference>
136     <Reference Include="System.dll">
137       <SpecificVersion>False</SpecificVersion>
138       <HintPath>System.dll</HintPath>
139     </Reference>
140     <Reference Include="Mono.Cecil.dll">
141       <SpecificVersion>False</SpecificVersion>
142       <HintPath>Mono.Cecil.dll</HintPath>
143     </Reference>
144     <Reference Include="System.Core.dll">
145       <SpecificVersion>False</SpecificVersion>
146       <HintPath>System.Core.dll</HintPath>
147     </Reference>
148 \r
149   </ItemGroup>\r
150   <ItemGroup>\r
151     <Folder Include="Properties\" />\r
152   </ItemGroup>\r
153   \r
154 </Project>\r
155