Skip to content

Commit d2998f5

Browse files
monojenkinsmarek-safar
authored andcommitted
[msvc] Update csproj files
1 parent 71ad99f commit d2998f5

File tree

16 files changed

+110
-133
lines changed

16 files changed

+110
-133
lines changed

mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile-net_4_x.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<FileAlignment>512</FileAlignment>
2929
<SignAssembly>true</SignAssembly>
3030
<DelaySign>true</DelaySign>
31-
<AssemblyOriginatorKeyFile>../../msfinal.pub</AssemblyOriginatorKeyFile>
31+
<AssemblyOriginatorKeyFile>../../ecma.pub</AssemblyOriginatorKeyFile>
3232
</PropertyGroup>
3333
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3434
<DebugSymbols>true</DebugSymbols>

mcs/class/System.Configuration/System.Configuration-net_4_x.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,18 +201,18 @@
201201
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
202202
<Name>corlib-net_4_x</Name>
203203
</ProjectReference>
204-
<ProjectReference Include="../System/System-secxml-net_4_x.csproj">
205-
<Project>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</Project>
206-
<Name>System-secxml-net_4_x</Name>
207-
</ProjectReference>
208-
<ProjectReference Include="../System.XML/System.Xml-bare-net_4_x.csproj">
209-
<Project>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</Project>
210-
<Name>System.Xml-bare-net_4_x</Name>
211-
</ProjectReference>
212204
<ProjectReference Include="../System.Security/System.Security-net_4_x.csproj">
213205
<Project>{3ED36717-A9D1-4289-8949-9B7F39766DEB}</Project>
214206
<Name>System.Security-net_4_x</Name>
215207
</ProjectReference>
208+
<ProjectReference Include="../System/System-net_4_x.csproj">
209+
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
210+
<Name>System-net_4_x</Name>
211+
</ProjectReference>
212+
<ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
213+
<Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
214+
<Name>System.Xml-net_4_x</Name>
215+
</ProjectReference>
216216
</ItemGroup>
217217
<ItemGroup>
218218
<Folder Include="Properties\" />

mcs/class/System.Design/System.Design-net_4_x.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@
403403
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
404404
<Name>corlib-net_4_x</Name>
405405
</ProjectReference>
406+
<Reference Include="./../../../external/binary-reference-assemblies/v4.7.1/System.Web.dll">
407+
<SpecificVersion>False</SpecificVersion>
408+
<HintPath>./../../../external/binary-reference-assemblies/v4.7.1/System.Web.dll</HintPath>
409+
<Private>False</Private>
410+
</Reference>
406411
<ProjectReference Include="../System/System-net_4_x.csproj">
407412
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
408413
<Name>System-net_4_x</Name>
@@ -411,10 +416,6 @@
411416
<Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
412417
<Name>System.Xml-net_4_x</Name>
413418
</ProjectReference>
414-
<ProjectReference Include="../System.Web/System.Web-plainweb-net_4_x.csproj">
415-
<Project>{DE51B021-D51C-4F26-99EE-B0729D97631E}</Project>
416-
<Name>System.Web-plainweb-net_4_x</Name>
417-
</ProjectReference>
418419
<ProjectReference Include="../System.Windows.Forms/System.Windows.Forms-net_4_x.csproj">
419420
<Project>{108227C7-8ED9-4483-949D-07BF0DA1A201}</Project>
420421
<Name>System.Windows.Forms-net_4_x</Name>

mcs/class/System.Dynamic/System.Dynamic-net_4_x.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2828
<FileAlignment>512</FileAlignment>
2929
<SignAssembly>true</SignAssembly>
30-
<AssemblyOriginatorKeyFile>../ecma.pub</AssemblyOriginatorKeyFile>
30+
<AssemblyOriginatorKeyFile>../msfinal.pub</AssemblyOriginatorKeyFile>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3333
<DebugSymbols>true</DebugSymbols>

mcs/class/System.Reflection.Context/System.Reflection.Context-net_4_x.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2828
<FileAlignment>512</FileAlignment>
2929
<SignAssembly>true</SignAssembly>
30-
<AssemblyOriginatorKeyFile>../msfinal.pub</AssemblyOriginatorKeyFile>
30+
<AssemblyOriginatorKeyFile>../ecma.pub</AssemblyOriginatorKeyFile>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3333
<DebugSymbols>true</DebugSymbols>

