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