Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / Mono.Debugger.Soft / Mono.Debugger.Soft-net_4_x.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>{57B5039F-30CC-4EAA-9D55-1B9A07AC8A69}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_x</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>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22     <PropertyGroup>\r
23     <SignAssembly>true</SignAssembly>\r
24   </PropertyGroup>\r
25   <PropertyGroup>\r
26     <AssemblyOriginatorKeyFile>../mono.snk</AssemblyOriginatorKeyFile>\r
27   </PropertyGroup>\r
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
29     <DebugSymbols>true</DebugSymbols>\r
30     <DebugType>full</DebugType>\r
31     <NoWarn>1699</NoWarn>\r
32     <Optimize>false</Optimize>\r
33     <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>\r
34     <ErrorReport>prompt</ErrorReport>\r
35     <WarningLevel>4</WarningLevel>\r
36   </PropertyGroup>\r
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
38     <DebugType>pdbonly</DebugType>\r
39     <NoWarn>1699</NoWarn>\r
40     <Optimize>true</Optimize>\r
41     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>\r
42     <ErrorReport>prompt</ErrorReport>\r
43     <WarningLevel>4</WarningLevel>\r
44   </PropertyGroup>\r
45   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
46   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
47   is a problem to compile the Mono mscorlib.dll -->\r
48   <PropertyGroup>\r
49     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
50   </PropertyGroup>\r
51   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
52   <ItemGroup>\r
53     <Compile Include="..\..\build\common\Consts.cs" />\r
54     <Compile Include="..\..\build\common\Locale.cs" />\r
55     <Compile Include=".\Assembly\AssemblyInfo.cs" />\r
56     <Compile Include="Mono.Debugger.Soft\AbsentInformationException.cs" />\r
57     <Compile Include="Mono.Debugger.Soft\AppDomainCreateEvent.cs" />\r
58     <Compile Include="Mono.Debugger.Soft\AppDomainMirror.cs" />\r
59     <Compile Include="Mono.Debugger.Soft\AppDomainUnloadEvent.cs" />\r
60     <Compile Include="Mono.Debugger.Soft\ArrayMirror.cs" />\r
61     <Compile Include="Mono.Debugger.Soft\AssemblyLoadEvent.cs" />\r
62     <Compile Include="Mono.Debugger.Soft\AssemblyLoadEventRequest.cs" />\r
63     <Compile Include="Mono.Debugger.Soft\AssemblyMirror.cs" />\r
64     <Compile Include="Mono.Debugger.Soft\AssemblyUnloadEvent.cs" />\r
65     <Compile Include="Mono.Debugger.Soft\BreakpointEvent.cs" />\r
66     <Compile Include="Mono.Debugger.Soft\BreakpointEventRequest.cs" />\r
67     <Compile Include="Mono.Debugger.Soft\Connection.cs" />\r
68     <Compile Include="Mono.Debugger.Soft\CustomAttributeDataMirror.cs" />\r
69     <Compile Include="Mono.Debugger.Soft\CustomAttributeNamedArgumentMirror.cs" />\r
70     <Compile Include="Mono.Debugger.Soft\CustomAttributeTypedArgumentMirror.cs" />\r
71     <Compile Include="Mono.Debugger.Soft\DataConverter.cs" />\r
72     <Compile Include="Mono.Debugger.Soft\EnumMirror.cs" />\r
73     <Compile Include="Mono.Debugger.Soft\Event.cs" />\r
74     <Compile Include="Mono.Debugger.Soft\EventQueueImpl.cs" />\r
75     <Compile Include="Mono.Debugger.Soft\EventRequest.cs" />\r
76     <Compile Include="Mono.Debugger.Soft\EventSet.cs" />\r
77     <Compile Include="Mono.Debugger.Soft\EventType.cs" />\r
78     <Compile Include="Mono.Debugger.Soft\ExceptionEvent.cs" />\r
79     <Compile Include="Mono.Debugger.Soft\ExceptionEventRequest.cs" />\r
80     <Compile Include="Mono.Debugger.Soft\FieldInfoMirror.cs" />\r
81     <Compile Include="Mono.Debugger.Soft\IInvokeAsyncResult.cs" />\r
82     <Compile Include="Mono.Debugger.Soft\ILExceptionHandler.cs" />\r
83     <Compile Include="Mono.Debugger.Soft\ILInstruction.cs" />\r
84     <Compile Include="Mono.Debugger.Soft\ILInterpreter.cs" />\r
85     <Compile Include="Mono.Debugger.Soft\IMirror.cs" />\r
86     <Compile Include="Mono.Debugger.Soft\InterfaceMappingMirror.cs" />\r
87     <Compile Include="Mono.Debugger.Soft\InvalidStackFrameException.cs" />\r
88     <Compile Include="Mono.Debugger.Soft\InvocationException.cs" />\r
89     <Compile Include="Mono.Debugger.Soft\InvokeOptions.cs" />\r
90     <Compile Include="Mono.Debugger.Soft\ITargetProcess.cs" />\r
91     <Compile Include="Mono.Debugger.Soft\LocalVariable.cs" />\r
92     <Compile Include="Mono.Debugger.Soft\Location.cs" />\r
93     <Compile Include="Mono.Debugger.Soft\MethodBodyMirror.cs" />\r
94     <Compile Include="Mono.Debugger.Soft\MethodEntryEvent.cs" />\r
95     <Compile Include="Mono.Debugger.Soft\MethodEntryEventRequest.cs" />\r
96     <Compile Include="Mono.Debugger.Soft\MethodExitEvent.cs" />\r
97     <Compile Include="Mono.Debugger.Soft\MethodExitEventRequest.cs" />\r
98     <Compile Include="Mono.Debugger.Soft\MethodMirror.cs" />\r
99     <Compile Include="Mono.Debugger.Soft\Mirror.cs" />\r
100     <Compile Include="Mono.Debugger.Soft\ModuleMirror.cs" />\r
101     <Compile Include="Mono.Debugger.Soft\ObjectCollectedException.cs" />\r
102     <Compile Include="Mono.Debugger.Soft\ObjectMirror.cs" />\r
103     <Compile Include="Mono.Debugger.Soft\ParameterInfoMirror.cs" />\r
104     <Compile Include="Mono.Debugger.Soft\PointerValue.cs" />\r
105     <Compile Include="Mono.Debugger.Soft\PrimitiveValue.cs" />\r
106     <Compile Include="Mono.Debugger.Soft\PropertyInfoMirror.cs" />\r
107     <Compile Include="Mono.Debugger.Soft\StackFrame.cs" />\r
108     <Compile Include="Mono.Debugger.Soft\StepEvent.cs" />\r
109     <Compile Include="Mono.Debugger.Soft\StepEventRequest.cs" />\r
110     <Compile Include="Mono.Debugger.Soft\StringMirror.cs" />\r
111     <Compile Include="Mono.Debugger.Soft\StructMirror.cs" />\r
112     <Compile Include="Mono.Debugger.Soft\SuspendPolicy.cs" />\r
113     <Compile Include="Mono.Debugger.Soft\ThreadDeathEvent.cs" />\r
114     <Compile Include="Mono.Debugger.Soft\ThreadMirror.cs" />\r
115     <Compile Include="Mono.Debugger.Soft\ThreadStartEvent.cs" />\r
116     <Compile Include="Mono.Debugger.Soft\TypeLoadEvent.cs" />\r
117     <Compile Include="Mono.Debugger.Soft\TypeLoadEventRequest.cs" />\r
118     <Compile Include="Mono.Debugger.Soft\TypeMirror.cs" />\r
119     <Compile Include="Mono.Debugger.Soft\UserBreakEvent.cs" />\r
120     <Compile Include="Mono.Debugger.Soft\UserLogEvent.cs" />\r
121     <Compile Include="Mono.Debugger.Soft\Value.cs" />\r
122     <Compile Include="Mono.Debugger.Soft\VirtualMachine.cs" />\r
123     <Compile Include="Mono.Debugger.Soft\VirtualMachineManager.cs" />\r
124     <Compile Include="Mono.Debugger.Soft\VMDeathEvent.cs" />\r
125     <Compile Include="Mono.Debugger.Soft\VMDisconnectedException.cs" />\r
126     <Compile Include="Mono.Debugger.Soft\VMDisconnectEvent.cs" />\r
127     <Compile Include="Mono.Debugger.Soft\VMMismatchException.cs" />\r
128     <Compile Include="Mono.Debugger.Soft\VMStartEvent.cs" />\r  </ItemGroup>\r
129   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
130        Other similar extension points exist, see Microsoft.Common.targets.\r
131   <Target Name="BeforeBuild">\r
132   </Target>\r
133   <Target Name="AfterBuild">\r
134   </Target>\r
135   -->\r
136   <PropertyGroup>\r
137     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
138 \r
139     </PreBuildEvent>\r
140     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
141 \r
142     </PreBuildEvent>\r
143 \r
144     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
145 \r
146     </PostBuildEvent>\r
147     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
148 \r
149     </PostBuildEvent>\r
150   </PropertyGroup>\r
151   <ItemGroup>\r
152     <ProjectReference Include="../corlib/corlib-net_4_x.csproj">\r
153       <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>\r
154       <Name>corlib-net_4_x</Name>\r
155     </ProjectReference>\r
156     <ProjectReference Include="../System/System-net_4_x.csproj">\r
157       <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>\r
158       <Name>System-net_4_x</Name>\r
159     </ProjectReference>\r
160     <ProjectReference Include="../Mono.Cecil/Mono.Cecil-net_4_x.csproj">\r
161       <Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>\r
162       <Name>Mono.Cecil-net_4_x</Name>\r
163     </ProjectReference>\r
164     <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">\r
165       <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>\r
166       <Name>System.Core-net_4_x</Name>\r
167     </ProjectReference>\r
168   </ItemGroup>\r
169   <ItemGroup>\r
170     <Folder Include="Properties\" />\r
171   </ItemGroup>\r
172 </Project>\r
173