mcs/class/System.Security/System.Security-net_4_x.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,18 +212,18 @@
212212
<HintPath>./../../../external/binary-reference-assemblies/v4.7.1/System.Numerics.dll</HintPath>
213213
<Private>False</Private>
214214
</Reference>
215-
<ProjectReference Include="../System/System-secxml-net_4_x.csproj">
216-
<Project>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</Project>
217-
<Name>System-secxml-net_4_x</Name>
218-
</ProjectReference>
219-
<ProjectReference Include="../System.XML/System.Xml-bare-net_4_x.csproj">
220-
<Project>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</Project>
221-
<Name>System.Xml-bare-net_4_x</Name>
222-
</ProjectReference>
223215
<ProjectReference Include="../Mono.Security/Mono.Security-net_4_x.csproj">
224216
<Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
225217
<Name>Mono.Security-net_4_x</Name>
226218
</ProjectReference>
219+
<ProjectReference Include="../System/System-net_4_x.csproj">
220+
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
221+
<Name>System-net_4_x</Name>
222+
</ProjectReference>
223+
<ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
224+
<Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
225+
<Name>System.Xml-net_4_x</Name>
226+
</ProjectReference>
227227
</ItemGroup>
228228
<ItemGroup>
229229
<Folder Include="Properties\" />

mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<Compile Include="..\..\build\common\Consts.cs" />
5858
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
5959
<Compile Include="..\System.ServiceModel\System.ServiceModel.Activation\ServiceHostFactory.cs" />
60-
<Compile Include="..\System.ServiceModel\System.ServiceModel\ServiceHostingEnvironment.cs" />
61-
<Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
60+
<Compile Include="Assembly\AssemblyInfo.cs" />
61+
<Compile Include="System.ServiceModel\ServiceHostingEnvironment.cs" /> </ItemGroup>
6262
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6363
Other similar extension points exist, see Microsoft.Common.targets.
6464
<Target Name="BeforeBuild">
@@ -93,9 +93,9 @@
9393
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
9494
<Name>System-net_4_x</Name>
9595
</ProjectReference>
96-
<ProjectReference Include="../System.ServiceModel/System.ServiceModel-plainservice-net_4_x.csproj">
97-
<Project>{88C258E1-F0AF-47DA-96C8-7FA6421067CD}</Project>
98-
<Name>System.ServiceModel-plainservice-net_4_x</Name>
96+
<ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_x.csproj">
97+
<Project>{FE596C31-BDA2-4850-8F79-F8F4DF70F44A}</Project>
98+
<Name>System.ServiceModel-net_4_x</Name>
9999
</ProjectReference>
100100
</ItemGroup>
101101
<ItemGroup>

mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals-net_4_x.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@
172172
<Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
173173
<Name>System.Xml-net_4_x</Name>
174174
</ProjectReference>
175-
<ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
176-
<Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
177-
<Name>System.Configuration-net_4_x</Name>
178-
</ProjectReference>
179175
</ItemGroup>
180176
<ItemGroup>
181177
<Folder Include="Properties\" />

