System.Security-tests-net_4_5.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>{D49E3075-7A78-4CF1-8300-DF847C9B6796}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,618,414,169,219,1595,168,183,414</NoWarn>
  11. <OutputPath>bin\Debug\System.Security-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Security_test_net_4_5</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</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,618,414,169,219,1595,168,183,414</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_4_5;SECURITY_DEP</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,618,414,169,219,1595,168,183,414</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;SECURITY_DEP</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.Security.Cryptography.Pkcs\AlgorithmIdentifierTest.cs" />
  47. <Compile Include="Test\System.Security.Cryptography.Pkcs\CmsRecipientCollectionTest.cs" />
  48. <Compile Include="Test\System.Security.Cryptography.Pkcs\CmsRecipientTest.cs" />
  49. <Compile Include="Test\System.Security.Cryptography.Pkcs\CmsSignerTest.cs" />
  50. <Compile Include="Test\System.Security.Cryptography.Pkcs\ContentInfoTest.cs" />
  51. <Compile Include="Test\System.Security.Cryptography.Pkcs\EnvelopedCmsTest.cs" />
  52. <Compile Include="Test\System.Security.Cryptography.Pkcs\KeyTransRecipientInfoTest.cs" />
  53. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9AttributeTest.cs" />
  54. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9ContentTypeTest.cs" />
  55. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9DocumentDescriptionTest.cs" />
  56. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9DocumentNameTest.cs" />
  57. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9MessageDigestTest.cs" />
  58. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9SigningTimeTest.cs" />
  59. <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkits_4_01_SignatureVerification.cs" />
  60. <Compile Include="Test\System.Security.Cryptography.Pkcs\PkitsTest.cs" />
  61. <Compile Include="Test\System.Security.Cryptography.Pkcs\SignedCmsTest.cs" />
  62. <Compile Include="Test\System.Security.Cryptography.Pkcs\SignerInfoCollectionTest.cs" />
  63. <Compile Include="Test\System.Security.Cryptography.Pkcs\SignerInfoTest.cs" />
  64. <Compile Include="Test\System.Security.Cryptography.Pkcs\SubjectIdentifierTest.cs" />
  65. <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Certificate2UICas.cs" />
  66. <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Certificate2UITest.cs" />
  67. <Compile Include="Test\System.Security.Cryptography.Xml\AssertCrypto.cs" />
  68. <Compile Include="Test\System.Security.Cryptography.Xml\DataObjectTest.cs" />
  69. <Compile Include="Test\System.Security.Cryptography.Xml\DataReferenceTest.cs" />
  70. <Compile Include="Test\System.Security.Cryptography.Xml\DSAKeyValueTest.cs" />
  71. <Compile Include="Test\System.Security.Cryptography.Xml\EncryptedXmlTest.cs" />
  72. <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoNameTest.cs" />
  73. <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoNodeTest.cs" />
  74. <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoRetrievalMethodTest.cs" />
  75. <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoTest.cs" />
  76. <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoX509DataTest.cs" />
  77. <Compile Include="Test\System.Security.Cryptography.Xml\ReferenceTest.cs" />
  78. <Compile Include="Test\System.Security.Cryptography.Xml\RSAKeyValueTest.cs" />
  79. <Compile Include="Test\System.Security.Cryptography.Xml\SignatureTest.cs" />
  80. <Compile Include="Test\System.Security.Cryptography.Xml\SignedInfoTest.cs" />
  81. <Compile Include="Test\System.Security.Cryptography.Xml\SignedXmlTest.cs" />
  82. <Compile Include="Test\System.Security.Cryptography.Xml\TransformChainTest.cs" />
  83. <Compile Include="Test\System.Security.Cryptography.Xml\TransformTest.cs" />
  84. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDecryptionTransformTest.cs" />
  85. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigBase64TransformTest.cs" />
  86. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigC14NTransformTest.cs" />
  87. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigC14NWithCommentsTransformTest.cs" />
  88. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigEnvelopedSignatureTransformTest.cs" />
  89. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigExcC14NTransformTest.cs" />
  90. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigExcC14NWithCommentsTransformTest.cs" />
  91. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigXPathTransformTest.cs" />
  92. <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigXsltTransformTest.cs" />
  93. <Compile Include="Test\System.Security.Cryptography.Xml\XmlLicenseTransformTest.cs" />
  94. <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectCas.cs" />
  95. <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectCollectionCas.cs" />
  96. <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectCollectionTest.cs" />
  97. <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectEnumeratorCas.cs" />
  98. <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectEnumeratorTest.cs" />
  99. <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeTest.cs" />
  100. <Compile Include="Test\System.Security.Cryptography\ProtectedDataCas.cs" />
  101. <Compile Include="Test\System.Security.Cryptography\ProtectedDataTest.cs" />
  102. <Compile Include="Test\System.Security.Cryptography\ProtectedMemoryCas.cs" />
  103. <Compile Include="Test\System.Security.Cryptography\ProtectedMemoryTest.cs" />
  104. <Compile Include="Test\System.Security.Permissions\DataProtectionPermissionAttributeTest.cs" /> </ItemGroup>
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. <PropertyGroup>
  113. <PreBuildEvent>
  114. </PreBuildEvent>
  115. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  116. </PostBuildEvent>
  117. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  118. </PostBuildEvent>
  119. </PropertyGroup>
  120. <ItemGroup>
  121. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  122. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  123. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  124. <Name>corlib\corlib-net_4_5</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\System.Security\System.Security-net_4_5.csproj">
  127. <Project>{B55E59B2-31CA-438B-ADB8-4B9A9A547830}</Project>
  128. <Name>System.Security\System.Security-net_4_5</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\System\System-net_4_5-1.csproj">
  131. <Project>{6822DF7D-F859-4F02-9946-F138AA756A0E}</Project>
  132. <Name>System\System-net_4_5-1</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\System.XML\System.Xml-net_4_5.csproj">
  135. <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
  136. <Name>System.XML\System.Xml-net_4_5</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_5.csproj">
  139. <Project>{D68D4FED-CA32-4800-A628-58BAE485562C}</Project>
  140. <Name>Mono.Security\Mono.Security-net_4_5</Name>
  141. </ProjectReference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Folder Include="Properties\" />
  145. </ItemGroup>
  146. </Project>