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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-06-08 19:30:11 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-06-08 19:30:11 +0300
commit5354fa98a7ad21fb3e906fced90c571806f78cb2 (patch)
tree124bd39f40bb0a03acdae364af92ccdf974ce617 /mcs/class/System.Security
parent3deca0e19dd8f4dd80cd4baea51be421021d3110 (diff)
[csproj] Update project files
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/System.Security.csproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/mcs/class/System.Security/System.Security.csproj b/mcs/class/System.Security/System.Security.csproj
index 1133a976a33..03ecc6fa271 100644
--- a/mcs/class/System.Security/System.Security.csproj
+++ b/mcs/class/System.Security/System.Security.csproj
@@ -108,7 +108,16 @@
<Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\CryptographicAttributeObject.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\CmsRecipient.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\CmsRecipientCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\CmsRecipientEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\PublicKeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\RecipientInfoType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\SubjectIdentifierOrKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\SubjectIdentifierOrKeyType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Pkcs\SubjectIdentifierType.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Pkcs\src\System\Security\Cryptography\Xml\X509IssuerSerial.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.ProtectedData\src\System\Security\Cryptography\DataProtectionScope.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -116,9 +125,6 @@
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.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\ContentInfo.cs" />
<Compile Include="System.Security.Cryptography.Pkcs\EnvelopedCms.cs" />
<Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeRecipientInfo.cs" />
@@ -129,16 +135,10 @@
<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\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\DataProtectionScope.cs" />
<Compile Include="System.Security.Cryptography\ProtectedData.cs" />
</ItemGroup>
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">