mcs/class/System.ServiceModel/System.ServiceModel-net_4_x.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
<DebugType>full</DebugType>
3434
<NoWarn>1699,414,169,67,3005,436,219,618</NoWarn>
3535
<Optimize>false</Optimize>
36-
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;TRACE;NET_3_0;HAS_ACTIVATION</DefineConstants>
36+
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;TRACE;NET_3_0;SERVICEMODEL_ACTIVATION_DEPENDENCY</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4141
<DebugType>pdbonly</DebugType>
4242
<NoWarn>1699,414,169,67,3005,436,219,618</NoWarn>
4343
<Optimize>true</Optimize>
44-
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;TRACE;NET_3_0;HAS_ACTIVATION</DefineConstants>
44+
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;TRACE;NET_3_0;SERVICEMODEL_ACTIVATION_DEPENDENCY</DefineConstants>
4545
<ErrorReport>prompt</ErrorReport>
4646
<WarningLevel>4</WarningLevel>
4747
</PropertyGroup>
@@ -227,7 +227,6 @@
227227
<Compile Include="System.Collections.Generic\SynchronizedReadOnlyCollection.cs" />
228228
<Compile Include="System.IO\PipeException.cs" />
229229
<Compile Include="System.ServiceModel.Activation\AspNetIntegrationRequirementsAttribute.cs" />
230-
<Compile Include="System.ServiceModel.Activation\ServiceHostFactory.cs" />
231230
<Compile Include="System.ServiceModel.Activation\ServiceHostFactoryBase.cs" />
232231
<Compile Include="System.ServiceModel.Activation\VirtualPathExtension.cs" />
233232
<Compile Include="System.ServiceModel.Channels.Http\HttpChannelListener.cs" />
@@ -1087,6 +1086,11 @@
10871086
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
10881087
<Name>corlib-net_4_x</Name>
10891088
</ProjectReference>
1089+
<Reference Include="./../../../external/binary-reference-assemblies/v4.7.1/System.ServiceModel.Activation.dll">
1090+
<SpecificVersion>False</SpecificVersion>
1091+
<HintPath>./../../../external/binary-reference-assemblies/v4.7.1/System.ServiceModel.Activation.dll</HintPath>
1092+
<Private>False</Private>
1093+
</Reference>
10901094
<ProjectReference Include="../System/System-net_4_x.csproj">
10911095
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
10921096
<Name>System-net_4_x</Name>
@@ -1143,10 +1147,6 @@
11431147
<Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
11441148
<Name>System.Web-net_4_x</Name>
11451149
</ProjectReference>
1146-
<ProjectReference Include="../System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj">
1147-
<Project>{7A23227C-591B-4F80-9D62-4D0271073D82}</Project>
1148-
<Name>System.ServiceModel.Activation-net_4_x</Name>
1149-
</ProjectReference>
11501150
<ProjectReference Include="../System.Web.ApplicationServices/System.Web.ApplicationServices-net_4_x.csproj">
11511151
<Project>{928432BE-3518-4103-97F6-48B9658588A6}</Project>
11521152
<Name>System.Web.ApplicationServices-net_4_x</Name>

mcs/class/System.Web.Services/System.Web.Services-net_4_x.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@
254254
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
255255
<Name>corlib-net_4_x</Name>
256256
</ProjectReference>
257+
<Reference Include="./../../../external/binary-reference-assemblies/v4.7.1/System.Web.dll">
258+
<SpecificVersion>False</SpecificVersion>
259+
<HintPath>./../../../external/binary-reference-assemblies/v4.7.1/System.Web.dll</HintPath>
260+
<Private>False</Private>
261+
</Reference>
257262
<ProjectReference Include="../System/System-net_4_x.csproj">
258263
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
259264
<Name>System-net_4_x</Name>
@@ -270,13 +275,9 @@
270275
<Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
271276
<Name>System.Data-net_4_x</Name>
272277
</ProjectReference>
273-
<ProjectReference Include="../System.Web/System.Web-plainweb-net_4_x.csproj">
274-
<Project>{DE51B021-D51C-4F26-99EE-B0729D97631E}</Project>
275-
<Name>System.Web-plainweb-net_4_x</Name>
276-
</ProjectReference>
277-
<ProjectReference Include="../System.Design/System.Design-plaindesign-net_4_x.csproj">
278-
<Project>{DCE556E9-EF89-45F3-A51F-83D3C3E0FEF5}</Project>
279-
<Name>System.Design-plaindesign-net_4_x</Name>
278+
<ProjectReference Include="../System.Design/System.Design-net_4_x.csproj">
279+
<Project>{EFEDC380-2CB0-4B40-9566-D2302867A4D9}</Project>
280+
<Name>System.Design-net_4_x</Name>
280281
</ProjectReference>
281282
<ProjectReference Include="../System.DirectoryServices/System.DirectoryServices-net_4_x.csproj">
282283
<Project>{CC4F3F73-E0A6-49EE-8F7D-BD8B9F293A72}</Project>

0 commit comments

Comments
 (0)