Merge pull request #1057 from lextm/master
[mono.git] / mcs / class / Mono.Security / Mono.Security-tests-net_2_0.csproj
index 0e581a2ad94c4f244350c09ac8f7ee3d036c576e..3da8463338b3f21468e6b54c4b8acd309676e3b2 100644 (file)
@@ -5,14 +5,16 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{1FE45C8C-1411-4C7E-BBF4-6C2F816239BE}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,1030,169,219,618,672</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\Mono.Security-tests-net_2_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>False</NoConfig>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>Mono.Security_test_net_2_0</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
@@ -25,7 +27,6 @@
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Test\Mono.Math\ArithmeticBigTest.cs" />
-   <Compile Include="Test\Mono.Math\BigIntegerTest.cs" />
-   <Compile Include="Test\Mono.Math\BigIntegerSetTest.cs" />
-   <Compile Include="Test\Mono.Math\BitwiseTest.cs" />
-   <Compile Include="Test\Mono.Math\GcdBigTest.cs" />
-   <Compile Include="Test\Mono.Math\ModInverseBigTest.cs" />
-   <Compile Include="Test\Mono.Math\ModRingTest.cs" />
-   <Compile Include="Test\Mono.Math\PrimeGenerationTest.cs" />
-   <Compile Include="Test\Mono.Math\PrimeTestingTest.cs" />
-   <Compile Include="Test\Mono.Math\SearchGeneratorTest.cs" />
-   <Compile Include="Test\Mono.Security\ASN1ConvertTest.cs" />
-   <Compile Include="Test\Mono.Security\PKCS7Test.cs" />
-   <Compile Include="Test\Mono.Security\StrongNameTest.cs" />
-   <Compile Include="Test\Mono.Security.Authenticode\AuthenticodeDeformatterTest.cs" />
-   <Compile Include="Test\Mono.Security.Authenticode\PrivateKeyTest.cs" />
-   <Compile Include="Test\Mono.Security.Authenticode\SoftwarePublisherCertificateTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\ARC4ManagedTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\CryptoConvertTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\DiffieHellmanManagedTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\KeyPairPersistenceTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\MD2ManagedTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\MD2Test.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\MD4ManagedTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\MD4Test.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\PKCS1Test.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\PKCS8Test.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\RSAManagedTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\SHA224ManagedTest.cs" />
-   <Compile Include="Test\Mono.Security.Cryptography\SHA224Test.cs" />
-   <Compile Include="Test\Mono.Security.Protocol.Ntlm\ChallengeResponseTest.cs" />
-   <Compile Include="Test\Mono.Security.Protocol.Ntlm\MessageBaseTest.cs" />
-   <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type1MessageTest.cs" />
-   <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type2MessageTest.cs" />
-   <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type3MessageTest.cs" />
-   <Compile Include="Test\Mono.Security.X509\PKCS12Test.cs" />
-   <Compile Include="Test\Mono.Security.X509\X501NameTest.cs" />
-   <Compile Include="Test\Mono.Security.X509\X509CertificateTest.cs" />
-   <Compile Include="Test\Mono.Security.X509\X509CrlTest.cs" />
-   <Compile Include="Test\Mono.Security.X509\X520AttributesTest.cs" />
-   <Compile Include="Test\Mono.Security.X509.Extensions\KeyUsageExtensionTest.cs" />
-   <Compile Include="Test\Mono.Security.X509.Extensions\ExtendedKeyUsageExtensionTest.cs" />
-   <Compile Include="Test\Mono.Security.X509.Extensions\BasicConstraintsExtensionTest.cs" />
-   <Compile Include="Test\Mono.Security.X509.Extensions\SubjectAltNameExtensionTest.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Test\Mono.Math\ArithmeticBigTest.cs" />\r
+    <Compile Include="Test\Mono.Math\BigIntegerSetTest.cs" />\r
+    <Compile Include="Test\Mono.Math\BigIntegerTest.cs" />\r
+    <Compile Include="Test\Mono.Math\BitwiseTest.cs" />\r
+    <Compile Include="Test\Mono.Math\GcdBigTest.cs" />\r
+    <Compile Include="Test\Mono.Math\ModInverseBigTest.cs" />\r
+    <Compile Include="Test\Mono.Math\ModRingTest.cs" />\r
+    <Compile Include="Test\Mono.Math\PrimeGenerationTest.cs" />\r
+    <Compile Include="Test\Mono.Math\PrimeTestingTest.cs" />\r
+    <Compile Include="Test\Mono.Math\SearchGeneratorTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Authenticode\AuthenticodeDeformatterTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Authenticode\PrivateKeyTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Authenticode\SoftwarePublisherCertificateTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\ARC4ManagedTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\CryptoConvertTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\DiffieHellmanManagedTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\KeyPairPersistenceTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\MD2ManagedTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\MD2Test.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\MD4ManagedTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\MD4Test.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\PKCS1Test.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\PKCS8Test.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\RSAManagedTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\SHA224ManagedTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Cryptography\SHA224Test.cs" />\r
+    <Compile Include="Test\Mono.Security.Protocol.Ntlm\ChallengeResponseTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Protocol.Ntlm\MessageBaseTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type1MessageTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type2MessageTest.cs" />\r
+    <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type3MessageTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtensionTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509.Extensions\BasicConstraintsExtensionTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509.Extensions\ExtendedKeyUsageExtensionTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509.Extensions\KeyUsageExtensionTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509.Extensions\SubjectAltNameExtensionTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509.Extensions\SubjectKeyIdentifierExtensionTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509\PKCS12Test.cs" />\r
+    <Compile Include="Test\Mono.Security.X509\X501NameTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509\X509CertificateTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509\X509CrlTest.cs" />\r
+    <Compile Include="Test\Mono.Security.X509\X520AttributesTest.cs" />\r
+    <Compile Include="Test\Mono.Security\ASN1ConvertTest.cs" />\r
+    <Compile Include="Test\Mono.Security\PKCS7Test.cs" />\r
+    <Compile Include="Test\Mono.Security\StrongNameTest.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="./../../class/lib/net_2_0/Mono.Security.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_2_0/Mono.Security.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="nunit.framework" />
-\r
+    <Reference Include="..\lib\net_2_0\nunit.framework.dll" />\r
+    <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
+      <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>\r
+      <Name>corlib\corlib-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Mono.Security\Mono.Security-net_2_0.csproj">\r
+      <Project>{57CFE851-81AC-4269-B24A-965A53D87248}</Project>\r
+      <Name>Mono.Security\Mono.Security-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0.csproj">\r
+      <Project>{5A346705-1044-48F2-987D-CAE22A255427}</Project>\r
+      <Name>System\System-net_2_0</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
 </Project>\r