| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?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>{B55E59B2-31CA-438B-ADB8-4B9A9A547830}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,414</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Security</AssemblyName>
- <TargetFrameworkVersion>v4.5</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;NET_3_0;NET_3_5;NET_4_0;NET_4_5;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;NET_3_0;NET_3_5;NET_4_0;NET_4_5;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 Condition=" '$(OS)' != 'Windows_NT' ">
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
- <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-secxml-net_4_5.csproj">
- <Project>{46F151F2-A422-4A1B-9D29-2E148CE73629}</Project>
- <Name>System-secxml-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-bare-net_4_5.csproj">
- <Project>{21FB091E-0F84-479E-AB16-6503D36852F9}</Project>
- <Name>System.Xml-bare-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Security/Mono.Security-net_4_5.csproj">
- <Project>{D68D4FED-CA32-4800-A628-58BAE485562C}</Project>
- <Name>Mono.Security-net_4_5</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|