| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2372E56F-BB02-4D04-AE37-BADACCA41FB2}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.IdentityModel-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.IdentityModel_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <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" />
</ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.IdentityModel\System.IdentityModel-net_4_0.csproj">
- <Project>{888E3381-24AB-4FA9-B973-FD683B0461D3}</Project>
- <Name>System.IdentityModel\System.IdentityModel-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Security\System.Security-net_4_0.csproj">
- <Project>{E15F571E-B653-4409-AF7C-F478DA81B959}</Project>
- <Name>System.Security\System.Security-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web\System.Web-net_4_0-2.csproj">
- <Project>{2AB66C1A-6094-4C45-AF9B-FA85F8D5E98A}</Project>
- <Name>System.Web\System.Web-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_0.csproj">
- <Project>{73940AF7-7302-4B79-8EAF-DF03BDD9E3F4}</Project>
- <Name>Mono.Security\Mono.Security-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
- <Project>{28265916-A48E-4A4D-A845-2F1C06027D68}</Project>
- <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web.ApplicationServices\System.Web.ApplicationServices-net_4_0.csproj">
- <Project>{3B707FB5-0AB3-472A-BB49-7598CF2607B0}</Project>
- <Name>System.Web.ApplicationServices\System.Web.ApplicationServices-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|