System.IdentityModel-tests-net_4_0.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2372E56F-BB02-4D04-AE37-BADACCA41FB2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.IdentityModel-tests-net_4_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.IdentityModel_test_net_4_0</AssemblyName>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="Test\System.IdentityModel.Claims\ClaimSetTest.cs" />
  47. <Compile Include="Test\System.IdentityModel.Claims\ClaimTest.cs" />
  48. <Compile Include="Test\System.IdentityModel.Claims\ClaimTypesTest.cs" />
  49. <Compile Include="Test\System.IdentityModel.Claims\X509CertificateClaimSetTest.cs" />
  50. <Compile Include="Test\System.IdentityModel.Common\MySecurityTokenSerializer.cs" />
  51. <Compile Include="Test\System.IdentityModel.Policy\AuthorizationContextTest.cs" />
  52. <Compile Include="Test\System.IdentityModel.Selectors\CustomUserNameSecurityTokenAuthenticatorTest.cs" />
  53. <Compile Include="Test\System.IdentityModel.Selectors\RsaSecurityTokenAuthenticatorTest.cs" />
  54. <Compile Include="Test\System.IdentityModel.Selectors\SamlSecurityTokenAuthenticatorTest.cs" />
  55. <Compile Include="Test\System.IdentityModel.Selectors\SecurityTokenRequirementTest.cs" />
  56. <Compile Include="Test\System.IdentityModel.Selectors\SecurityTokenResolverTest.cs" />
  57. <Compile Include="Test\System.IdentityModel.Selectors\TestEvaluationContext.cs" />
  58. <Compile Include="Test\System.IdentityModel.Selectors\X509SecurityTokenAuthenticatorTest.cs" />
  59. <Compile Include="Test\System.IdentityModel.Selectors\X509SecurityTokenProviderTest.cs" />
  60. <Compile Include="Test\System.IdentityModel.Tokens\EncryptedKeyIdentifierClauseTest.cs" />
  61. <Compile Include="Test\System.IdentityModel.Tokens\InMemorySymmetricSecurityKeyTest.cs" />
  62. <Compile Include="Test\System.IdentityModel.Tokens\LocalIdKeyIdentifierClauseTest.cs" />
  63. <Compile Include="Test\System.IdentityModel.Tokens\SamlActionTest.cs" />
  64. <Compile Include="Test\System.IdentityModel.Tokens\SamlAssertionTest.cs" />
  65. <Compile Include="Test\System.IdentityModel.Tokens\SamlAttributeStatementTest.cs" />
  66. <Compile Include="Test\System.IdentityModel.Tokens\SamlAudienceRestrictionConditionTest.cs" />
  67. <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthenticationStatementTest.cs" />
  68. <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthorityBindingTest.cs" />
  69. <Compile Include="Test\System.IdentityModel.Tokens\SamlAuthorizationDecisionStatementTest.cs" />
  70. <Compile Include="Test\System.IdentityModel.Tokens\SamlConditionsTest.cs" />
  71. <Compile Include="Test\System.IdentityModel.Tokens\SamlConstantsTest.cs" />
  72. <Compile Include="Test\System.IdentityModel.Tokens\SamlEvidenceTest.cs" />
  73. <Compile Include="Test\System.IdentityModel.Tokens\SamlSubjectTest.cs" />
  74. <Compile Include="Test\System.IdentityModel.Tokens\SecurityAlgorithmsTest.cs" />
  75. <Compile Include="Test\System.IdentityModel.Tokens\SecurityKeyIdentifierTest.cs" />
  76. <Compile Include="Test\System.IdentityModel.Tokens\SecurityTokenTypesTest.cs" />
  77. <Compile Include="Test\System.IdentityModel.Tokens\UserNameSecurityTokenTest.cs" />
  78. <Compile Include="Test\System.IdentityModel.Tokens\X509AsymmetricSecurityKeyTest.cs" />
  79. <Compile Include="Test\System.IdentityModel.Tokens\X509IssuerSerialKeyIdentifierClauseTest.cs" />
  80. <Compile Include="Test\System.IdentityModel.Tokens\X509SecurityTokenTest.cs" />
  81. <Compile Include="Test\System.IdentityModel.Tokens\X509ThumbprintKeyIdentifierClauseTest.cs" /> </ItemGroup>
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. <PropertyGroup>
  90. <PreBuildEvent>
  91. </PreBuildEvent>
  92. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  93. </PostBuildEvent>
  94. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  95. </PostBuildEvent>
  96. </PropertyGroup>
  97. <ItemGroup>
  98. <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
  99. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  100. <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
  101. <Name>corlib\corlib-net_4_0</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\System.IdentityModel\System.IdentityModel-net_4_0.csproj">
  104. <Project>{888E3381-24AB-4FA9-B973-FD683B0461D3}</Project>
  105. <Name>System.IdentityModel\System.IdentityModel-net_4_0</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  108. <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
  109. <Name>System\System-net_4_0-2</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  112. <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
  113. <Name>System.XML\System.Xml-net_4_0-1</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\System.Security\System.Security-net_4_0.csproj">
  116. <Project>{E15F571E-B653-4409-AF7C-F478DA81B959}</Project>
  117. <Name>System.Security\System.Security-net_4_0</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\System.Web\System.Web-net_4_0-2.csproj">
  120. <Project>{2AB66C1A-6094-4C45-AF9B-FA85F8D5E98A}</Project>
  121. <Name>System.Web\System.Web-net_4_0-2</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
  124. <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
  125. <Name>System.Configuration\System.Configuration-net_4_0</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_0.csproj">
  128. <Project>{73940AF7-7302-4B79-8EAF-DF03BDD9E3F4}</Project>
  129. <Name>Mono.Security\Mono.Security-net_4_0</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
  132. <Project>{28265916-A48E-4A4D-A845-2F1C06027D68}</Project>
  133. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\System.Web.ApplicationServices\System.Web.ApplicationServices-net_4_0.csproj">
  136. <Project>{3B707FB5-0AB3-472A-BB49-7598CF2607B0}</Project>
  137. <Name>System.Web.ApplicationServices\System.Web.ApplicationServices-net_4_0</Name>
  138. </ProjectReference>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Folder Include="Properties\" />
  142. </ItemGroup>
  143. </Project>