Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2011-02-13 06:09:49 +0300
committerMiguel de Icaza <miguel@gnome.org>2011-02-13 06:09:49 +0300
commit38253abf8c0e75a445c2a8abee42af432db8a772 (patch)
treeac6b6cad2909cf728107296625e05fe782bdabf7 /mcs/class/System.Security/System.Security-net_4_0.csproj
parent97e585b5ec47a2c61c9290a361218c2edf935b1b (diff)
Add solution files
Diffstat (limited to 'mcs/class/System.Security/System.Security-net_4_0.csproj')
-rw-r--r--mcs/class/System.Security/System.Security-net_4_0.csproj180
1 files changed, 180 insertions, 0 deletions
diff --git a/mcs/class/System.Security/System.Security-net_4_0.csproj b/mcs/class/System.Security/System.Security-net_4_0.csproj
new file mode 100644
index 00000000000..9e1538b12d6
--- /dev/null
+++ b/mcs/class/System.Security/System.Security-net_4_0.csproj
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" 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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,618,414</NoWarn>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;SECURITY_DEP</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>System.Security</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</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;SECURITY_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </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;SECURITY_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.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\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.Cryptography.Pkcs\AlgorithmIdentifier.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\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\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\KeyInfoClause.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfo.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\TransformChain.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\Transform.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="..\..\build\common\MonoTODOAttribute.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>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Security.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\Mono.Security.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+