From 05fa820b32e733fbf463e2a684649da500b4dac6 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Mon, 5 Mar 2012 10:05:18 +0000 Subject: [PATCH] Remove old dmcs project --- mcs/mcs/dmcs.csproj | 157 ----------------------------------------------- mcs/mcs/dmcs.exe.config | 6 -- mcs/mcs/dmcs.exe.sources | 56 ----------------- mcs/mcs/dmcs.sln | 20 ------ 4 files changed, 239 deletions(-) delete mode 100644 mcs/mcs/dmcs.csproj delete mode 100644 mcs/mcs/dmcs.exe.config delete mode 100644 mcs/mcs/dmcs.exe.sources delete mode 100644 mcs/mcs/dmcs.sln diff --git a/mcs/mcs/dmcs.csproj b/mcs/mcs/dmcs.csproj deleted file mode 100644 index b6015c4e882..00000000000 --- a/mcs/mcs/dmcs.csproj +++ /dev/null @@ -1,157 +0,0 @@ - - - - Debug - AnyCPU - 10.0.20506 - 2.0 - {D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56} - Exe - Properties - dmcs - dmcs - v4.0 - 512 - x86 - - - true - full - false - .\ - TRACE;DEBUG;NET_4_0;MS_COMPATIBLE - prompt - 4 - true - - - pdbonly - true - TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE - prompt - prompt - 4 - .\ - - - - - - - - - - CryptoConvert.cs - - - MonoSymbolFile.cs - - - MonoSymbolTable.cs - - - MonoSymbolWriter.cs - - - SourceMethodBuilder.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - outline.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mcs/mcs/dmcs.exe.config b/mcs/mcs/dmcs.exe.config deleted file mode 100644 index cab6cf8fa57..00000000000 --- a/mcs/mcs/dmcs.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/mcs/mcs/dmcs.exe.sources b/mcs/mcs/dmcs.exe.sources deleted file mode 100644 index f90e75a555f..00000000000 --- a/mcs/mcs/dmcs.exe.sources +++ /dev/null @@ -1,56 +0,0 @@ -AssemblyInfo.cs -anonymous.cs -argument.cs -assign.cs -assembly.cs -attribute.cs -cs-tokenizer.cs -cfold.cs -class.cs -codegen.cs -complete.cs -const.cs -constant.cs -convert.cs -context.cs -decl.cs -delegate.cs -doc.cs -driver.cs -dynamic.cs -ecore.cs -enum.cs -eval.cs -expression.cs -field.cs -flowanalysis.cs -generic.cs -import.cs -iterators.cs -lambda.cs -linq.cs -literal.cs -location.cs -membercache.cs -method.cs -modifiers.cs -namespace.cs -nullable.cs -parameter.cs -pending.cs -property.cs -reflection.cs -report.cs -settings.cs -module.cs -statement.cs -support.cs -typemanager.cs -typespec.cs -visit.cs -../class/Mono.CompilerServices.SymbolWriter/MonoSymbolFile.cs -../class/Mono.CompilerServices.SymbolWriter/MonoSymbolTable.cs -../class/Mono.CompilerServices.SymbolWriter/MonoSymbolWriter.cs -../class/corlib/Mono.Security.Cryptography/CryptoConvert.cs -../build/common/Consts.cs -../tools/monop/outline.cs diff --git a/mcs/mcs/dmcs.sln b/mcs/mcs/dmcs.sln deleted file mode 100644 index 2ea4ed44aae..00000000000 --- a/mcs/mcs/dmcs.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dmcs", "dmcs.csproj", "{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal -- 2.11.4.GIT