1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

Renamed System.Collections.Generic to System.Collections

This commit is contained in:
Brian Fiete 2020-04-29 06:40:03 -07:00
parent 4cb9791845
commit dbd9b32e3f
281 changed files with 368 additions and 341 deletions

View file

@ -19,8 +19,8 @@ TargetName = "$(ProjectName)_d"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib Rpcrt4.lib Ole32.lib"
CLibType = "Dynamic"
BeefLibType = "DynamicDebug"
DebugCommandArguments = "-proddir=..\\..\\IDEHelper\\Tests -test"
DebugWorkingDirectory = "c:\\beef\\ide\\mintest"
DebugCommandArguments = "-proddir=c:\\Beef\\IDE\\mintest"
DebugWorkingDirectory = "c:\\beef\\ide"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["DEBUG", "CLI"]
@ -76,11 +76,11 @@ TargetName = ""
OtherLinkFlags = ""
[Configs.Debug2.Win64]
TargetDirectory = "$(WorkspaceDir)/dist"
TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
TargetName = "$(ProjectName)_d2"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib Rpcrt4.lib Ole32.lib"
CLibType = "DynamicDebug"
DebugCommandArguments = "-proddir=c:\\beef\\IDEHelper\\Tests -test"
DebugCommandArguments = "-proddir=c:\\temp\\Beef4 -run"
DebugWorkingDirectory = "c:\\beef\\IDE\\dist"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["DEBUG", "CLI"]
@ -99,8 +99,6 @@ BeefLibType = "Static"
CLibType = "Static"
BeefLibType = "Static"
[ProjectFolder]
[[ProjectFolder.Items]]
Type = "Folder"
Path = "../IDE/src"

View file

@ -3,7 +3,7 @@ using System;
using System.IO;
using System.Threading;
using System.Diagnostics;
using System.Collections.Generic;
using System.Collections;
using IDE.Util;
namespace BeefBuild

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;
using System.IO;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Reflection;
using System.Threading;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.events

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.events

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.events

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.events

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;

View file

@ -1,6 +1,6 @@
using System;
using System.Diagnostics;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.geom

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.geom

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.gfx

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.IO;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.utils;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.gfx

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.utils;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.gfx

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.gfx

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Reflection;
using Beefy.utils;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.res

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.sys

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;
using Beefy.widgets;

View file

@ -1,6 +1,6 @@
///
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;
using Beefy.theme;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy;
using Beefy.widgets;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Threading.Tasks;
using Beefy.theme.dark;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.utils

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.utils

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using System.Threading.Tasks;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.utils

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.utils

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Collections;
using System.Text;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
namespace Beefy.utils
{

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.widgets

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Reflection;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.widgets

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;
using System.Diagnostics;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.theme;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;
using Beefy.events;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using System.Threading;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
namespace Beefy.widgets

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.events;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.geom;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Reflection;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;

View file

@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using Beefy.theme;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.widgets;
using Beefy.theme;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using Beefy.events;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Diagnostics;
using Beefy.gfx;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using Beefy.gfx;
using Beefy.events;

View file

@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using System.Text;
using Beefy.gfx;

View file

@ -4,7 +4,7 @@ using System;
using System.Collections;
using System.Threading;
using System.Diagnostics;
using System.Collections.Generic;
using System.Collections;
namespace Hey.Dude.Bro
{

View file

@ -2,7 +2,7 @@
// of an open-sourcing initiative in 2014 of the C# core libraries.
// The original source was submitted to https://github.com/Microsoft/referencesource
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
namespace System
@ -22,7 +22,7 @@ namespace System
[Inline]
set
{
// We only allow reducing the length - consider using System.Collections.Generic.List<T> when dynamic sizing is required
// We only allow reducing the length - consider using System.Collections.List<T> when dynamic sizing is required
Runtime.Assert(value <= mLength);
mLength = (int_arsize)value;
}

View file

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections;
namespace System
{

Some files were not shown because too many files have changed in this diff Show more