Merge pull request #1057 from lextm/master
[mono.git] / mcs / class / Mono.Security / Mono.Security-tests-net_4_5.csproj
index 56078a6161f8839029f387883e4f527a271639b0..9f6dd3aab9c7f7bc086348d1e5edae69ef4a990c 100644 (file)
@@ -5,22 +5,21 @@
     <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>{823040EA-6C7C-49B1-9CA3-9236C9B629F5}</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_4_5</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_4_5</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>1699,1030,169,219,618,672</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699,1030,169,219,618,672</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</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_4_5/Mono.Security.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_4_5/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_4_5\nunit.framework.dll" />\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_5.csproj">\r
+      <Project>{D68D4FED-CA32-4800-A628-58BAE485562C}</Project>\r
+      <Name>Mono.Security\Mono.Security-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5.csproj">\r
+      <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
+      <Name>System\System-net_4_5</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
 </Project>\r