[referencesource] Import System.Threading.ThreadLocal
[mono.git] / mcs / class / corlib / corlib-tests-net_4_5.csproj
index 298a3276255d9c902317fb1c494833a6312d7066..075795984d42952ed96d0b524212118348187ec5 100644 (file)
@@ -5,7 +5,7 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{2F3F1744-E623-4F1D-A167-99AA71810813}</ProjectGuid>\r
+    <ProjectGuid>{DCF26FDD-81D3-463B-B80D-3111DDFFE2D5}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>612,618,1699,168,219,618,672</NoWarn>\r
     <OutputPath>bin\Debug\corlib-tests-net_4_5</OutputPath>\r
@@ -44,7 +44,6 @@
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-    <Compile Include="..\..\build\common\Consts.cs" />\r
     <Compile Include="Mono\DataConverter.cs" />\r
     <Compile Include="Test\Microsoft.Win32\RegistryKeyTest.cs" />\r
     <Compile Include="Test\Mono\DataConvertTest.cs" />\r
@@ -77,6 +76,7 @@
     <Compile Include="Test\System.Collections\ReadOnlyCollectionBaseTest.cs" />\r
     <Compile Include="Test\System.Collections\SortedListTest.cs" />\r
     <Compile Include="Test\System.Collections\StackTest.cs" />\r
+    <Compile Include="Test\System.Collections\StructuralComparisonsTest.cs" />\r
     <Compile Include="Test\System.Diagnostics.Contracts\ContractAssertTest.cs" />\r
     <Compile Include="Test\System.Diagnostics.Contracts\ContractAssumeTest.cs" />\r
     <Compile Include="Test\System.Diagnostics.Contracts\ContractCollectionMethodsTest.cs" />\r
@@ -86,6 +86,7 @@
     <Compile Include="Test\System.Diagnostics.Contracts\Helpers\RunAgainstReferenceAttribute.cs" />\r
     <Compile Include="Test\System.Diagnostics.Contracts\Helpers\TestContractBase.cs" />\r
     <Compile Include="Test\System.Diagnostics\DebuggerDisplayAttributeTest.cs" />\r
+    <Compile Include="Test\System.Diagnostics\DebuggerTypeProxyAttribute.cs" />\r
     <Compile Include="Test\System.Diagnostics\StackFrameCas.cs" />\r
     <Compile Include="Test\System.Diagnostics\StackFrameTest.cs" />\r
     <Compile Include="Test\System.Diagnostics\StackTraceCas.cs" />\r
@@ -97,6 +98,7 @@
     <Compile Include="Test\System.Globalization\DaylightTimeTest.cs" />\r
     <Compile Include="Test\System.Globalization\EastAsianLunisolarCalendarTest.cs" />\r
     <Compile Include="Test\System.Globalization\IdnMappingTest.cs" />\r
+    <Compile Include="Test\System.Globalization\NumberFormatInfoTest.cs" />\r
     <Compile Include="Test\System.Globalization\RegionInfoTest.cs" />\r
     <Compile Include="Test\System.Globalization\SortKeyTest.cs" />\r
     <Compile Include="Test\System.Globalization\StringInfoTest.cs" />\r
     <Compile Include="Test\System.Reflection\CustomAttributeDataTest.cs" />\r
     <Compile Include="Test\System.Reflection\EventInfoTest.cs" />\r
     <Compile Include="Test\System.Reflection\FieldInfoTest.cs" />\r
+    <Compile Include="Test\System.Reflection\IntrospectionExtensionsTest.cs" />\r
     <Compile Include="Test\System.Reflection\MethodBaseTest.cs" />\r
     <Compile Include="Test\System.Reflection\MethodInfoTest.cs" />\r
     <Compile Include="Test\System.Reflection\ModuleCas.cs" />\r
     <Compile Include="Test\System.Runtime.InteropServices\SafeHandleTest.cs" />\r
     <Compile Include="Test\System.Runtime.Remoting.Channels\ChannelServicesTest.cs" />\r
     <Compile Include="Test\System.Runtime.Remoting.Contexts\SynchronizationAttributeTest.cs" />\r
+    <Compile Include="Test\System.Runtime.Remoting.Messaging\CallContextTest.cs" />\r
     <Compile Include="Test\System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHexBinaryTest.cs" />\r
     <Compile Include="Test\System.Runtime.Remoting\ContextTest.cs" />\r
     <Compile Include="Test\System.Runtime.Remoting\SoapServicesTest.cs" />\r
     <Compile Include="Test\System.Threading\SpinLockTests.cs" />\r
     <Compile Include="Test\System.Threading\ThreadCas.cs" />\r
     <Compile Include="Test\System.Threading\ThreadLocalTests.cs" />\r
+    <Compile Include="Test\System.Threading\ThreadPoolTest.cs" />\r
     <Compile Include="Test\System.Threading\ThreadTest.cs" />\r
     <Compile Include="Test\System.Threading\TimerTest.cs" />\r
     <Compile Include="Test\System.Threading\VolatileTest.cs" />\r
     <Compile Include="Test\System\MathTest.cs" />\r
     <Compile Include="Test\System\ModuleHandleTest.cs" />\r
     <Compile Include="Test\System\MulticastDelegate.cs" />\r
+    <Compile Include="Test\System\NullableTest.cs" />\r
     <Compile Include="Test\System\NumberFormatterTest.cs" />\r
     <Compile Include="Test\System\ObjectTest.cs" />\r
     <Compile Include="Test\System\ObsoleteAttributeTest.cs" />\r
     <Compile Include="Test\System\StringTest.cs" />\r
     <Compile Include="Test\System\TimeSpanTest.cs" />\r
     <Compile Include="Test\System\TimeZoneTest.cs" />\r
+    <Compile Include="Test\System\TupleTest.cs" />\r
     <Compile Include="Test\System\TypedReferenceCas.cs" />\r
     <Compile Include="Test\System\TypeTest.cs" />\r
     <Compile Include="Test\System\UInt16Test.cs" />\r
     <PreBuildEvent>\r
 \r
     </PreBuildEvent>\r
-    <PostBuildEvent>\r
-      xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
-  </PostBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="..\lib\net_4_5\nunit.framework.dll" />\r
     <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
-      <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>\r
+      <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
       <Name>corlib\corlib-net_4_5</Name>\r
     </ProjectReference>\r
     <ProjectReference Include="..\Mono.Posix\Mono.Posix-net_4_0.csproj">\r
-      <Project>{402EF02D-C4D2-4FDA-A7DA-F49D2193086F}</Project>\r
+      <Project>{E9A655D1-EE99-467A-8F4B-CAC80E0E65BE}</Project>\r
       <Name>Mono.Posix\Mono.Posix-net_4_0</Name>\r
     </ProjectReference>\r
     <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">\r
-      <Project>{CC96F21E-C45E-4593-BC7F-8331B913E758}</Project>\r
+      <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>\r
       <Name>System.Core\System.Core-net_4_0</Name>\r
     </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-</Project>
+  <ItemGroup>\r
+    <EmbeddedResource Include="Test/resources/Resources.resources">\r
+      <LogicalName>Resources.resources</LogicalName>\r
+    </EmbeddedResource>\r
+  </ItemGroup>\r
+</Project>\r
+