Update PointConverter.cs
[mono.git] / mcs / class / Mono.Debugger.Soft / Mono.Debugger.Soft-net_2_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>{57346D30-7524-46BB-BF8D-E8D43FF040E4}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>bin\Debug\Mono.Debugger.Soft-net_2_0</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>Mono.Debugger.Soft</AssemblyName>\r
19     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="..\..\build\common\Consts.cs" />\r
48     <Compile Include="..\..\build\common\Locale.cs" />\r
49     <Compile Include=".\Assembly\AssemblyInfo.cs" />\r
50     <Compile Include="Mono.Debugger.Soft\AbsentInformationException.cs" />\r
51     <Compile Include="Mono.Debugger.Soft\AppDomainCreateEvent.cs" />\r
52     <Compile Include="Mono.Debugger.Soft\AppDomainMirror.cs" />\r
53     <Compile Include="Mono.Debugger.Soft\AppDomainUnloadEvent.cs" />\r
54     <Compile Include="Mono.Debugger.Soft\ArrayMirror.cs" />\r
55     <Compile Include="Mono.Debugger.Soft\AssemblyLoadEvent.cs" />\r
56     <Compile Include="Mono.Debugger.Soft\AssemblyLoadEventRequest.cs" />\r
57     <Compile Include="Mono.Debugger.Soft\AssemblyMirror.cs" />\r
58     <Compile Include="Mono.Debugger.Soft\AssemblyUnloadEvent.cs" />\r
59     <Compile Include="Mono.Debugger.Soft\BreakpointEvent.cs" />\r
60     <Compile Include="Mono.Debugger.Soft\BreakpointEventRequest.cs" />\r
61     <Compile Include="Mono.Debugger.Soft\Connection.cs" />\r
62     <Compile Include="Mono.Debugger.Soft\CustomAttributeDataMirror.cs" />\r
63     <Compile Include="Mono.Debugger.Soft\CustomAttributeNamedArgumentMirror.cs" />\r
64     <Compile Include="Mono.Debugger.Soft\CustomAttributeTypedArgumentMirror.cs" />\r
65     <Compile Include="Mono.Debugger.Soft\DataConverter.cs" />\r
66     <Compile Include="Mono.Debugger.Soft\EnumMirror.cs" />\r
67     <Compile Include="Mono.Debugger.Soft\Event.cs" />\r
68     <Compile Include="Mono.Debugger.Soft\EventQueueImpl.cs" />\r
69     <Compile Include="Mono.Debugger.Soft\EventRequest.cs" />\r
70     <Compile Include="Mono.Debugger.Soft\EventSet.cs" />\r
71     <Compile Include="Mono.Debugger.Soft\EventType.cs" />\r
72     <Compile Include="Mono.Debugger.Soft\ExceptionEvent.cs" />\r
73     <Compile Include="Mono.Debugger.Soft\ExceptionEventRequest.cs" />\r
74     <Compile Include="Mono.Debugger.Soft\FieldInfoMirror.cs" />\r
75     <Compile Include="Mono.Debugger.Soft\IInvokeAsyncResult.cs" />\r
76     <Compile Include="Mono.Debugger.Soft\ILExceptionHandler.cs" />\r
77     <Compile Include="Mono.Debugger.Soft\ILInstruction.cs" />\r
78     <Compile Include="Mono.Debugger.Soft\IMirror.cs" />\r
79     <Compile Include="Mono.Debugger.Soft\InterfaceMappingMirror.cs" />\r
80     <Compile Include="Mono.Debugger.Soft\InvalidStackFrameException.cs" />\r
81     <Compile Include="Mono.Debugger.Soft\InvocationException.cs" />\r
82     <Compile Include="Mono.Debugger.Soft\InvokeOptions.cs" />\r
83     <Compile Include="Mono.Debugger.Soft\ITargetProcess.cs" />\r
84     <Compile Include="Mono.Debugger.Soft\LocalVariable.cs" />\r
85     <Compile Include="Mono.Debugger.Soft\Location.cs" />\r
86     <Compile Include="Mono.Debugger.Soft\MethodBodyMirror.cs" />\r
87     <Compile Include="Mono.Debugger.Soft\MethodEntryEvent.cs" />\r
88     <Compile Include="Mono.Debugger.Soft\MethodEntryEventRequest.cs" />\r
89     <Compile Include="Mono.Debugger.Soft\MethodExitEvent.cs" />\r
90     <Compile Include="Mono.Debugger.Soft\MethodExitEventRequest.cs" />\r
91     <Compile Include="Mono.Debugger.Soft\MethodMirror.cs" />\r
92     <Compile Include="Mono.Debugger.Soft\Mirror.cs" />\r
93     <Compile Include="Mono.Debugger.Soft\ModuleMirror.cs" />\r
94     <Compile Include="Mono.Debugger.Soft\ObjectCollectedException.cs" />\r
95     <Compile Include="Mono.Debugger.Soft\ObjectMirror.cs" />\r
96     <Compile Include="Mono.Debugger.Soft\ParameterInfoMirror.cs" />\r
97     <Compile Include="Mono.Debugger.Soft\PointerValue.cs" />\r
98     <Compile Include="Mono.Debugger.Soft\PrimitiveValue.cs" />\r
99     <Compile Include="Mono.Debugger.Soft\PropertyInfoMirror.cs" />\r
100     <Compile Include="Mono.Debugger.Soft\StackFrame.cs" />\r
101     <Compile Include="Mono.Debugger.Soft\StepEvent.cs" />\r
102     <Compile Include="Mono.Debugger.Soft\StepEventRequest.cs" />\r
103     <Compile Include="Mono.Debugger.Soft\StringMirror.cs" />\r
104     <Compile Include="Mono.Debugger.Soft\StructMirror.cs" />\r
105     <Compile Include="Mono.Debugger.Soft\SuspendPolicy.cs" />\r
106     <Compile Include="Mono.Debugger.Soft\ThreadDeathEvent.cs" />\r
107     <Compile Include="Mono.Debugger.Soft\ThreadMirror.cs" />\r
108     <Compile Include="Mono.Debugger.Soft\ThreadStartEvent.cs" />\r
109     <Compile Include="Mono.Debugger.Soft\TypeLoadEvent.cs" />\r
110     <Compile Include="Mono.Debugger.Soft\TypeLoadEventRequest.cs" />\r
111     <Compile Include="Mono.Debugger.Soft\TypeMirror.cs" />\r
112     <Compile Include="Mono.Debugger.Soft\UserBreakEvent.cs" />\r
113     <Compile Include="Mono.Debugger.Soft\UserLogEvent.cs" />\r
114     <Compile Include="Mono.Debugger.Soft\Value.cs" />\r
115     <Compile Include="Mono.Debugger.Soft\VirtualMachine.cs" />\r
116     <Compile Include="Mono.Debugger.Soft\VirtualMachineManager.cs" />\r
117     <Compile Include="Mono.Debugger.Soft\VMDeathEvent.cs" />\r
118     <Compile Include="Mono.Debugger.Soft\VMDisconnectedException.cs" />\r
119     <Compile Include="Mono.Debugger.Soft\VMDisconnectEvent.cs" />\r
120     <Compile Include="Mono.Debugger.Soft\VMMismatchException.cs" />\r
121     <Compile Include="Mono.Debugger.Soft\VMStartEvent.cs" />\r  </ItemGroup>\r
122   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
123        Other similar extension points exist, see Microsoft.Common.targets.\r
124   <Target Name="BeforeBuild">\r
125   </Target>\r
126   <Target Name="AfterBuild">\r
127   </Target>\r
128   -->\r
129   <PropertyGroup>\r
130     <PreBuildEvent>\r
131 \r
132     </PreBuildEvent>\r
133     <PostBuildEvent>\r
134       xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D\r
135   </PostBuildEvent>\r
136   </PropertyGroup>\r
137   <ItemGroup>\r
138     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
139       <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
140       <Name>corlib\corlib-net_2_0</Name>\r
141     </ProjectReference>\r
142     <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
143       <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
144       <Name>System\System-net_2_0-2</Name>\r
145     </ProjectReference>\r
146     <ProjectReference Include="..\Mono.Cecil\Mono.Cecil-net_2_0.csproj">\r
147       <Project>{5B6E489A-FD73-4BF7-9B58-6FB1C2F1D3A7}</Project>\r
148       <Name>Mono.Cecil\Mono.Cecil-net_2_0</Name>\r
149     </ProjectReference>\r
150     <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">\r
151       <Project>{F684BA24-FC9A-4BAB-8CF3-ACC489E6B88E}</Project>\r
152       <Name>System.Core\System.Core-net_2_0</Name>\r
153     </ProjectReference>\r
154   </ItemGroup>\r
155   <ItemGroup>\r
156     <Folder Include="Properties\" />\r
157   </ItemGroup>\r
158 </Project>