Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / corlib / corlib-build.csproj
index e0656b22c4c70642e47f24d33574838c31c68d00..a83ee4830e9100674159cec890015fecc49ae3d7 100644 (file)
@@ -5,10 +5,10 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{2BD930A2-88A9-4AD0-ADE7-1531552DF896}</ProjectGuid>\r
+    <ProjectGuid>{2BDF80D1-6F06-4908-B351-835292B7A9B9}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>612,618,1699</NoWarn>\r
-    <OutputPath>bin\Debug\corlib-build</OutputPath>\r
+    <OutputPath>./../../class/lib/build</OutputPath>\r
     <NoStdLib>True</NoStdLib>\r
     <NoConfig>True</NoConfig>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <Compile Include="System.Diagnostics.SymbolStore\SymDocumentType.cs" />\r
     <Compile Include="System.Diagnostics.SymbolStore\SymLanguageType.cs" />\r
     <Compile Include="System.Diagnostics.SymbolStore\SymLanguageVendor.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventCommand.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventCommandEventArgs.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventKeywords.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventLevel.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventSource.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventSourceAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\NonEventAttribute.cs" />\r
     <Compile Include="System.Diagnostics\ConditionalAttribute.cs" />\r
     <Compile Include="System.Diagnostics\DebuggableAttribute.cs" />\r
     <Compile Include="System.Diagnostics\Debugger.cs" />\r
     <Compile Include="System.Globalization\PersianCalendar.cs" />\r
     <Compile Include="System.Globalization\RegionInfo.cs" />\r
     <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />\r
+    <Compile Include="System.Globalization\SortVersion.cs" />\r
     <Compile Include="System.Globalization\StringInfo.cs" />\r
     <Compile Include="System.Globalization\TaiwanCalendar.cs" />\r
     <Compile Include="System.Globalization\TaiwanLunisolarCalendar.cs" />\r
     <Compile Include="System.Reflection\MonoGenericMethod.cs" />\r
     <Compile Include="System.Reflection\MonoMethod.cs" />\r
     <Compile Include="System.Reflection\MonoModule.cs" />\r
+    <Compile Include="System.Reflection\MonoParameterInfo.cs" />\r
     <Compile Include="System.Reflection\MonoProperty.cs" />\r
     <Compile Include="System.Reflection\ObfuscateAssemblyAttribute.cs" />\r
     <Compile Include="System.Reflection\ObfuscationAttribute.cs" />\r
     <Compile Include="System.Runtime.InteropServices.ComTypes\VARFLAGS.cs" />\r
     <Compile Include="System.Runtime.InteropServices.ComTypes\VARKIND.cs" />\r
     <Compile Include="System.Runtime.InteropServices.Expando\IExpando.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\DefaultInterfaceAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\DesignerNamespaceResolveEventArgs.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\EventRegistrationToken.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\EventRegistrationTokenTable.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\IActivationFactory.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\InterfaceImplementedInVersionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\NamespaceResolveEventArgs.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\ReadOnlyArrayAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\ReturnValueNameAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WindowsRuntimeMarshal.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WindowsRuntimeMetadata.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WriteOnlyArrayAttribute.cs" />\r
     <Compile Include="System.Runtime.InteropServices\_Activator.cs" />\r
     <Compile Include="System.Runtime.InteropServices\_Assembly.cs" />\r
     <Compile Include="System.Runtime.InteropServices\_AssemblyBuilder.cs" />\r
     <Compile Include="System.Runtime.Versioning\TargetFrameworkAttribute.cs" />\r
     <Compile Include="System.Runtime.Versioning\VersioningHelper.cs" />\r
     <Compile Include="System.Runtime\AssemblyTargetedPatchBandAttribute.cs" />\r
+    <Compile Include="System.Runtime\GCLargeObjectHeapCompactionMode.cs" />\r
     <Compile Include="System.Runtime\GCLatencyMode.cs" />\r
     <Compile Include="System.Runtime\GCSettings.cs" />\r
     <Compile Include="System.Runtime\MemoryFailPoint.cs" />\r
     <Compile Include="System\TypedReference.cs" />\r
     <Compile Include="System\TypeInitializationException.cs" />\r
     <Compile Include="System\TypeLoadException.cs" />\r
+    <Compile Include="System\TypeIdentifier.cs" />\r
     <Compile Include="System\TypeSpec.cs" />\r
     <Compile Include="System\TypeUnloadedException.cs" />\r
     <Compile Include="System\UInt16.cs" />\r
     <PreBuildEvent>\r
 \r
     </PreBuildEvent>\r
-    <PostBuildEvent>\r
-      xcopy $(TargetName).* $(ProjectDir)..\lib\build\ /Y /R /D\r
-  </PostBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
   </ItemGroup>\r
       <LogicalName>collation.cjkKOlv2.bin</LogicalName>\r
     </EmbeddedResource>\r
   </ItemGroup>\r
-</Project>
+</Project>\r
+