Skip to content

Commit

Permalink
Rename Managed.Windows.Forms to System.Windows.Forms for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Mar 3, 2015
1 parent 837b034 commit ef380e3
Show file tree
Hide file tree
Showing 2,418 changed files with 138 additions and 141 deletions.
2 changes: 1 addition & 1 deletion mcs/build/library.make
Expand Up @@ -16,7 +16,7 @@

# All dependent libs become dependent dirs for parallel builds
# Have to rename to handle differences between assembly/directory names
DEP_LIBS=$(patsubst System.Xml,System.XML,$(patsubst System.Windows.Forms,Managed.Windows.Forms,$(LIB_REFS)))
DEP_LIBS=$(patsubst System.Xml,System.XML,$(LIB_REFS))

LIB_MCS_FLAGS += $(patsubst %,-r:%,$(LIB_REFS))

Expand Down
3 changes: 0 additions & 3 deletions mcs/build/rules.make
Expand Up @@ -193,9 +193,6 @@ endif
# Each directory's Makefile may define DEP_LIBS and DEP_DIRS to specify the libraries and
# directories it depends on.
#
# It would be nice to reduce the duplication between DEP_LIBS and LIB_MCS_FLAGS, but
# there are too many special cases
# (System.Windows.Forms/Managed.Windows.Forms,System.Xml/System.XML) etc.
ifneq ($(PROFILE_PARALLEL_SUBDIRS),)
dep_dirs = .dep_dirs-$(PROFILE)
$(dep_dirs):
Expand Down
Expand Up @@ -46,4 +46,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Mainsoft.Web/Tests/Tests.csproj
Expand Up @@ -109,4 +109,4 @@
<UserProperties REFS-JarPath-mainsoft-web="..\bin\Debug_Java20\Mainsoft.Web.jar" REFS-JarPath-nunit-framework="..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-system-web="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.Web.jar" REFS-JarPath-system-configuration="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.Configuration.jar" REFS-JarPath-rt="..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jre5\lib\rt.jar" REFS-JarPath-system-xml="..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.Xml.jar" REFS-JarPath-system-data="..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.Data.jar" REFS-JarPath-system="..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.jar" REFS-JarPath-mscorlib="..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\mscorlib.jar" />
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Makefile
Expand Up @@ -95,7 +95,7 @@ net_4_5_dirs := \
Accessibility \
Mono.WebBrowser \
System.Runtime.Serialization.Formatters.Soap \
Managed.Windows.Forms \
System.Windows.Forms \
Mono.Data.Sqlite \
System.Web.ApplicationServices \
System.Web \
Expand Down
Expand Up @@ -198,9 +198,9 @@
<Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
<ProjectReference Include="..\System.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
<Project>{EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
<Name>System.Windows.Forms\System.Windows.Forms-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_3_5.csproj">
<Project>{C3F8A358-9DA1-423C-8466-58AB30893EB0}</Project>
Expand Down
Expand Up @@ -205,7 +205,7 @@
<Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
<Name>System.Xml-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../Managed.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
<ProjectReference Include="../System.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
<Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>System.Windows.Forms-net_4_5</Name>
</ProjectReference>
Expand Down
Expand Up @@ -198,9 +198,9 @@
<Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
<ProjectReference Include="..\System.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
<Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
<Name>System.Windows.Forms\System.Windows.Forms-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-xbuild_12.csproj">
<Project>{4AEF77E9-BB34-44F2-9F35-64D11ECDE2A7}</Project>
Expand Down
Expand Up @@ -55,4 +55,4 @@
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -121,4 +121,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Microsoft.Build/Test/Microsoft.Build.Test.csproj
Expand Up @@ -60,4 +60,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Microsoft.Build/Test/Microsoft.Build.csproj
Expand Up @@ -140,4 +140,4 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Mono.C5/C5/C5.csproj
Expand Up @@ -120,4 +120,4 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Mono.C5/Test/nunit.csproj
Expand Up @@ -136,4 +136,4 @@
<VisualStudio>
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
Expand Up @@ -107,4 +107,4 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Mono.CSharp/Mono.CSharp.csproj
Expand Up @@ -262,4 +262,4 @@
<PropertyGroup>
<PreBuildEvent>"$(ProjectDir)..\..\jay\jay" -cvt &lt; "$(ProjectDir)..\..\jay\skeleton.cs" "$(ProjectDir)..\..\mcs\cs-parser.jay" &gt; "$(ProjectDir)cs-parser.cs"</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/Mono.Cecil/Mono.Cecil-SL.csproj
Expand Up @@ -197,4 +197,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
Expand Up @@ -247,4 +247,4 @@
</ItemGroup>

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -70,4 +70,4 @@
<PostBuildEvent>copy $(ProjectDir)\..\..\..\nunit20\\nunit-console\bin\Debug_Java20\*.dll $(TargetDir)
copy $(ProjectDir)\..\..\..\nunit20\\nunit-console\bin\Debug_Java20\*.exe $(TargetDir)</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/DbLinq.FbSql.Example.csproj 100755 → 100644
Expand Up @@ -72,4 +72,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -78,4 +78,4 @@
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/DbLinq.Mssql.Example.csproj 100755 → 100644
Expand Up @@ -77,4 +77,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/DbLinq.MySql.Example.csproj 100755 → 100644
Expand Up @@ -75,4 +75,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/DbLinq.Ora.Example.csproj 100755 → 100644
Expand Up @@ -67,4 +67,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -79,4 +79,4 @@
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -106,4 +106,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -221,4 +221,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Empty file.
Expand Up @@ -218,4 +218,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Empty file modified mcs/class/System.Data.Linq/src/DbLinq.MySql/DbLinq.MySql.csproj 100755 → 100644
Empty file.
Expand Up @@ -236,4 +236,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Empty file.
Expand Up @@ -213,4 +213,4 @@
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -213,4 +213,4 @@
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Empty file.
Expand Up @@ -214,4 +214,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -77,4 +77,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Expand Up @@ -228,4 +228,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -65,4 +65,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -218,4 +218,4 @@
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Empty file.
Expand Up @@ -227,4 +227,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono.csproj 100755 → 100644
Expand Up @@ -228,4 +228,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
Expand Up @@ -220,4 +220,4 @@
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbLinq/DbLinq.csproj
Expand Up @@ -306,4 +306,4 @@
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
Expand Up @@ -415,4 +415,4 @@
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test.csproj 100755 → 100644
Expand Up @@ -120,4 +120,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test_ndb_strict.csproj 100755 → 100644
Expand Up @@ -106,4 +106,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Empty file modified mcs/class/System.Data.Linq/src/DbMetal/SqlMetal.csproj 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test.csproj 100755 → 100644
Expand Up @@ -109,4 +109,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test_sqlite.csproj 100755 → 100644
Expand Up @@ -63,4 +63,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Data.Linq/src/DbMetal/Test/SqlMetal_test_sqlite.csproj 100755 → 100644
Expand Up @@ -63,4 +63,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Expand Up @@ -78,4 +78,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Expand Up @@ -60,4 +60,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Expand Up @@ -202,4 +202,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Expand Up @@ -437,4 +437,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
2 changes: 1 addition & 1 deletion mcs/class/System.Design/System.Design-net_4_5.csproj
Expand Up @@ -410,7 +410,7 @@
<Project>{B489C3DE-3ED3-4EDC-B42B-82B38E101857}</Project>
<Name>System.Web-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../Managed.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
<ProjectReference Include="../System.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
<Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>System.Windows.Forms-net_4_5</Name>
</ProjectReference>
Expand Down
4 changes: 2 additions & 2 deletions mcs/class/System.Design/System.Design-tests-net_4_5.csproj
Expand Up @@ -92,9 +92,9 @@
<Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
<Name>System.Drawing\System.Drawing-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
<ProjectReference Include="..\System.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
<Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
<Name>System.Windows.Forms\System.Windows.Forms-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand Down
Expand Up @@ -96,7 +96,7 @@
<Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
<Name>System.Drawing-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../Managed.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
<ProjectReference Include="../System.Windows.Forms/System.Windows.Forms-net_4_5.csproj">
<Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>System.Windows.Forms-net_4_5</Name>
</ProjectReference>
Expand Down

0 comments on commit ef380e3

Please sign in to comment.