Merge pull request #1185 from esdrubal/http-reuse
[mono.git] / mcs / class / System.IdentityModel / System.IdentityModel-tests-net_2_0.csproj
index 4406eb7b35e16be34ee2c0c391f1b4918e214d13..169cbad47c011ea0cb3d5757acc8bf9f96e5561e 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>{5E8EA9D3-4EBC-48D6-8B6F-EAF579539518}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.IdentityModel-tests-net_2_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>False</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.IdentityModel_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;NET_3_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;NET_3_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\System.IdentityModel.Claims\ClaimSetTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Claims\ClaimTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Claims\ClaimTypesTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Claims\X509CertificateClaimSetTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Common\MySecurityTokenSerializer.cs" />
-   <Compile Include="Test\System.IdentityModel.Policy\AuthorizationContextTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\CustomUserNameSecurityTokenAuthenticatorTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\RsaSecurityTokenAuthenticatorTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\SamlSecurityTokenAuthenticatorTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\SecurityTokenRequirementTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\SecurityTokenResolverTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\TestEvaluationContext.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\X509SecurityTokenAuthenticatorTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Selectors\X509SecurityTokenProviderTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\EncryptedKeyIdentifierClauseTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\InMemorySymmetricSecurityKeyTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\LocalIdKeyIdentifierClauseTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlActionTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlAssertionTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlAttributeStatementTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlAudienceRestrictionConditionTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthenticationStatementTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthorityBindingTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthorizationDecisionStatementTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlConditionsTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlConstantsTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlEvidenceTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SamlSubjectTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SecurityAlgorithmsTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SecurityKeyIdentifierTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\SecurityTokenTypesTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\UserNameSecurityTokenTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\X509AsymmetricSecurityKeyTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\X509IssuerSerialKeyIdentifierClauseTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\X509SecurityTokenTest.cs" />
-   <Compile Include="Test\System.IdentityModel.Tokens\X509ThumbprintKeyIdentifierClauseTest.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Test\System.IdentityModel.Claims\ClaimSetTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Claims\ClaimTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Claims\ClaimTypesTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Claims\X509CertificateClaimSetTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Common\MySecurityTokenSerializer.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Policy\AuthorizationContextTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\CustomUserNameSecurityTokenAuthenticatorTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\RsaSecurityTokenAuthenticatorTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\SamlSecurityTokenAuthenticatorTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\SecurityTokenRequirementTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\SecurityTokenResolverTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\TestEvaluationContext.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\X509SecurityTokenAuthenticatorTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Selectors\X509SecurityTokenProviderTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\EncryptedKeyIdentifierClauseTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\InMemorySymmetricSecurityKeyTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\LocalIdKeyIdentifierClauseTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlActionTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlAssertionTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlAttributeStatementTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlAudienceRestrictionConditionTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthenticationStatementTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthorityBindingTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthorizationDecisionStatementTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlConditionsTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlConstantsTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlEvidenceTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SamlSubjectTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SecurityAlgorithmsTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SecurityKeyIdentifierTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\SecurityTokenTypesTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\UserNameSecurityTokenTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\X509AsymmetricSecurityKeyTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\X509IssuerSerialKeyIdentifierClauseTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\X509SecurityTokenTest.cs" />\r
+    <Compile Include="Test\System.IdentityModel.Tokens\X509ThumbprintKeyIdentifierClauseTest.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/System.IdentityModel.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_2_0/System.IdentityModel.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Security.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Security.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Configuration.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Configuration.dll</HintPath>
-    </Reference>
-    <Reference Include="Mono.Security.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Mono.Security.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Runtime.Serialization.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Runtime.Serialization.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="..\System.IdentityModel\System.IdentityModel-net_2_0.csproj">\r
+      <Project>{737EBB38-BBFD-40D8-99F1-1FBBD49AF1B6}</Project>\r
+      <Name>System.IdentityModel\System.IdentityModel-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
+      <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>\r
+      <Name>System\System-net_2_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
+      <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>\r
+      <Name>System.XML\System.Xml-net_2_0-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Security\System.Security-net_2_0.csproj">\r
+      <Project>{879EA17D-67A5-44ED-B912-1BE4883356FE}</Project>\r
+      <Name>System.Security\System.Security-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web\System.Web-net_2_0-2.csproj">\r
+      <Project>{293D054F-361B-4083-A422-FA1AC9476FC9}</Project>\r
+      <Name>System.Web\System.Web-net_2_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">\r
+      <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>\r
+      <Name>System.Configuration\System.Configuration-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.Runtime.Serialization\System.Runtime.Serialization-net_2_0.csproj">\r
+      <Project>{01BE23DB-E426-45E7-B56C-CA1175232AA7}</Project>\r
+      <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_2_0</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
 </Project>\r