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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-17 17:34:15 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-17 17:34:16 +0300
commit03ea8b5a62ff3ec1977fe0710e8bd2bcf031bfa0 (patch)
tree715fccb56c9f603b6a1f4a4c3d79221a32367215 /mcs/class/System.IdentityModel
parentc143e55c450e40b478ab846268f4585a84f8a095 (diff)
[build] Regenerate .csproj files
Note: DISABLE_CAS_USE was removed in ed989a8e9e5c170b6d19edc60bb80e8a4e6d5cc0
Diffstat (limited to 'mcs/class/System.IdentityModel')
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj18
1 files changed, 12 insertions, 6 deletions
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj b/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj
index ea349ebcc43..a467a2793dd 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj
+++ b/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj
@@ -28,7 +28,7 @@
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_0</DefineConstants>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;NET_3_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -36,7 +36,7 @@
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_0</DefineConstants>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;NET_3_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -178,6 +178,12 @@
<Compile Include="System.IdentityModel\OpenObject.cs" />
<Compile Include="System.IdentityModel\SignatureVerificationFailedException.cs" />
<Compile Include="System.Security.Claims\AuthenticationTypes.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\BinarySecretSecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\InternalEncryptedKeyIdentifierClause.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\WrappedKeySecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security\BinarySecretKeyIdentifierClause.cs" />
+ <Compile Include="System.ServiceModel.Security\KeyNameIdentifierClause.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityContextKeyIdentifierClause.cs" />
<Compile Include="System.ServiceModel.Security\X509CertificateValidationMode.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.
@@ -217,10 +223,6 @@
<Project>{3ED36717-A9D1-4289-8949-9B7F39766DEB}</Project>
<Name>System.Security-net_4_x</Name>
</ProjectReference>
- <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
- <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
- <Name>System.Configuration-net_4_x</Name>
- </ProjectReference>
<ProjectReference Include="../Mono.Security/Mono.Security-net_4_x.csproj">
<Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
<Name>Mono.Security-net_4_x</Name>
@@ -229,6 +231,10 @@
<Project>{D845AD9D-3CCB-49CB-9543-028678E94938}</Project>
<Name>System.Runtime.Serialization-net_4_x</Name>
</ProjectReference>
+ <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
+ <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
+ <Name>System.Configuration-net_4_x</Name>
+ </ProjectReference>
<ProjectReference Include="../System.Web/System.Web-net_4_x.csproj">
<Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
<Name>System.Web-net_4_x</Name>