| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?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>{879EA17D-67A5-44ED-B912-1BE4883356FE}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,414</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Security</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618,414</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;SECURITY_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,618,414</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;SECURITY_DEP</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="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="Mono.Security.Cryptography\NativeDapiProtection.cs" />
- <Compile Include="Mono.Xml\XmlCanonicalizer.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\AlgorithmIdentifier.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipient.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientCollection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsSigner.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\ContentInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\EnvelopedCms.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeRecipientInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyTransRecipientInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9Attribute.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9ContentType.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentDescription.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentName.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9MessageDigest.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9SigningTime.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\PublicKeyInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoCollection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoType.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignedCms.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignerInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoCollection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifier.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKey.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKeyType.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierType.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography.Xml\CipherData.cs" />
- <Compile Include="System.Security.Cryptography.Xml\CipherReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\DataObject.cs" />
- <Compile Include="System.Security.Cryptography.Xml\DataReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\DSAKeyValue.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedData.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedKey.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedType.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedXml.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptionMethod.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptionProperties.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptionProperty.cs" />
- <Compile Include="System.Security.Cryptography.Xml\IRelDecryptor.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfo.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoClause.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoName.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoNode.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoX509Data.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Manifest.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Reference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\ReferenceList.cs" />
- <Compile Include="System.Security.Cryptography.Xml\RSAKeyValue.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Signature.cs" />
- <Compile Include="System.Security.Cryptography.Xml\SignedInfo.cs" />
- <Compile Include="System.Security.Cryptography.Xml\SignedXml.cs" />
- <Compile Include="System.Security.Cryptography.Xml\SymmetricKeyWrap.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Transform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\TransformChain.cs" />
- <Compile Include="System.Security.Cryptography.Xml\X509IssuerSerial.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDecryptionTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigNodeList.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlEncryption.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlLicenseTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlSignature.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlSignatureStreamReader.cs" />
- <Compile Include="System.Security.Cryptography\CryptographicAttribute.cs" />
- <Compile Include="System.Security.Cryptography\CryptographicAttributeCollection.cs" />
- <Compile Include="System.Security.Cryptography\CryptographicAttributeEnumerator.cs" />
- <Compile Include="System.Security.Cryptography\DataProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.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>
- <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
- <Name>corlib\corlib-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_2_0-1.csproj">
- <Project>{5A1ED72C-ADAB-4396-AB03-D0E26AA91E90}</Project>
- <Name>System\System-net_2_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_2_0.csproj">
- <Project>{E89F34AB-7AE2-41CA-B891-C8D1C9F02EB8}</Project>
- <Name>System.XML\System.Xml-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_2_0.csproj">
- <Project>{57CFE851-81AC-4269-B24A-965A53D87248}</Project>
- <Name>Mono.Security\Mono.Security-net_2_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|