System.Security-net_2_0.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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>{879EA17D-67A5-44ED-B912-1BE4883356FE}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,618,414</NoWarn>
  11. <OutputPath>./../../class/lib/net_2_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Security</AssemblyName>
  18. <TargetFrameworkVersion>v2.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,618,414</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;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</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;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="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
  51. <Compile Include="Mono.Security.Cryptography\NativeDapiProtection.cs" />
  52. <Compile Include="Mono.Xml\XmlCanonicalizer.cs" />
  53. <Compile Include="System.Security.Cryptography.Pkcs\AlgorithmIdentifier.cs" />
  54. <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipient.cs" />
  55. <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientCollection.cs" />
  56. <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientEnumerator.cs" />
  57. <Compile Include="System.Security.Cryptography.Pkcs\CmsSigner.cs" />
  58. <Compile Include="System.Security.Cryptography.Pkcs\ContentInfo.cs" />
  59. <Compile Include="System.Security.Cryptography.Pkcs\EnvelopedCms.cs" />
  60. <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
  61. <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeRecipientInfo.cs" />
  62. <Compile Include="System.Security.Cryptography.Pkcs\KeyTransRecipientInfo.cs" />
  63. <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9Attribute.cs" />
  64. <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9ContentType.cs" />
  65. <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentDescription.cs" />
  66. <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentName.cs" />
  67. <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9MessageDigest.cs" />
  68. <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9SigningTime.cs" />
  69. <Compile Include="System.Security.Cryptography.Pkcs\PublicKeyInfo.cs" />
  70. <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfo.cs" />
  71. <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoCollection.cs" />
  72. <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoEnumerator.cs" />
  73. <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoType.cs" />
  74. <Compile Include="System.Security.Cryptography.Pkcs\SignedCms.cs" />
  75. <Compile Include="System.Security.Cryptography.Pkcs\SignerInfo.cs" />
  76. <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoCollection.cs" />
  77. <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoEnumerator.cs" />
  78. <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifier.cs" />
  79. <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKey.cs" />
  80. <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKeyType.cs" />
  81. <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierType.cs" />
  82. <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
  83. <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
  84. <Compile Include="System.Security.Cryptography.Xml\CipherData.cs" />
  85. <Compile Include="System.Security.Cryptography.Xml\CipherReference.cs" />
  86. <Compile Include="System.Security.Cryptography.Xml\DataObject.cs" />
  87. <Compile Include="System.Security.Cryptography.Xml\DataReference.cs" />
  88. <Compile Include="System.Security.Cryptography.Xml\DSAKeyValue.cs" />
  89. <Compile Include="System.Security.Cryptography.Xml\EncryptedData.cs" />
  90. <Compile Include="System.Security.Cryptography.Xml\EncryptedKey.cs" />
  91. <Compile Include="System.Security.Cryptography.Xml\EncryptedReference.cs" />
  92. <Compile Include="System.Security.Cryptography.Xml\EncryptedType.cs" />
  93. <Compile Include="System.Security.Cryptography.Xml\EncryptedXml.cs" />
  94. <Compile Include="System.Security.Cryptography.Xml\EncryptionMethod.cs" />
  95. <Compile Include="System.Security.Cryptography.Xml\EncryptionProperties.cs" />
  96. <Compile Include="System.Security.Cryptography.Xml\EncryptionProperty.cs" />
  97. <Compile Include="System.Security.Cryptography.Xml\IRelDecryptor.cs" />
  98. <Compile Include="System.Security.Cryptography.Xml\KeyInfo.cs" />
  99. <Compile Include="System.Security.Cryptography.Xml\KeyInfoClause.cs" />
  100. <Compile Include="System.Security.Cryptography.Xml\KeyInfoEncryptedKey.cs" />
  101. <Compile Include="System.Security.Cryptography.Xml\KeyInfoName.cs" />
  102. <Compile Include="System.Security.Cryptography.Xml\KeyInfoNode.cs" />
  103. <Compile Include="System.Security.Cryptography.Xml\KeyInfoRetrievalMethod.cs" />
  104. <Compile Include="System.Security.Cryptography.Xml\KeyInfoX509Data.cs" />
  105. <Compile Include="System.Security.Cryptography.Xml\KeyReference.cs" />
  106. <Compile Include="System.Security.Cryptography.Xml\Manifest.cs" />
  107. <Compile Include="System.Security.Cryptography.Xml\Reference.cs" />
  108. <Compile Include="System.Security.Cryptography.Xml\ReferenceList.cs" />
  109. <Compile Include="System.Security.Cryptography.Xml\RSAKeyValue.cs" />
  110. <Compile Include="System.Security.Cryptography.Xml\Signature.cs" />
  111. <Compile Include="System.Security.Cryptography.Xml\SignedInfo.cs" />
  112. <Compile Include="System.Security.Cryptography.Xml\SignedXml.cs" />
  113. <Compile Include="System.Security.Cryptography.Xml\SymmetricKeyWrap.cs" />
  114. <Compile Include="System.Security.Cryptography.Xml\Transform.cs" />
  115. <Compile Include="System.Security.Cryptography.Xml\TransformChain.cs" />
  116. <Compile Include="System.Security.Cryptography.Xml\X509IssuerSerial.cs" />
  117. <Compile Include="System.Security.Cryptography.Xml\XmlDecryptionTransform.cs" />
  118. <Compile Include="System.Security.Cryptography.Xml\XmlDsigBase64Transform.cs" />
  119. <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NTransform.cs" />
  120. <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NWithCommentsTransform.cs" />
  121. <Compile Include="System.Security.Cryptography.Xml\XmlDsigEnvelopedSignatureTransform.cs" />
  122. <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NTransform.cs" />
  123. <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
  124. <Compile Include="System.Security.Cryptography.Xml\XmlDsigNodeList.cs" />
  125. <Compile Include="System.Security.Cryptography.Xml\XmlDsigXPathTransform.cs" />
  126. <Compile Include="System.Security.Cryptography.Xml\XmlDsigXsltTransform.cs" />
  127. <Compile Include="System.Security.Cryptography.Xml\XmlEncryption.cs" />
  128. <Compile Include="System.Security.Cryptography.Xml\XmlLicenseTransform.cs" />
  129. <Compile Include="System.Security.Cryptography.Xml\XmlSignature.cs" />
  130. <Compile Include="System.Security.Cryptography.Xml\XmlSignatureStreamReader.cs" />
  131. <Compile Include="System.Security.Cryptography\CryptographicAttribute.cs" />
  132. <Compile Include="System.Security.Cryptography\CryptographicAttributeCollection.cs" />
  133. <Compile Include="System.Security.Cryptography\CryptographicAttributeEnumerator.cs" />
  134. <Compile Include="System.Security.Cryptography\DataProtectionScope.cs" />
  135. <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
  136. <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
  137. <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
  138. <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
  139. <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
  140. <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
  141. <Compile Include="System.Security.Permissions\PermissionHelper.cs" /> </ItemGroup>
  142. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  143. Other similar extension points exist, see Microsoft.Common.targets.
  144. <Target Name="BeforeBuild">
  145. </Target>
  146. <Target Name="AfterBuild">
  147. </Target>
  148. -->
  149. <PropertyGroup>
  150. <PreBuildEvent>
  151. </PreBuildEvent>
  152. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  153. </PostBuildEvent>
  154. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  155. </PostBuildEvent>
  156. </PropertyGroup>
  157. <ItemGroup>
  158. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  159. <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
  160. <Name>corlib\corlib-net_2_0</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\System\System-net_2_0-1.csproj">
  163. <Project>{5A1ED72C-ADAB-4396-AB03-D0E26AA91E90}</Project>
  164. <Name>System\System-net_2_0-1</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\System.XML\System.Xml-net_2_0.csproj">
  167. <Project>{E89F34AB-7AE2-41CA-B891-C8D1C9F02EB8}</Project>
  168. <Name>System.XML\System.Xml-net_2_0</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\Mono.Security\Mono.Security-net_2_0.csproj">
  171. <Project>{57CFE851-81AC-4269-B24A-965A53D87248}</Project>
  172. <Name>Mono.Security\Mono.Security-net_2_0</Name>
  173. </ProjectReference>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Folder Include="Properties\" />
  177. </ItemGroup>
  178. </Project>