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
path: root/msvc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-11-12 02:40:56 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-11-12 02:40:56 +0300
commit6e7a101d5cabeaaa4aa1f8c2800fe6d79dfafc4e (patch)
treed5f1faff2769f27e09fb18849ffa5ea223aac3fc /msvc
parent77e4c08f6aff1415f97b1aac680b9dc5e8b72503 (diff)
Update README and order.xml file
svn path=/trunk/mono/; revision=146002
Diffstat (limited to 'msvc')
-rw-r--r--msvc/scripts/README40
-rw-r--r--msvc/scripts/order.xml3182
2 files changed, 1685 insertions, 1537 deletions
diff --git a/msvc/scripts/README b/msvc/scripts/README
index d6bbed27d21..a1bf2a3afc4 100644
--- a/msvc/scripts/README
+++ b/msvc/scripts/README
@@ -1,2 +1,42 @@
+
+The scripts in this directory are used to:
+
+ * Extract the order, compiler and compilation flags for all
+ managed code in Mono.
+
+ * Generate csproj files from the previous step
+
+ * Support the generated csproj file
+
+The idea is to ensure that we do not miss any compilation flag,
+define, resource, reference, icon or any other element that might be
+necessary to build the Mono class libraries.
+
+* Extracting the Compilation Metadata
+
+ The first step is to extract the compilation metadata from the
+ existing Makefiles. This is done in stages, first a fully
+ working Mono compilation setup is required, and second the data
+ is extracted.
+
+ The extraction is done like this, from the toplevel Mono
+ directory run:
+
+ make update-csproj
+
+ With this input, it is possible to generate an XML file, to do
+ this do:
+
+ make package-inputs
+
+ This will generate order.xml, this contains the ordered list in
+ which directories must be compiled as well as the command line
+ options used to build it.
+
+* Generate csproj files
+
+
+
+
To generate the "order" file, run the command: make csproj in the mcs directory on a fully
configured Mono setup (Linux or Cygwin)
diff --git a/msvc/scripts/order.xml b/msvc/scripts/order.xml
index d40d4511002..d9d9a9f4e4f 100644
--- a/msvc/scripts/order.xml
+++ b/msvc/scripts/order.xml
@@ -1,2712 +1,2820 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
- <project dir="mcs" library="mcs-basic">
+ <project dir="mcs" library="gmcs-basic">
<boot></boot>
- <mcs>mcs</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /noconfig</flags>
- <output>./../class/lib/basic/mcs.exe</output>
+ <mcs>gmcs</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig</flags>
+ <output>./../class/lib/basic/gmcs.exe</output>
<built_sources>cs-parser.cs</built_sources>
- <library_output>./../class/lib/basic/mcs.exe</library_output>
- <response>mcs.exe.sources</response>
+ <library_output>./../class/lib/basic/gmcs.exe</library_output>
+ <response>gmcs.exe.sources</response>
</project>
- <project dir="class/corlib" library="mscorlib-basic">
+ <project dir="class/corlib" library="corlib-basic">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../class/lib/basic/mcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
<output>mscorlib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/basic/mscorlib.dll</library_output>
+ <library_output>./../../class/lib/basic/tmp/mscorlib.dll</library_output>
<response>corlib.dll.sources</response>
</project>
<project dir="class/System" library="System-basic">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../class/lib/basic/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -d:XML_DEP -r:System.Xml.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/basic/System.dll</library_output>
+ <library_output>./../../class/lib/basic/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
<project dir="class/System.XML" library="System.Xml-basic">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../class/lib/basic/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
<output>System.Xml.dll</output>
<built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/basic/System.Xml.dll</library_output>
+ <library_output>./../../class/lib/basic/tmp/System.Xml.dll</library_output>
<response>System.Xml.dll.sources</response>
</project>
<project dir="class/System" library="System-basic">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../class/lib/basic/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -d:XML_DEP -r:System.Xml.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/basic/System.dll</library_output>
+ <library_output>./../../class/lib/basic/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="mcs" library="mcs-net_1_1_bootstrap">
- <boot></boot>
- <mcs>MONO_PATH=./../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../class/lib/basic/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig</flags>
- <output>./../class/lib/net_1_1_bootstrap/mcs.exe</output>
- <built_sources>cs-parser.cs</built_sources>
- <library_output>./../class/lib/net_1_1_bootstrap/mcs.exe</library_output>
- <response>mcs.exe.sources</response>
- </project>
- <project dir="class/corlib" library="mscorlib-net_1_1_bootstrap">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
- <output>mscorlib.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/mscorlib.dll</library_output>
- <response>corlib.dll.sources</response>
- </project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_1_1_bootstrap">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig /r:mscorlib.dll</flags>
- <output>Mono.CompilerServices.SymbolWriter.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/Mono.CompilerServices.SymbolWriter.dll</library_output>
- <response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
- </project>
- <project dir="class/System" library="System-net_1_1_bootstrap">
+ <project dir="class/Mono.Security" library="Mono.Security-basic">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
- <output>System.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/System.dll</library_output>
- <response>System.dll.sources</response>
- </project>
- <project dir="class/System.XML" library="System.Xml-net_1_1_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
- <output>System.Xml.dll</output>
- <built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/System.Xml.dll</library_output>
- <response>System.Xml.dll.sources</response>
- </project>
- <project dir="class/Mono.Security" library="Mono.Security-net_1_1_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -r:System.dll -unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig -r:System.dll -unsafe</flags>
<output>Mono.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/Mono.Security.dll</library_output>
+ <library_output>./../../class/lib/basic/tmp/Mono.Security.dll</library_output>
<response>Mono.Security.dll.sources</response>
</project>
- <project dir="class/System.Security" library="System.Security-net_1_1_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
- <output>System.Security.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/System.Security.dll</library_output>
- <response>System.Security.dll.sources</response>
- </project>
- <project dir="class/System.Configuration" library="dummy-System.Configuration-net_1_1_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
- <output>dummy-System.Configuration.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/dummy-System.Configuration.dll</library_output>
- <response>System.Configuration.dll.sources</response>
- </project>
- <project dir="class/System" library="System-net_1_1_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
- <output>System.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/System.dll</library_output>
- <response>System.dll.sources</response>
- </project>
- <project dir="class/PEAPI" library="PEAPI-net_1_1_bootstrap">
+ <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-basic">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig /r:mscorlib.dll /r:System.dll</flags>
- <output>PEAPI.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1_bootstrap/PEAPI.dll</library_output>
- <response>PEAPI.dll.sources</response>
- </project>
- <project dir="ilasm" library="ilasm-net_1_1_bootstrap">
- <boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 /lib:../class/lib/net_1_1_bootstrap /r:../class/lib/net_1_1_bootstrap/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig</flags>
- <output>./../class/lib/net_1_1_bootstrap/ilasm.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig /r:mscorlib.dll</flags>
+ <output>Mono.CompilerServices.SymbolWriter.dll</output>
<built_sources></built_sources>
- <library_output></library_output>
- <response>ilasm.exe.sources</response>
+ <library_output>./../../class/lib/basic/tmp/Mono.CompilerServices.SymbolWriter.dll</library_output>
+ <response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
</project>
- <project dir="tools/gacutil" library="gacutil-net_1_1_bootstrap">
+ <project dir="tools/gacutil" library="gacutil-basic">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig</flags>
- <output>./../../class/lib/net_1_1_bootstrap/gacutil.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_BASIC /noconfig</flags>
+ <output>./../../class/lib/basic/gacutil.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>gacutil.exe.sources</response>
</project>
- <project dir="tools/resgen" library="resgen-net_1_1_bootstrap">
+ <project dir="tools/resgen" library="resgen-net_2_0_bootstrap">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig</flags>
- <output>./../../class/lib/net_1_1_bootstrap/resgen.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../class/lib/basic/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0_bootstrap/resgen.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>resgen.exe.sources</response>
</project>
- <project dir="tools/culevel" library="culevel-net_1_1_bootstrap">
+ <project dir="tools/culevel" library="culevel-net_2_0_bootstrap">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 /noconfig</flags>
- <output>./../../class/lib/net_1_1_bootstrap/culevel.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../../class/lib/basic/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0_bootstrap/culevel.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>culevel.exe.sources</response>
</project>
- <project dir="mcs" library="mcs-net_1_1">
+ <project dir="mcs" library="gmcs-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_1_1_bootstrap: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_1_1_bootstrap/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../class/lib/net_1_1/mcs.exe</output>
+ <mcs>MONO_PATH=./../class/lib/basic: /cvs/mono/runtime/mono-wrapper ./../class/lib/basic/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../class/lib/net_2_0/gmcs.exe</output>
<built_sources>cs-parser.cs</built_sources>
- <library_output>./../class/lib/net_1_1/mcs.exe</library_output>
- <response>mcs.exe.sources</response>
+ <library_output>./../class/lib/net_2_0/gmcs.exe</library_output>
+ <response>gmcs.exe.sources</response>
</project>
- <project dir="class/corlib" library="mscorlib-net_1_1">
+ <project dir="class/corlib" library="corlib-net_2_0">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
<output>mscorlib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/mscorlib.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/mscorlib.dll</library_output>
<response>corlib.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_1_1">
+ <project dir="class/System" library="System-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.XML" library="System.Xml-net_1_1">
+ <project dir="class/System.XML" library="System.Xml-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -define:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.Xml.dll</output>
<built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_1_1/System.Xml.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Xml.dll</library_output>
<response>System.Xml.dll.sources</response>
</project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_1_1">
+ <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_2_0">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll</flags>
<output>Mono.CompilerServices.SymbolWriter.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.CompilerServices.SymbolWriter.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/Mono.CompilerServices.SymbolWriter.dll</library_output>
<response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
</project>
- <project dir="class/Mono.Security" library="Mono.Security-net_1_1">
+ <project dir="class/Mono.Posix" library="Mono.Posix-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618,612</flags>
+ <output>Mono.Posix.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.Posix.dll</library_output>
+ <response>Mono.Posix.dll.sources</response>
+ </project>
+ <project dir="class/System.Core" library="System.Core-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -d:NET_3_5 -nowarn:1720 -r:Mono.Posix -unsafe</flags>
+ <output>System.Core.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Core.dll</library_output>
+ <response>System.Core.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Security" library="Mono.Security-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -unsafe</flags>
<output>Mono.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Security.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/Mono.Security.dll</library_output>
<response>Mono.Security.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_1_1">
+ <project dir="class/System" library="System-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.Security" library="System.Security-net_1_1">
+ <project dir="class/System.Security" library="System.Security-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:Mono.Security.dll -nowarn:414 -d:SECURITY_DEP</flags>
<output>System.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Security.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Security.dll</library_output>
<response>System.Security.dll.sources</response>
</project>
- <project dir="class/System.Configuration" library="dummy-System.Configuration-net_1_1">
+ <project dir="class/System.Configuration" library="System.Configuration-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
- <output>dummy-System.Configuration.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
+ <output>System.Configuration.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/dummy-System.Configuration.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Configuration.dll</library_output>
<response>System.Configuration.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_1_1">
+ <project dir="class/System" library="System-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -d:XML_DEP -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.XML" library="System.Xml-net_1_1">
+ <project dir="class/System.XML" library="System.Xml-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -define:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.Xml.dll</output>
<built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_1_1/System.Xml.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Xml.dll</library_output>
<response>System.Xml.dll.sources</response>
</project>
- <project dir="class/I18N/Common" library="I18N-net_1_1">
+ <project dir="class/I18N/Common" library="I18N-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>I18N.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/I18N.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/tmp/I18N.dll</library_output>
<response>I18N.dll.sources</response>
</project>
- <project dir="class/I18N/West" library="I18N.West-net_1_1">
+ <project dir="class/I18N/West" library="I18N.West-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>I18N.West.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/I18N.West.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/tmp/I18N.West.dll</library_output>
<response>I18N.West.dll.sources</response>
</project>
- <project dir="class/I18N/MidEast" library="I18N.MidEast-net_1_1">
+ <project dir="class/I18N/MidEast" library="I18N.MidEast-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>I18N.MidEast.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/I18N.MidEast.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/tmp/I18N.MidEast.dll</library_output>
<response>I18N.MidEast.dll.sources</response>
</project>
- <project dir="class/I18N/Other" library="I18N.Other-net_1_1">
+ <project dir="class/I18N/Other" library="I18N.Other-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>I18N.Other.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/I18N.Other.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/tmp/I18N.Other.dll</library_output>
<response>I18N.Other.dll.sources</response>
</project>
- <project dir="class/I18N/Rare" library="I18N.Rare-net_1_1">
+ <project dir="class/I18N/Rare" library="I18N.Rare-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>I18N.Rare.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/I18N.Rare.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/tmp/I18N.Rare.dll</library_output>
<response>I18N.Rare.dll.sources</response>
</project>
- <project dir="class/I18N/CJK" library="I18N.CJK-net_1_1">
+ <project dir="class/I18N/CJK" library="I18N.CJK-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /r:mscorlib.dll /r:I18N.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /r:mscorlib.dll /r:I18N.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>I18N.CJK.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/I18N.CJK.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/tmp/I18N.CJK.dll</library_output>
<response>I18N.CJK.dll.sources</response>
</project>
- <project dir="class/System.Drawing" library="System.Drawing-net_1_1">
+ <project dir="class/System.Drawing" library="System.Drawing-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll -resource:Assembly/Mono.ico,Mono.ico -resource:Assembly/Information.ico,Information.ico -resource:Assembly/Error.ico,Error.ico -resource:Assembly/Warning.ico,Warning.ico -resource:Assembly/Question.ico,Question.ico</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll -resource:Assembly/Mono.ico,Mono.ico -resource:Assembly/Information.ico,Information.ico -resource:Assembly/Error.ico,Error.ico -resource:Assembly/Warning.ico,Warning.ico -resource:Assembly/Question.ico,Question.ico</flags>
<output>System.Drawing.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Drawing.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Drawing.dll</library_output>
<response>System.Drawing.dll.sources</response>
</project>
- <project dir="class/System.Transactions" library="dummy-System.Transactions-net_1_1">
+ <project dir="class/System.Transactions" library="System.Transactions-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
- <output>dummy-System.Transactions.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <output>System.Transactions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/dummy-System.Transactions.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Transactions.dll</library_output>
<response>System.Transactions.dll.sources</response>
</project>
- <project dir="class/System.EnterpriseServices" library="System.EnterpriseServices-net_1_1">
+ <project dir="class/System.EnterpriseServices" library="System.EnterpriseServices-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll /r:System.Transactions.dll</flags>
<output>System.EnterpriseServices.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.EnterpriseServices.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.EnterpriseServices.dll</library_output>
<response>System.EnterpriseServices.dll.sources</response>
</project>
- <project dir="class/Mono.C5" library="dummy-Mono.C5-net_1_1">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -nowarn:169</flags>
- <output>dummy-Mono.C5.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/dummy-Mono.C5.dll</library_output>
- <response>Mono.C5.dll.sources</response>
- </project>
- <project dir="class/Mono.Data.Tds" library="Mono.Data.Tds-net_1_1">
+ <project dir="class/Mono.Data.Tds" library="Mono.Data.Tds-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll</flags>
<output>Mono.Data.Tds.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Data.Tds.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Data.Tds.dll</library_output>
<response>Mono.Data.Tds.dll.sources</response>
</project>
- <project dir="class/System.Data" library="System.Data-net_1_1">
+ <project dir="class/System.Data" library="System.Data-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:649 -unsafe -r:mscorlib.dll -r:./../../class/lib/net_1_1/System.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:649 -unsafe -r:mscorlib.dll -r:./../../class/lib/net_2_0/System.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll -r:System.Configuration.dll -r:System.Transactions.dll</flags>
<output>System.Data.dll</output>
<built_sources>Mono.Data.SqlExpressions/Parser.cs</built_sources>
- <library_output>./../../class/lib/net_1_1/System.Data.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Data.dll</library_output>
<response>System.Data.dll.sources</response>
</project>
- <project dir="class/Mono.Data" library="Mono.Data-net_1_1">
+ <project dir="class/Mono.Data" library="Mono.Data-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
<output>Mono.Data.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Data.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Data.dll</library_output>
<response>Mono.Data.dll.sources</response>
</project>
- <project dir="class/Mono.GetOptions" library="Mono.GetOptions-net_1_1">
+ <project dir="class/Mono.GetOptions" library="Mono.GetOptions-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll -nowarn:618</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll -nowarn:618</flags>
<output>Mono.GetOptions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.GetOptions.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.GetOptions.dll</library_output>
<response>Mono.GetOptions.dll.sources</response>
</project>
- <project dir="class/Mono.Posix" library="Mono.Posix-net_1_1">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618,612</flags>
- <output>Mono.Posix.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Posix.dll</library_output>
- <response>Mono.Posix.dll.sources</response>
- </project>
- <project dir="class/Accessibility" library="Accessibility-net_1_1">
+ <project dir="class/Accessibility" library="Accessibility-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll</flags>
<output>Accessibility.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Accessibility.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Accessibility.dll</library_output>
<response>Accessibility.dll.sources</response>
</project>
- <project dir="class/Mono.WebBrowser" library="Mono.WebBrowser-net_1_1">
+ <project dir="class/Mono.WebBrowser" library="Mono.WebBrowser-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -debug+ -nowarn:108</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -debug+ -nowarn:108</flags>
<output>Mono.WebBrowser.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.WebBrowser.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.WebBrowser.dll</library_output>
<response>Mono.WebBrowser.dll.sources</response>
</project>
- <project dir="class/Managed.Windows.Forms" library="System.Windows.Forms-net_1_1">
+ <project dir="class/Managed.Windows.Forms" library="System.Windows.Forms-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll /r:Mono.WebBrowser @System.Windows.Forms.dll.resources -debug -nowarn:618,612,809</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll /r:Mono.WebBrowser @System.Windows.Forms.dll.resources -debug -nowarn:618,612,809 /r:System.Configuration.dll</flags>
<output>System.Windows.Forms.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Windows.Forms.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Windows.Forms.dll</library_output>
<response>System.Windows.Forms.dll.sources</response>
</project>
- <project dir="class/Mono.Data.Sqlite" library="Mono.Data.Sqlite-net_1_1">
+ <project dir="class/Mono.Data.Sqlite" library="Mono.Data.Sqlite-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll -d:MONO_BACKWARD_COMPAT</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll /r:System.Transactions.dll -resource:resources/SR.resources -resource:resources/SQLiteCommand.bmp -resource:resources/SQLiteConnection.bmp -resource:resources/SQLiteDataAdapter.bmp -d:SQLITE_STANDARD</flags>
<output>Mono.Data.Sqlite.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Data.Sqlite.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Data.Sqlite.dll</library_output>
<response>Mono.Data.Sqlite.dll.sources</response>
</project>
- <project dir="class/Mono.Data.SqliteClient" library="Mono.Data.SqliteClient-net_1_1">
+ <project dir="class/Mono.Data.SqliteClient" library="Mono.Data.SqliteClient-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll</flags>
<output>Mono.Data.SqliteClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Data.SqliteClient.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Data.SqliteClient.dll</library_output>
<response>Mono.Data.SqliteClient.dll.sources</response>
</project>
- <project dir="class/System.Web" library="System.Web-net_1_1">
+ <project dir="class/System.Web" library="System.Web-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll /resource:resources/WebUIValidation.js</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
<output>System.Web.dll</output>
<built_sources>System.Web/UplevelHelper.cs</built_sources>
- <library_output>./../../class/lib/net_1_1/System.Web.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Web.dll</library_output>
<response>System.Web.dll.sources</response>
</project>
- <project dir="class/Mono.Web" library="dummy-Mono.Web-net_1_1">
+ <project dir="class/Mono.Web" library="Mono.Web-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>dummy-Mono.Web.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll</flags>
+ <output>Mono.Web.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/dummy-Mono.Web.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Web.dll</library_output>
<response>Mono.Web.dll.sources</response>
</project>
- <project dir="class/System.Web.Services" library="System.Web.Services-net_1_1">
+ <project dir="class/System.Web.Services" library="System.Web.Services-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:649 -nowarn:169 -r:mscorlib.dll -r:System.dll -r:System.EnterpriseServices.dll -r:System.Xml.dll -r:System.Web.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:649 -nowarn:169 -r:mscorlib.dll -r:System.dll -r:System.EnterpriseServices.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll -resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd -resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd -resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd</flags>
<output>System.Web.Services.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Web.Services.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Web.Services.dll</library_output>
<response>System.Web.Services.dll.sources</response>
</project>
- <project dir="class/System.Web" library="System.Web-net_1_1">
+ <project dir="class/System.Web" library="System.Web-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll /resource:resources/WebUIValidation.js</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
<output>System.Web.dll</output>
<built_sources>System.Web/UplevelHelper.cs</built_sources>
- <library_output>./../../class/lib/net_1_1/System.Web.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Web.dll</library_output>
<response>System.Web.dll.sources</response>
</project>
- <project dir="class/System.Runtime.Serialization.Formatters.Soap" library="System.Runtime.Serialization.Formatters.Soap-net_1_1">
+ <project dir="class/System.Runtime.Serialization.Formatters.Soap" library="System.Runtime.Serialization.Formatters.Soap-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.Xml.dll</flags>
<output>System.Runtime.Serialization.Formatters.Soap.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Runtime.Serialization.Formatters.Soap.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll</library_output>
<response>System.Runtime.Serialization.Formatters.Soap.dll.sources</response>
</project>
- <project dir="class/System.Runtime.Remoting" library="System.Runtime.Remoting-net_1_1">
+ <project dir="class/System.Runtime.Remoting" library="System.Runtime.Remoting-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll</flags>
<output>System.Runtime.Remoting.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Runtime.Remoting.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Runtime.Remoting.dll</library_output>
<response>System.Runtime.Remoting.dll.sources</response>
</project>
- <project dir="class/System.Configuration.Install" library="System.Configuration.Install-net_1_1">
+ <project dir="class/System.Configuration.Install" library="System.Configuration.Install-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll</flags>
<output>System.Configuration.Install.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Configuration.Install.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Configuration.Install.dll</library_output>
<response>System.Configuration.Install.dll.sources</response>
</project>
- <project dir="class/System.Management" library="System.Management-net_1_1">
+ <project dir="class/System.Management" library="System.Management-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Configuration.Install.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Configuration.Install.dll</flags>
<output>System.Management.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Management.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Management.dll</library_output>
<response>System.Management.dll.sources</response>
</project>
- <project dir="class/Mono.Data.SybaseClient" library="Mono.Data.SybaseClient-net_1_1">
+ <project dir="class/Mono.Data.SybaseClient" library="Mono.Data.SybaseClient-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
<output>Mono.Data.SybaseClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Data.SybaseClient.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Data.SybaseClient.dll</library_output>
<response>Mono.Data.SybaseClient.dll.sources</response>
</project>
- <project dir="class/Mono.Data.TdsClient" library="Mono.Data.TdsClient-net_1_1">
+ <project dir="class/Mono.Data.TdsClient" library="Mono.Data.TdsClient-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
<output>Mono.Data.TdsClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Data.TdsClient.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Data.TdsClient.dll</library_output>
<response>Mono.Data.TdsClient.dll.sources</response>
</project>
- <project dir="class/System.Data.OracleClient" library="System.Data.OracleClient-net_1_1">
+ <project dir="class/System.Data.OracleClient" library="System.Data.OracleClient-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.EnterpriseServices.dll /r:System.Drawing.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.EnterpriseServices.dll /r:System.Drawing.dll</flags>
<output>System.Data.OracleClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Data.OracleClient.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Data.OracleClient.dll</library_output>
<response>System.Data.OracleClient.dll.sources</response>
</project>
- <project dir="class/Microsoft.VisualC" library="Microsoft.VisualC-net_1_1">
+ <project dir="class/Microsoft.VisualC" library="Microsoft.VisualC-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>Microsoft.VisualC.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Microsoft.VisualC.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Microsoft.VisualC.dll</library_output>
<response>Microsoft.VisualC.dll.sources</response>
</project>
- <project dir="class/Cscompmgd" library="cscompmgd-net_1_1">
+ <project dir="class/Cscompmgd" library="Cscompmgd-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>cscompmgd.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/cscompmgd.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/cscompmgd.dll</library_output>
<response>Cscompmgd.dll.sources</response>
</project>
- <project dir="class/System.Design" library="System.Design-net_1_1">
+ <project dir="class/System.Design" library="System.Design-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll</flags>
<output>System.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Design.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Design.dll</library_output>
<response>System.Design.dll.sources</response>
</project>
- <project dir="class/PEAPI" library="PEAPI-net_1_1">
+ <project dir="class/PEAPI" library="PEAPI-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>PEAPI.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/PEAPI.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/PEAPI.dll</library_output>
<response>PEAPI.dll.sources</response>
</project>
- <project dir="class/Npgsql" library="Npgsql-net_1_1">
+ <project dir="class/Npgsql" library="Npgsql-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources</flags>
<output>Npgsql.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Npgsql.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Npgsql.dll</library_output>
<response>Npgsql.dll.sources</response>
</project>
- <project dir="class/Compat.ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_1_1">
+ <project dir="class/Compat.ICSharpCode.SharpZipLib" library="Compat.ICSharpCode.SharpZipLib-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
<output>ICSharpCode.SharpZipLib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/compat/net_1_1/ICSharpCode.SharpZipLib.dll</library_output>
+ <library_output>./../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll</library_output>
<response>Compat.ICSharpCode.SharpZipLib.dll.sources</response>
</project>
- <project dir="class/ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_1_1">
+ <project dir="class/ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll</flags>
<output>ICSharpCode.SharpZipLib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/compat/net_1_1/ICSharpCode.SharpZipLib.dll</library_output>
- <response>Compat.ICSharpCode.SharpZipLib.dll.sources</response>
+ <library_output>./../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll</library_output>
+ <response>ICSharpCode.SharpZipLib.dll.sources</response>
</project>
- <project dir="class/Compat.ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_1_1">
+ <project dir="class/Compat.ICSharpCode.SharpZipLib" library="Compat.ICSharpCode.SharpZipLib-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
<output>ICSharpCode.SharpZipLib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/compat/net_1_1/ICSharpCode.SharpZipLib.dll</library_output>
+ <library_output>./../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll</library_output>
<response>Compat.ICSharpCode.SharpZipLib.dll.sources</response>
</project>
- <project dir="class/ByteFX.Data" library="ByteFX.Data-net_1_1">
+ <project dir="class/ByteFX.Data" library="ByteFX.Data-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Mono.Posix.dll /res:mysqlclient/Designers/command.bmp /res:mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.bmp</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Mono.Posix.dll /res:mysqlclient/Designers/command.bmp /res:mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.bmp</flags>
<output>ByteFX.Data.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/ByteFX.Data.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/ByteFX.Data.dll</library_output>
<response>ByteFX.Data.dll.sources</response>
</project>
- <project dir="class/Commons.Xml.Relaxng" library="Commons.Xml.Relaxng-net_1_1">
+ <project dir="class/Commons.Xml.Relaxng" library="Commons.Xml.Relaxng-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /resource:resources/relaxng.rng,relaxng.rng</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /resource:resources/relaxng.rng,relaxng.rng</flags>
<output>Commons.Xml.Relaxng.dll</output>
<built_sources>Commons.Xml.Relaxng.Rnc/RncParser.cs</built_sources>
- <library_output>./../../class/lib/net_1_1/Commons.Xml.Relaxng.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Commons.Xml.Relaxng.dll</library_output>
<response>Commons.Xml.Relaxng.dll.sources</response>
</project>
- <project dir="class/Novell.Directory.Ldap" library="Novell.Directory.Ldap-net_1_1">
+ <project dir="class/Novell.Directory.Ldap" library="Novell.Directory.Ldap-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 -r:mscorlib.dll -r:System.dll -r:Mono.Security.dll /res:Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 -r:mscorlib.dll -r:System.dll -r:Mono.Security.dll /res:Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources</flags>
<output>Novell.Directory.Ldap.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Novell.Directory.Ldap.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Novell.Directory.Ldap.dll</library_output>
<response>Novell.Directory.Ldap.dll.sources</response>
</project>
- <project dir="class/Mono.Security.Win32" library="Mono.Security.Win32-net_1_1">
+ <project dir="class/Mono.Security.Win32" library="Mono.Security.Win32-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe</flags>
<output>Mono.Security.Win32.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Security.Win32.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Security.Win32.dll</library_output>
<response>Mono.Security.Win32.dll.sources</response>
</project>
- <project dir="class/System.DirectoryServices" library="System.DirectoryServices-net_1_1">
+ <project dir="class/System.DirectoryServices" library="System.DirectoryServices-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll</flags>
<output>System.DirectoryServices.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.DirectoryServices.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.DirectoryServices.dll</library_output>
<response>System.DirectoryServices.dll.sources</response>
</project>
- <project dir="class/RabbitMQ.Client/src/client" library="RabbitMQ.Client-net_1_1">
+ <project dir="class/RabbitMQ.Client/src/client" library="RabbitMQ.Client-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Xml.dll</flags>
<output>RabbitMQ.Client.dll</output>
<built_sources></built_sources>
- <library_output>./../../../../class/lib/net_1_1/RabbitMQ.Client.dll</library_output>
+ <library_output>./../../../../class/lib/net_2_0/RabbitMQ.Client.dll</library_output>
<response>RabbitMQ.Client.dll.sources</response>
</project>
- <project dir="class/Mono.Messaging" library="Mono.Messaging-net_1_1">
+ <project dir="class/Mono.Messaging" library="Mono.Messaging-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Configuration</flags>
<output>Mono.Messaging.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Messaging.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Messaging.dll</library_output>
<response>Mono.Messaging.dll.sources</response>
</project>
- <project dir="class/System.Messaging" library="System.Messaging-net_1_1">
+ <project dir="class/System.Messaging" library="System.Messaging-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:System.Xml /r:Mono.Messaging.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:System.Xml /r:Mono.Messaging.dll</flags>
<output>System.Messaging.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Messaging.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Messaging.dll</library_output>
<response>System.Messaging.dll.sources</response>
</project>
- <project dir="class/Mono.Messaging.RabbitMQ" library="Mono.Messaging.RabbitMQ-net_1_1">
+ <project dir="class/Mono.Messaging.RabbitMQ" library="Mono.Messaging.RabbitMQ-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll /r:System.Messaging.dll /r:Mono.Messaging.dll /r:RabbitMQ.Client</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Messaging.dll /r:Mono.Messaging.dll /r:RabbitMQ.Client</flags>
<output>Mono.Messaging.RabbitMQ.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Messaging.RabbitMQ.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Messaging.RabbitMQ.dll</library_output>
<response>Mono.Messaging.RabbitMQ.dll.sources</response>
</project>
- <project dir="class/System.ServiceProcess" library="System.ServiceProcess-net_1_1">
+ <project dir="class/System.ServiceProcess" library="System.ServiceProcess-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll /r:System.Configuration.Install.dll /r:System.Windows.Forms.dll /nowarn:0618</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Configuration.Install.dll /r:System.Windows.Forms.dll /nowarn:0618</flags>
<output>System.ServiceProcess.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.ServiceProcess.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.ServiceProcess.dll</library_output>
<response>System.ServiceProcess.dll.sources</response>
</project>
- <project dir="class/System.Drawing.Design" library="System.Drawing.Design-net_1_1">
+ <project dir="class/System.Drawing.Design" library="System.Drawing.Design-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll</flags>
<output>System.Drawing.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Drawing.Design.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/System.Drawing.Design.dll</library_output>
<response>System.Drawing.Design.dll.sources</response>
</project>
- <project dir="class/System.Design" library="System.Design-net_1_1">
+ <project dir="class/System.Design" library="System.Design-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll</flags>
<output>System.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/System.Design.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Design.dll</library_output>
<response>System.Design.dll.sources</response>
</project>
- <project dir="class/Mono.Http" library="Mono.Http-net_1_1">
+ <project dir="class/Mono.Http" library="Mono.Http-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll -r:Mono.Security.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll -r:Mono.Security.dll</flags>
<output>Mono.Http.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Http.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Http.dll</library_output>
<response>Mono.Http.dll.sources</response>
</project>
- <project dir="class/Microsoft.Vsa" library="Microsoft.Vsa-net_1_1">
+ <project dir="class/Microsoft.Vsa" library="Microsoft.Vsa-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll</flags>
<output>Microsoft.Vsa.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Microsoft.Vsa.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Microsoft.Vsa.dll</library_output>
<response>Microsoft.Vsa.dll.sources</response>
</project>
- <project dir="class/Mono.Cairo" library="Mono.Cairo-net_1_1">
+ <project dir="class/Mono.Cairo" library="Mono.Cairo-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>Mono.Cairo.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Cairo.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Cairo.dll</library_output>
<response>Mono.Cairo.dll.sources</response>
</project>
- <project dir="class/IBM.Data.DB2" library="IBM.Data.DB2-net_1_1">
+ <project dir="class/IBM.Data.DB2" library="IBM.Data.DB2-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
<output>IBM.Data.DB2.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/IBM.Data.DB2.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/IBM.Data.DB2.dll</library_output>
<response>IBM.Data.DB2.dll.sources</response>
</project>
- <project dir="class/Microsoft.JScript" library="Microsoft.JScript-net_1_1">
+ <project dir="class/Microsoft.JScript" library="Microsoft.JScript-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -r:Microsoft.Vsa.dll -debug+</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:Microsoft.Vsa.dll -debug+</flags>
<output>Microsoft.JScript.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Microsoft.JScript.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Microsoft.JScript.dll</library_output>
<response>Microsoft.JScript.dll.sources</response>
</project>
- <project dir="class/CustomMarshalers" library="CustomMarshalers-net_1_1">
+ <project dir="class/CustomMarshalers" library="CustomMarshalers-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>CustomMarshalers.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/CustomMarshalers.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/CustomMarshalers.dll</library_output>
<response>CustomMarshalers.dll.sources</response>
</project>
- <project dir="class/OpenSystem.C" library="OpenSystem.C-net_1_1">
+ <project dir="class/OpenSystem.C" library="OpenSystem.C-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>OpenSystem.C.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/OpenSystem.C.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/OpenSystem.C.dll</library_output>
<response>OpenSystem.C.dll.sources</response>
</project>
- <project dir="class/FirebirdSql.Data.Firebird" library="FirebirdSql.Data.Firebird-net_1_1">
+ <project dir="class/Mono.Cecil" library="Mono.Cecil-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /d:LINUX /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing @FirebirdSql.Data.Firebird.dll.resources</flags>
- <output>FirebirdSql.Data.Firebird.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/FirebirdSql.Data.Firebird.dll</library_output>
- <response>FirebirdSql.Data.Firebird.dll.sources</response>
- </project>
- <project dir="class/Mono.Cecil" library="Mono.Cecil-net_1_1">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -keyfile:../mono.snk</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -keyfile:../mono.snk</flags>
<output>Mono.Cecil.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Cecil.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Cecil.dll</library_output>
<response>Mono.Cecil.dll.sources</response>
</project>
- <project dir="class/Mono.Cecil.Mdb" library="Mono.Cecil.Mdb-net_1_1">
+ <project dir="class/Mono.Cecil.Mdb" library="Mono.Cecil.Mdb-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:../mono.snk</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:../mono.snk</flags>
<output>Mono.Cecil.Mdb.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Cecil.Mdb.dll</library_output>
+ <library_output>./../../class/lib/net_2_0/Mono.Cecil.Mdb.dll</library_output>
<response>Mono.Cecil.Mdb.dll.sources</response>
</project>
- <project dir="nunit24/NUnit.Framework/framework" library="nunit.framework-net_1_1">
+ <project dir="class/Mono.Debugger.Soft" library="Mono.Debugger.Soft-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Mono.Cecil.dll /r:System.Core.dll /unsafe -D:MONO_DATACONVERTER_STATIC_METHODS -keyfile:../mono.snk</flags>
+ <output>Mono.Debugger.Soft.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.Debugger.Soft.dll</library_output>
+ <response>Mono.Debugger.Soft.dll.sources</response>
+ </project>
+ <project dir="class/SystemWebTestShim" library="SystemWebTestShim-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.Web.dll</flags>
+ <output>SystemWebTestShim.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/SystemWebTestShim.dll</library_output>
+ <response>SystemWebTestShim.dll.sources</response>
+ </project>
+ <project dir="class/Microsoft.Build.Framework" library="Microsoft.Build.Framework-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <output>Microsoft.Build.Framework.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Microsoft.Build.Framework.dll</library_output>
+ <response>Microsoft.Build.Framework.dll.sources</response>
+ </project>
+ <project dir="class/Microsoft.Build.Utilities" library="Microsoft.Build.Utilities-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Microsoft.Build.Framework.dll</flags>
+ <output>Microsoft.Build.Utilities.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Microsoft.Build.Utilities.dll</library_output>
+ <response>Microsoft.Build.Utilities.dll.sources</response>
+ </project>
+ <project dir="class/Microsoft.Build.Engine" library="Microsoft.Build.Engine-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll</flags>
+ <output>Microsoft.Build.Engine.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Microsoft.Build.Engine.dll</library_output>
+ <response>Microsoft.Build.Engine.dll.sources</response>
+ </project>
+ <project dir="class/Microsoft.Build.Tasks" library="Microsoft.Build.Tasks-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Core.dll /r:System.Xml.dll /r:System.Windows.Forms.dll /r:Microsoft.Build.Utilities.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Engine.dll</flags>
+ <output>Microsoft.Build.Tasks.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Microsoft.Build.Tasks.dll</library_output>
+ <response>Microsoft.Build.Tasks.dll.sources</response>
+ </project>
+ <project dir="class/System.Xml.Linq" library="System.Xml.Linq-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Core.dll -r:System.Xml.dll -d:NET_3_5 -nowarn:1720</flags>
+ <output>System.Xml.Linq.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Xml.Linq.dll</library_output>
+ <response>System.Xml.Linq.dll.sources</response>
+ </project>
+ <project dir="class/System.Runtime.Serialization" library="System.Runtime.Serialization-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:168,169,219,414 /r:System.dll /r:System.Xml.dll /r:System.Core.dll /resource:resources/mstypes.schema /d:NET_3_0 /r:System.Data.dll /r:System.Configuration.dll</flags>
+ <output>System.Runtime.Serialization.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Runtime.Serialization.dll</library_output>
+ <response>System.Runtime.Serialization.dll.sources</response>
+ </project>
+ <project dir="class/System.Data.DataSetExtensions" library="System.Data.DataSetExtensions-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll -r:System.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll -d:NET_3_5 -nowarn:1720</flags>
+ <output>System.Data.DataSetExtensions.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Data.DataSetExtensions.dll</library_output>
+ <response>System.Data.DataSetExtensions.dll.sources</response>
+ </project>
+ <project dir="class/System.Data.Linq" library="System.Data.Linq-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Runtime.Serialization.dll /d:MONO_STRICT /d:MONO_DEPLOY -d:NET_3_5 -nowarn:1720</flags>
+ <output>System.Data.Linq.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Data.Linq.dll</library_output>
+ <response>System.Data.Linq.dll.sources</response>
+ </project>
+ <project dir="class/System.Web" library="System.Web-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
+ <output>System.Web.dll</output>
+ <built_sources>System.Web/UplevelHelper.cs</built_sources>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Web.dll</library_output>
+ <response>System.Web.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Abstractions" library="System.Web.Abstractions-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Web.dll -d:NET_3_5</flags>
+ <output>System.Web.Abstractions.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Web.Abstractions.dll</library_output>
+ <response>System.Web.Abstractions.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Routing" library="System.Web.Routing-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Web.dll /r:System.Web.Abstractions.dll -d:NET_3_5 -d:SYSTEMCORE_DEP</flags>
+ <output>System.Web.Routing.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Web.Routing.dll</library_output>
+ <response>System.Web.Routing.dll.sources</response>
+ </project>
+ <project dir="class/System.IdentityModel" library="System.IdentityModel-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /d:NET_3_0 /r:System.dll /r:System.Xml.dll /r:System.Security.dll /r:System.Web.dll /r:Mono.Security.dll /r:System.Runtime.Serialization.dll</flags>
+ <output>System.IdentityModel.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.IdentityModel.dll</library_output>
+ <response>System.IdentityModel.dll.sources</response>
+ </project>
+ <project dir="class/System.IdentityModel.Selectors" library="System.IdentityModel.Selectors-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /d:NET_3_0 /r:System.dll /r:System.Xml.dll /r:System.Security.dll /r:System.Runtime.Serialization.dll /r:System.IdentityModel.dll</flags>
+ <output>System.IdentityModel.Selectors.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.IdentityModel.Selectors.dll</library_output>
+ <response>System.IdentityModel.Selectors.dll.sources</response>
+ </project>
+ <project dir="class/System.ServiceModel" library="System.ServiceModel-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:414,169,67,3005,436,219,618 /unsafe /r:System.dll /r:System.Xml.dll /r:System.Core.dll /r:System.Runtime.Serialization.dll /resource:resources/WS-Addressing.schema /resource:resources/ws-addr.xsd /d:NET_3_0 /r:System.Configuration.dll /r:System.Data.dll /r:System.Security.dll /r:System.IdentityModel.dll /r:System.IdentityModel.Selectors.dll /r:System.Transactions.dll /r:System.Messaging.dll /r:System.Web.dll /r:System.Web.Services.dll /r:Mono.Security.dll</flags>
+ <output>System.ServiceModel.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.ServiceModel.dll</library_output>
+ <response>System.ServiceModel.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Extensions" library="System.Web.Extensions-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -define:NET_3_5 -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Core.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Data.Linq.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll -r:System.ServiceModel.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js</flags>
+ <output>System.Web.Extensions.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Web.Extensions.dll</library_output>
+ <response>System.Web.Extensions.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Extensions.Design" library="System.Web.Extensions.Design-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -define:NET_3_5 -r:System.dll -r:System.Design.dll</flags>
+ <output>System.Web.Extensions.Design.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Web.Extensions.Design.dll</library_output>
+ <response>System.Web.Extensions.Design.dll.sources</response>
+ </project>
+ <project dir="class/System.ComponentModel.DataAnnotations" library="System.ComponentModel.DataAnnotations-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Data.dll /r:System.Xml.dll -d:NET_3_5</flags>
+ <output>System.ComponentModel.DataAnnotations.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.ComponentModel.DataAnnotations.dll</library_output>
+ <response>System.ComponentModel.DataAnnotations.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.DynamicData" library="System.Web.DynamicData-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.ComponentModel.DataAnnotations.dll /r:System.Data.dll /r:System.Data.Linq.dll /r:System.Drawing.dll /r:System.Web.dll /r:System.Web.Extensions.dll /r:System.Web.Abstractions.dll /r:System.Web.Routing.dll -d:NET_3_5</flags>
+ <output>System.Web.DynamicData.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Web.DynamicData.dll</library_output>
+ <response>System.Web.DynamicData.dll.sources</response>
+ </project>
+ <project dir="class/System.ServiceModel.Web" library="System.ServiceModel.Web-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll -d:NET_3_5 -d:NET_3_0 -r:System.Configuration.dll -r:System.Web.Extensions.dll</flags>
+ <output>System.ServiceModel.Web.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.ServiceModel.Web.dll</library_output>
+ <response>System.ServiceModel.Web.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Mvc" library="System.Web.Mvc-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Configuration.dll /r:System.Data.dll /r:System.Xml.dll /r:System.Web.dll /r:System.Web.Abstractions.dll /r:System.Web.Routing.dll /r:System.Web.Extensions.dll -d:NET_3_5 -d:MONO</flags>
+ <output>System.Web.Mvc.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/tmp/System.Web.Mvc.dll</library_output>
+ <response>System.Web.Mvc.dll.sources</response>
+ </project>
+ <project dir="class/Mono.C5" library="Mono.C5-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -nowarn:169</flags>
+ <output>Mono.C5.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.C5.dll</library_output>
+ <response>Mono.C5.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Management" library="Mono.Management-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Mono.Posix.dll</flags>
+ <output>Mono.Management.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/tmp/Mono.Management.dll</library_output>
+ <response>Mono.Management.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Options" library="Mono.Options-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <output>Mono.Options.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.Options.dll</library_output>
+ <response>Mono.Options.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Simd" library="Mono.Simd-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll /unsafe</flags>
+ <output>Mono.Simd.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.Simd.dll</library_output>
+ <response>Mono.Simd.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Tasklets" library="Mono.Tasklets-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>Mono.Tasklets.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.Tasklets.dll</library_output>
+ <response>Mono.Tasklets.dll.sources</response>
+ </project>
+ <project dir="class/WindowsBase" library="WindowsBase-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -r:System -r:System.Xml -d:NET_3_0</flags>
+ <output>WindowsBase.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/WindowsBase.dll</library_output>
+ <response>WindowsBase.dll.sources</response>
+ </project>
+ <project dir="class/System.Data.Services" library="System.Data.Services-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Core.dll -r:System.ServiceModel.dll -r:System.ServiceModel.Web.dll -keyfile:../mono.snk</flags>
+ <output>System.Data.Services.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/System.Data.Services.dll</library_output>
+ <response>System.Data.Services.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Extensions_1.0" library="System.Web.Extensions_1.0-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js</flags>
+ <output>System.Web.Extensions.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/compat/net_2_0/System.Web.Extensions.dll</library_output>
+ <response>System.Web.Extensions_1.0.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Extensions.Design_1.0" library="System.Web.Extensions.Design_1.0-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Design.dll</flags>
+ <output>System.Web.Extensions.Design.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/compat/net_2_0/System.Web.Extensions.Design.dll</library_output>
+ <response>System.Web.Extensions.Design_1.0.dll.sources</response>
+ </project>
+ <project dir="nunit24/NUnit.Framework/framework" library="NUnit.Framework-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
<output>nunit.framework.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.framework.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.framework.dll</library_output>
<response>NUnit.Framework.dll.sources</response>
</project>
- <project dir="nunit24/NUnitCore/interfaces" library="nunit.core.interfaces-net_1_1">
+ <project dir="nunit24/NUnitCore/interfaces" library="nunit.core.interfaces-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>nunit.core.interfaces.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.core.interfaces.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.core.interfaces.dll</library_output>
<response>nunit.core.interfaces.dll.sources</response>
</project>
- <project dir="nunit20/NUnitCore/core" library="nunit.core-net_1_1">
+ <project dir="nunit20/NUnitCore/core" library="nunit.core-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>nunit.core.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.core.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.core.dll</library_output>
<response>nunit.core.dll.sources</response>
</project>
- <project dir="nunit24/ClientUtilities/util" library="nunit.util-net_1_1">
+ <project dir="nunit24/ClientUtilities/util" library="nunit.util-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /resource:Transform.resources,NUnit.Util.Transform.resources -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:System.dll -r:System.Xml.dll -r:System.Runtime.Remoting.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /resource:Transform.resources,NUnit.Util.Transform.resources -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:System.dll -r:System.Xml.dll -r:System.Runtime.Remoting.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>nunit.util.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.util.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.util.dll</library_output>
<response>nunit.util.dll.sources</response>
</project>
- <project dir="nunit24/NUnitMocks/mocks" library="nunit.mocks-net_1_1">
+ <project dir="nunit24/NUnitMocks/mocks" library="nunit.mocks-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>nunit.mocks.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.mocks.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.mocks.dll</library_output>
<response>nunit.mocks.dll.sources</response>
</project>
- <project dir="nunit24/NUnitExtensions/framework" library="nunit.framework.extensions-net_1_1">
+ <project dir="nunit24/NUnitExtensions/framework" library="nunit.framework.extensions-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
<output>nunit.framework.extensions.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.framework.extensions.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.framework.extensions.dll</library_output>
<response>nunit.framework.extensions.dll.sources</response>
</project>
- <project dir="nunit24/NUnitExtensions/core" library="nunit.core.extensions-net_1_1">
+ <project dir="nunit24/NUnitExtensions/core" library="nunit.core.extensions-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -debug /r:nunit.core.dll /r:nunit.core.interfaces.dll /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:nunit.core.dll /r:nunit.core.interfaces.dll /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
<output>nunit.core.extensions.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit.core.extensions.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit.core.extensions.dll</library_output>
<response>nunit.core.extensions.dll.sources</response>
</project>
- <project dir="nunit24/ConsoleRunner/nunit-console" library="nunit-console-runner-net_1_1">
+ <project dir="nunit24/ConsoleRunner/nunit-console" library="nunit-console-runner-net_2_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll -r:System.dll -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll -r:System.dll -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
<output>nunit-console-runner.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_1_1/nunit-console-runner.dll</library_output>
+ <library_output>./../../../class/lib/net_2_0/nunit-console-runner.dll</library_output>
<response>nunit-console-runner.dll.sources</response>
</project>
- <project dir="nunit24/ConsoleRunner/nunit-console-exe" library="nunit-console-net_1_1">
+ <project dir="nunit24/ConsoleRunner/nunit-console-exe" library="nunit-console-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll /r:nunit-console-runner.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../../class/lib/net_1_1/nunit-console.exe</output>
+ <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll /r:nunit-console-runner.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../../class/lib/net_2_0/nunit-console.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>nunit-console.exe.sources</response>
</project>
- <project dir="ilasm" library="ilasm-net_1_1">
+ <project dir="ilasm" library="ilasm-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /lib:../class/lib/net_1_1 /r:../class/lib/net_1_1/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../class/lib/net_1_1/ilasm.exe</output>
+ <mcs>MONO_PATH=./../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /lib:../class/lib/net_2_0 /r:../class/lib/net_2_0/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../class/lib/net_2_0/ilasm.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>ilasm.exe.sources</response>
</project>
- <project dir="tools/al" library="al-net_1_1">
+ <project dir="tools/al" library="al-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/al.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/al.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>al.exe.sources</response>
</project>
- <project dir="tools/cilc" library="cilc-net_1_1">
+ <project dir="tools/compiler-tester" library="compiler-tester-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Posix.dll -resource:res-Makefile -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>cilc.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/compiler-tester.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>cilc.exe.sources</response>
+ <response>compiler-tester.exe.sources</response>
+ </project>
+ <project dir="tools/linker" library="monolinker-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:./../../class/lib/net_2_0/Mono.Cecil.dll /r:System.Xml.dll -keyfile:../../class/mono.snk -resource:Descriptors/mscorlib.xml -resource:Descriptors/System.xml -resource:Descriptors/System.Drawing.xml -resource:Descriptors/System.Web.xml -resource:Descriptors/Mono.Posix.xml -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/monolinker.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>monolinker.exe.sources</response>
+ </project>
+ <project dir="tools/tuner" library="Mono.Tuner-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.dll -r:System.Xml.dll -r:./../../class/lib/net_2_0/monolinker.exe -r:./../../class/lib/net_2_0/Mono.Cecil.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>Mono.Tuner.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/Mono.Tuner.dll</library_output>
+ <response>Mono.Tuner.dll.sources</response>
+ </project>
+ <project dir="tools/csharplib" library="Mono.CSharp-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -d:GMCS_SOURCE -r:System -r:System.Xml -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>Mono.CSharp.dll</output>
+ <built_sources></built_sources>
+ <library_output>fixup/net_2_0/Mono.CSharp.dll</library_output>
+ <response>Mono.CSharp.dll.sources</response>
</project>
- <project dir="tools/culevel" library="culevel-net_1_1">
+ <project dir="tools/csharp" library="csharp-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:./../../class/lib/net_2_0/Mono.CSharp.dll -r:./../../class/lib/net_2_0/Mono.Posix.dll -r:Mono.Management.dll -unsafe -nowarn:3021 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/csharp.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>csharp.exe.sources</response>
+ </project>
+ <project dir="tools/culevel" library="culevel-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/culevel.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/culevel.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>culevel.exe.sources</response>
</project>
- <project dir="tools/ictool" library="ictool-net_1_1">
+ <project dir="tools/gacutil" library="gacutil-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>ictool.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/gacutil.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>ictool.exe.sources</response>
+ <response>gacutil.exe.sources</response>
+ </project>
+ <project dir="tools/genxs" library="genxs-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/genxs.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>genxs.exe.sources</response>
+ </project>
+ <project dir="tools/mkbundle" library="mkbundle-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Posix.dll -r:ICSharpCode.SharpZipLib.dll -resource:template.c -resource:template_z.c -resource:template_main.c -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/mkbundle.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>mkbundle.exe.sources</response>
</project>
- <project dir="tools/mono-xsd" library="xsd-net_1_1">
+ <project dir="tools/monop" library="monop-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/xsd.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/monop.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>monop.exe.sources</response>
+ </project>
+ <project dir="tools/mono-service" library="mono-service-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.ServiceProcess.dll -r:Mono.Posix.dll -unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/mono-service.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>mono-service.exe.sources</response>
+ </project>
+ <project dir="tools/mono-xsd" library="xsd-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/xsd.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>xsd.exe.sources</response>
</project>
- <project dir="tools/wsdl" library="wsdl-net_1_1">
+ <project dir="tools/monodoc" library="monodoc-net_2_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /codepage:utf8 /nowarn:169,164,162,168,219 /r:Commons.Xml.Relaxng /resource:Resources/base.css,base.css /resource:Resources/ecmaspec-html-css.xsl,ecmaspec-html-css.xsl /resource:Resources/ecmaspec-html.xsl,ecmaspec-html.xsl /resource:Resources/ecmaspec.css,ecmaspec.css /resource:Resources/helper.js,helper.js /resource:Resources/home.html,home.html /resource:Resources/Lminus.gif,Lminus.gif /resource:Resources/Lplus.gif,Lplus.gif /resource:Resources/mdoc-html-format.xsl,mdoc-html-format.xsl /resource:Resources/mdoc-html-utils.xsl,mdoc-html-utils.xsl /resource:Resources/mdoc-sections-css.xsl,mdoc-sections-css.xsl /resource:Resources/mdoc-sections.xsl,mdoc-sections.xsl /resource:Resources/mono-ecma-css.xsl,mono-ecma-css.xsl /resource:Resources/mono-ecma-impl.xsl,mono-ecma-impl.xsl /resource:Resources/mono-ecma.css,mono-ecma.css /resource:Resources/mono-ecma.xsl,mono-ecma.xsl /r:ICSharpCode.SharpZipLib /r:mscorlib.dll /r:System.dll /r:System.Web /r:System.Web.Services /r:System.Xml.dll</flags>
+ <output>monodoc.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_2_0/monodoc.dll</library_output>
+ <response>monodoc.dll.sources</response>
+ </project>
+ <project dir="tools/resgen" library="resgen-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/wsdl.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/resgen.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>wsdl.exe.sources</response>
+ <response>resgen.exe.sources</response>
</project>
- <project dir="tools/genxs" library="genxs-net_1_1">
+ <project dir="tools/wsdl" library="wsdl-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/genxs.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_2_0/wsdl.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>genxs.exe.sources</response>
+ <response>wsdl.exe.sources</response>
</project>
- <project dir="tools/disco" library="disco-net_1_1">
+ <project dir="tools/cilc" library="cilc-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>disco.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Posix.dll -resource:res-Makefile -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>cilc.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>disco.exe.sources</response>
+ <response>cilc.exe.sources</response>
</project>
- <project dir="tools/soapsuds" library="soapsuds-net_1_1">
+ <project dir="tools/mono-xmltool" library="mono-xmltool-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Runtime.Remoting.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>soapsuds.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mono-xmltool.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>soapsuds.exe.sources</response>
+ <response>mono-xmltool.exe.sources</response>
</project>
- <project dir="tools/browsercaps-updater" library="browsercaps-updater-net_1_1">
+ <project dir="tools/xbuild" library="xbuild-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>browsercaps-updater.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Microsoft.Build.Framework.dll -r:Microsoft.Build.Utilities.dll -r:Microsoft.Build.Engine.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>xbuild.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>browsercaps-updater.exe.sources</response>
+ <response>xbuild.exe.sources</response>
</project>
- <project dir="tools/monop" library="monop-net_1_1">
+ <project dir="tools/mdoc" library="mdoc-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/monop.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /resource:../monodoc/Resources/mdoc-html-format.xsl,mdoc-html-format.xsl /resource:../monodoc/Resources/mdoc-html-utils.xsl,mdoc-html-utils.xsl /resource:../monodoc/Resources/mdoc-sections-css.xsl,mdoc-sections-css.xsl /resource:../monodoc/Resources/mono-ecma-css.xsl,mono-ecma-css.xsl /resource:Resources/defaulttemplate.xsl,defaulttemplate.xsl /resource:Resources/monodoc-ecma.xsd,monodoc-ecma.xsd /resource:Resources/overview.xsl,overview.xsl /resource:Resources/stylesheet.xsl,stylesheet.xsl /r:System.Web.dll /r:ICSharpCode.SharpZipLib.dll /r:./../../class/lib/net_2_0/monodoc.dll /r:./../../class/lib/net_2_0/Mono.Cecil.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mdoc.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>monop.exe.sources</response>
+ <response>mdoc.exe.sources</response>
</project>
- <project dir="tools/gacutil" library="gacutil-net_1_1">
+ <project dir="tools/mono-shlib-cop" library="mono-shlib-cop-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/gacutil.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Posix.dll -r:Mono.GetOptions.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mono-shlib-cop.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>gacutil.exe.sources</response>
+ <response>mono-shlib-cop.exe.sources</response>
</project>
- <project dir="tools/linker" library="monolinker-net_1_1">
+ <project dir="tools/sgen" library="sgen-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:Mono.Cecil.dll /r:System.Xml.dll -keyfile:../../class/mono.snk -resource:Descriptors/mscorlib.xml -resource:Descriptors/System.xml -resource:Descriptors/System.Drawing.xml -resource:Descriptors/System.Web.xml -resource:Descriptors/Mono.Posix.xml -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/monolinker.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>sgen.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>monolinker.exe.sources</response>
+ <response>sgen.exe.sources</response>
</project>
- <project dir="tools/tuner" library="Mono.Tuner-net_1_1">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:./../../class/lib/net_1_1/monolinker.exe -r:Mono.Cecil.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>Mono.Tuner.dll</output>
+ <project dir="tools/mconfig" library="mconfig-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mconfig.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/Mono.Tuner.dll</library_output>
- <response>Mono.Tuner.dll.sources</response>
+ <library_output></library_output>
+ <response>mconfig.exe.sources</response>
</project>
- <project dir="tools/cil-strip" library="mono-cil-strip-net_1_1">
+ <project dir="tools/installutil" library="installutil-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:Mono.Cecil.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>mono-cil-strip.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Configuration.Install -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>installutil.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mono-cil-strip.exe.sources</response>
+ <response>installutil.exe.sources</response>
</project>
- <project dir="tools/resgen" library="resgen-net_1_1">
+ <project dir="tools/nunitreport" library="nunitreport-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/resgen.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>nunitreport.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>resgen.exe.sources</response>
+ <response>nunitreport.exe.sources</response>
</project>
- <project dir="tools/macpack" library="macpack-net_1_1">
+ <project dir="tools/pdb2mdb" library="pdb2mdb-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /resource:LOADER /resource:PLIST -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>macpack.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:./../../class/lib/net_2_0/Mono.Cecil.dll /r:Mono.CompilerServices.SymbolWriter.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>pdb2mdb.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>macpack.exe.sources</response>
+ <response>pdb2mdb.exe.sources</response>
</project>
- <project dir="tools/mkbundle" library="mkbundle-net_1_1">
+ <project dir="tools/SqlSharp" library="sqlsharp-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Posix.dll -r:ICSharpCode.SharpZipLib.dll -resource:template.c -resource:template_z.c -resource:template_main.c -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/mkbundle.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.dll -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>sqlsharp.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mkbundle.exe.sources</response>
+ <response>sqlsharp.exe.sources</response>
</project>
- <project dir="tools/dtd2rng" library="dtd2rng-net_1_1">
+ <project dir="tools/sqlmetal" library="sqlmetal-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>dtd2rng.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -d:MONO_STRICT -keyfile:../../class/System.Data.Linq/src/DbMetal/../DbLinq.snk -resource:../../class/System.Data.Linq/src/DbMetal/Language/EnglishWords.txt,DbMetal.Language.EnglishWords.txt -resource:../../class/System.Data.Linq/src/DbMetal/Language/FrenchWords.txt,DbMetal.Language.FrenchWords.txt -resource:../../class/System.Data.Linq/src/DbMetal/Language/GermanWords.txt,DbMetal.Language.GermanWords.txt -r:System.Configuration -r:System.Core -r:System.Data -r:System.Data.Linq -r:System.Xml -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>sqlmetal.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>dtd2rng.exe.sources</response>
+ <response>sqlmetal.exe.sources</response>
</project>
- <project dir="tools/dtd2xsd" library="dtd2xsd-net_1_1">
+ <project dir="tools/svcutil" library="svcutil-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>dtd2xsd.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.GetOptions.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>svcutil.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>dtd2xsd.exe.sources</response>
+ <response>svcutil.exe.sources</response>
</project>
- <project dir="tools/mjs" library="mjs-net_1_1">
+ <project dir="tools/ictool" library="ictool-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:Microsoft.JScript.dll /r:Microsoft.Vsa.dll /debug+ -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>mjs.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>ictool.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mjs.exe.sources</response>
+ <response>ictool.exe.sources</response>
</project>
- <project dir="tools/prj2make" library="prj2make-net_1_1">
+ <project dir="tools/disco" library="disco-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.GetOptions.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>prj2make.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>disco.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>prj2make.exe.sources</response>
+ <response>disco.exe.sources</response>
</project>
- <project dir="tools/mono-service" library="mono-service-net_1_1">
+ <project dir="tools/soapsuds" library="soapsuds-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.ServiceProcess.dll -r:Mono.Posix.dll -unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/mono-service.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Runtime.Remoting.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>soapsuds.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mono-service.exe.sources</response>
+ <response>soapsuds.exe.sources</response>
</project>
- <project dir="tools/monodoc" library="monodoc-net_1_1">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /codepage:utf8 /nowarn:169,164,162,168,219 /r:Commons.Xml.Relaxng /resource:Resources/base.css,base.css /resource:Resources/ecmaspec-html-css.xsl,ecmaspec-html-css.xsl /resource:Resources/ecmaspec-html.xsl,ecmaspec-html.xsl /resource:Resources/ecmaspec.css,ecmaspec.css /resource:Resources/helper.js,helper.js /resource:Resources/home.html,home.html /resource:Resources/Lminus.gif,Lminus.gif /resource:Resources/Lplus.gif,Lplus.gif /resource:Resources/mdoc-html-utils.xsl,mdoc-html-utils.xsl /resource:Resources/mdoc-sections-css.xsl,mdoc-sections-css.xsl /resource:Resources/mdoc-sections.xsl,mdoc-sections.xsl /resource:Resources/mono-ecma-css.xsl,mono-ecma-css.xsl /resource:Resources/mono-ecma-impl.xsl,mono-ecma-impl.xsl /resource:Resources/mono-ecma.css,mono-ecma.css /resource:Resources/mono-ecma.xsl,mono-ecma.xsl /r:ICSharpCode.SharpZipLib /r:mscorlib.dll /r:System.dll /r:System.Web /r:System.Web.Services /r:System.Xml.dll</flags>
- <output>monodoc.dll</output>
+ <project dir="tools/browsercaps-updater" library="browsercaps-updater-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>browsercaps-updater.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_1_1/monodoc.dll</library_output>
- <response>monodoc.dll.sources</response>
+ <library_output></library_output>
+ <response>browsercaps-updater.exe.sources</response>
</project>
- <project dir="tools/mod" library="mod-net_1_1">
+ <project dir="tools/cil-strip" library="mono-cil-strip-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 /r:./../../class/lib/net_1_1/monodoc.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>mod.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:Mono.Cecil.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mono-cil-strip.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mod.exe.sources</response>
+ <response>mono-cil-strip.exe.sources</response>
</project>
- <project dir="tools/compiler-tester" library="compiler-tester-net_1_1">
+ <project dir="tools/macpack" library="macpack-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_1_1/compiler-tester.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /resource:LOADER /resource:PLIST -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>macpack.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>compiler-tester.exe.sources</response>
+ <response>macpack.exe.sources</response>
</project>
- <project dir="tools/installvst" library="installvst-net_1_1">
+ <project dir="tools/dtd2rng" library="dtd2rng-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>installvst.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>dtd2rng.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>installvst.exe.sources</response>
+ <response>dtd2rng.exe.sources</response>
</project>
- <project dir="tools/installutil" library="installutil-net_1_1">
+ <project dir="tools/dtd2xsd" library="dtd2xsd-net_2_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_1_1: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_1_1/mcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Configuration.Install -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig</flags>
- <output>installutil.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>dtd2xsd.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>installutil.exe.sources</response>
+ <response>dtd2xsd.exe.sources</response>
</project>
- <project dir="class/corlib" library="mscorlib-net_2_0_bootstrap">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
- <output>mscorlib.dll</output>
+ <project dir="tools/mjs" library="mjs-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:Microsoft.JScript.dll /r:Microsoft.Vsa.dll /debug+ -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mjs.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/mscorlib.dll</library_output>
- <response>corlib.dll.sources</response>
+ <library_output></library_output>
+ <response>mjs.exe.sources</response>
</project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_2_0_bootstrap">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig /r:mscorlib.dll</flags>
- <output>Mono.CompilerServices.SymbolWriter.dll</output>
+ <project dir="tools/prj2make" library="prj2make-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.GetOptions.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>prj2make.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/Mono.CompilerServices.SymbolWriter.dll</library_output>
- <response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
+ <library_output></library_output>
+ <response>prj2make.exe.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0_bootstrap/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
- <output>System.dll</output>
+ <project dir="tools/mod" library="mod-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 /r:./../../class/lib/net_2_0/monodoc.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>mod.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.dll</library_output>
- <response>System.dll.sources</response>
+ <library_output></library_output>
+ <response>mod.exe.sources</response>
</project>
- <project dir="class/System.XML" library="System.Xml-net_2_0_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -define:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
- <output>System.Xml.dll</output>
- <built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.Xml.dll</library_output>
- <response>System.Xml.dll.sources</response>
+ <project dir="tools/installvst" library="installvst-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>installvst.exe</output>
+ <built_sources></built_sources>
+ <library_output></library_output>
+ <response>installvst.exe.sources</response>
</project>
- <project dir="class/Mono.Security" library="Mono.Security-net_2_0_bootstrap">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:System.dll -unsafe</flags>
- <output>Mono.Security.dll</output>
+ <project dir="tools/lc" library="lc-net_2_0">
+ <boot></boot>
+ <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <output>lc.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/Mono.Security.dll</library_output>
- <response>Mono.Security.dll.sources</response>
+ <library_output></library_output>
+ <response>lc.exe.sources</response>
</project>
- <project dir="class/System.Security" library="System.Security-net_2_0_bootstrap">
+ <project dir="class/Microsoft.Build.Framework" library="Microsoft.Build.Framework-net_3_5">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:Mono.Security.dll -nowarn:414</flags>
- <output>System.Security.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <output>Microsoft.Build.Framework.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.Security.dll</library_output>
- <response>System.Security.dll.sources</response>
+ <library_output>./../../class/lib/net_3_5/Microsoft.Build.Framework.dll</library_output>
+ <response>Microsoft.Build.Framework.dll.sources</response>
</project>
- <project dir="class/System.Configuration" library="System.Configuration-net_2_0_bootstrap">
+ <project dir="class/Microsoft.Build.Utilities" library="Microsoft.Build.Utilities-net_3_5">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
- <output>System.Configuration.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Microsoft.Build.Framework.dll</flags>
+ <output>Microsoft.Build.Utilities.v3.5.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.Configuration.dll</library_output>
- <response>System.Configuration.dll.sources</response>
+ <library_output>./../../class/lib/net_3_5/Microsoft.Build.Utilities.v3.5.dll</library_output>
+ <response>Microsoft.Build.Utilities.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0_bootstrap">
+ <project dir="class/Microsoft.Build.Engine" library="Microsoft.Build.Engine-net_3_5">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0_bootstrap/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
- <output>System.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll</flags>
+ <output>Microsoft.Build.Engine.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.dll</library_output>
- <response>System.dll.sources</response>
+ <library_output>./../../class/lib/net_3_5/Microsoft.Build.Engine.dll</library_output>
+ <response>Microsoft.Build.Engine.dll.sources</response>
</project>
- <project dir="class/PEAPI" library="PEAPI-net_2_0_bootstrap">
+ <project dir="class/Microsoft.Build.Tasks" library="Microsoft.Build.Tasks-net_3_5">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
- <output>PEAPI.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Core.dll /r:System.Xml.dll /r:System.Windows.Forms.dll /r:Microsoft.Build.Utilities.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Engine.dll</flags>
+ <output>Microsoft.Build.Tasks.v3.5.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/PEAPI.dll</library_output>
- <response>PEAPI.dll.sources</response>
+ <library_output>./../../class/lib/net_3_5/Microsoft.Build.Tasks.v3.5.dll</library_output>
+ <response>Microsoft.Build.Tasks.dll.sources</response>
</project>
- <project dir="ilasm" library="ilasm-net_2_0_bootstrap">
- <boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 /lib:../class/lib/net_2_0_bootstrap /r:../class/lib/net_2_0_bootstrap/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig</flags>
- <output>./../class/lib/net_2_0_bootstrap/ilasm.exe</output>
+ <project dir="class/System.Web.Extensions.Design" library="System.Web.Extensions.Design-net_3_5">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig -define:NET_3_5 -r:System.dll -r:System.Design.dll</flags>
+ <output>System.Web.Extensions.Design.dll</output>
<built_sources></built_sources>
- <library_output></library_output>
- <response>ilasm.exe.sources</response>
+ <library_output>./../../class/lib/net_3_5/System.Web.Extensions.Design.dll</library_output>
+ <response>System.Web.Extensions.Design.dll.sources</response>
</project>
- <project dir="tools/resgen" library="resgen-net_2_0_bootstrap">
+ <project dir="mcs" library="dmcs-net_4_0_bootstrap">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0_bootstrap/resgen.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>resgen.exe.sources</response>
+ <mcs>MONO_PATH=./../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_2_0/gmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig</flags>
+ <output>./../class/lib/net_4_0_bootstrap/dmcs.exe</output>
+ <built_sources>cs-parser.cs</built_sources>
+ <library_output>./../class/lib/net_4_0_bootstrap/dmcs.exe</library_output>
+ <response>dmcs.exe.sources</response>
</project>
- <project dir="class/corlib" library="mscorlib-net_2_0_bootstrap">
+ <project dir="class/corlib" library="corlib-net_4_0_bootstrap">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
<output>mscorlib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/mscorlib.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/mscorlib.dll</library_output>
<response>corlib.dll.sources</response>
</project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_2_0_bootstrap">
+ <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_4_0_bootstrap">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig /r:mscorlib.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig /r:mscorlib.dll</flags>
<output>Mono.CompilerServices.SymbolWriter.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/Mono.CompilerServices.SymbolWriter.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/Mono.CompilerServices.SymbolWriter.dll</library_output>
<response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0_bootstrap">
+ <project dir="class/System" library="System-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0_bootstrap/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -d:XML_DEP -r:System.Xml.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.XML" library="System.Xml-net_2_0_bootstrap">
+ <project dir="class/System.XML" library="System.Xml-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -define:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
<output>System.Xml.dll</output>
<built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.Xml.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/System.Xml.dll</library_output>
<response>System.Xml.dll.sources</response>
</project>
- <project dir="class/Mono.Security" library="Mono.Security-net_2_0_bootstrap">
+ <project dir="class/Mono.Security" library="Mono.Security-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:System.dll -unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -r:System.dll -unsafe</flags>
<output>Mono.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/Mono.Security.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/Mono.Security.dll</library_output>
<response>Mono.Security.dll.sources</response>
</project>
- <project dir="class/System.Security" library="System.Security-net_2_0_bootstrap">
+ <project dir="class/System.Security" library="System.Security-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:Mono.Security.dll -nowarn:414</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:Mono.Security.dll -nowarn:414</flags>
<output>System.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.Security.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/System.Security.dll</library_output>
<response>System.Security.dll.sources</response>
</project>
- <project dir="class/System.Configuration" library="System.Configuration-net_2_0_bootstrap">
+ <project dir="class/System.Configuration" library="System.Configuration-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
<output>System.Configuration.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.Configuration.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/System.Configuration.dll</library_output>
<response>System.Configuration.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0_bootstrap">
+ <project dir="class/System" library="System-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0_bootstrap/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -d:XML_DEP -r:System.Xml.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/System.dll</library_output>
+ <library_output>./../../class/lib/net_4_0_bootstrap/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/PEAPI" library="PEAPI-net_2_0_bootstrap">
+ <project dir="class/Mono.Posix" library="Mono.Posix-net_4_0_bootstrap">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
- <output>PEAPI.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618,612</flags>
+ <output>Mono.Posix.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0_bootstrap/PEAPI.dll</library_output>
- <response>PEAPI.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0_bootstrap/Mono.Posix.dll</library_output>
+ <response>Mono.Posix.dll.sources</response>
</project>
- <project dir="ilasm" library="ilasm-net_2_0_bootstrap">
+ <project dir="class/System.Core" library="System.Core-net_4_0_bootstrap">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -d:NET_3_5 -nowarn:1720 -d:CODEPLEX_40 -r:Mono.Posix -unsafe</flags>
+ <output>System.Core.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0_bootstrap/System.Core.dll</library_output>
+ <response>./../../build/deps/net_4_0_bootstrap_System.Core.dll.sources</response>
+ </project>
+ <project dir="tools/resgen" library="resgen-net_4_0_bootstrap">
<boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 /lib:../class/lib/net_2_0_bootstrap /r:../class/lib/net_2_0_bootstrap/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig</flags>
- <output>./../class/lib/net_2_0_bootstrap/ilasm.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0_bootstrap/resgen.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>ilasm.exe.sources</response>
+ <response>resgen.exe.sources</response>
</project>
- <project dir="tools/resgen" library="resgen-net_2_0_bootstrap">
+ <project dir="tools/culevel" library="culevel-net_4_0_bootstrap">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0_bootstrap/resgen.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0_bootstrap/culevel.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>resgen.exe.sources</response>
+ <response>culevel.exe.sources</response>
</project>
- <project dir="mcs" library="gmcs-net_2_0">
+ <project dir="mcs" library="dmcs-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_2_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_2_0_bootstrap/gmcs.exe</mcs>
- <flags>/codepage:65001 -d:GMCS_SOURCE -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../class/lib/net_2_0/gmcs.exe</output>
+ <mcs>MONO_PATH=./../class/lib/net_4_0_bootstrap: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_4_0_bootstrap/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../class/lib/net_4_0/dmcs.exe</output>
<built_sources>cs-parser.cs</built_sources>
- <library_output>./../class/lib/net_2_0/gmcs.exe</library_output>
- <response>gmcs.exe.sources</response>
+ <library_output>./../class/lib/net_4_0/dmcs.exe</library_output>
+ <response>dmcs.exe.sources</response>
</project>
- <project dir="class/corlib" library="mscorlib-net_2_0">
+ <project dir="class/corlib" library="corlib-net_4_0">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
<output>mscorlib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/mscorlib.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/mscorlib.dll</library_output>
<response>corlib.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0">
+ <project dir="class/System" library="System-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_4_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.XML" library="System.Xml-net_2_0">
+ <project dir="class/System.XML" library="System.Xml-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -define:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
<output>System.Xml.dll</output>
<built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/System.Xml.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Xml.dll</library_output>
<response>System.Xml.dll.sources</response>
</project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_2_0">
+ <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_4_0">
<boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll</flags>
<output>Mono.CompilerServices.SymbolWriter.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/Mono.CompilerServices.SymbolWriter.dll</library_output>
<response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
</project>
- <project dir="class/Mono.Security" library="Mono.Security-net_2_0">
+ <project dir="class/Mono.Posix" library="Mono.Posix-net_4_0">
+ <boot>true</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618,612</flags>
+ <output>Mono.Posix.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/Mono.Posix.dll</library_output>
+ <response>Mono.Posix.dll.sources</response>
+ </project>
+ <project dir="class/System.Core" library="System.Core-net_4_0">
+ <boot>true</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -d:NET_3_5 -nowarn:1720 -d:CODEPLEX_40 -r:Mono.Posix -unsafe</flags>
+ <output>System.Core.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.Core.dll</library_output>
+ <response>./../../build/deps/net_4_0_System.Core.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Security" library="Mono.Security-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -unsafe</flags>
<output>Mono.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Security.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/Mono.Security.dll</library_output>
<response>Mono.Security.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0">
+ <project dir="class/System" library="System-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_4_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.Security" library="System.Security-net_2_0">
+ <project dir="class/System.Security" library="System.Security-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:Mono.Security.dll -nowarn:414</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:Mono.Security.dll -nowarn:414 -d:SECURITY_DEP</flags>
<output>System.Security.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Security.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Security.dll</library_output>
<response>System.Security.dll.sources</response>
</project>
- <project dir="class/System.Configuration" library="System.Configuration-net_2_0">
+ <project dir="class/System.Configuration" library="System.Configuration-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll</flags>
<output>System.Configuration.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Configuration.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Configuration.dll</library_output>
<response>System.Configuration.dll.sources</response>
</project>
- <project dir="class/System" library="System-net_2_0">
+ <project dir="class/System" library="System-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_4_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
<output>System.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.dll</library_output>
<response>System.dll.sources</response>
</project>
- <project dir="class/System.XML" library="System.Xml-net_2_0">
+ <project dir="class/System.XML" library="System.Xml-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -define:CONFIGURATION_DEP -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642</flags>
<output>System.Xml.dll</output>
<built_sources>System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/System.Xml.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Xml.dll</library_output>
<response>System.Xml.dll.sources</response>
</project>
- <project dir="class/I18N/Common" library="I18N-net_2_0">
+ <project dir="class/I18N/Common" library="I18N-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>I18N.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/I18N.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/tmp/I18N.dll</library_output>
<response>I18N.dll.sources</response>
</project>
- <project dir="class/I18N/West" library="I18N.West-net_2_0">
+ <project dir="class/I18N/West" library="I18N.West-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>I18N.West.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/I18N.West.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/tmp/I18N.West.dll</library_output>
<response>I18N.West.dll.sources</response>
</project>
- <project dir="class/I18N/MidEast" library="I18N.MidEast-net_2_0">
+ <project dir="class/I18N/MidEast" library="I18N.MidEast-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>I18N.MidEast.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/I18N.MidEast.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/tmp/I18N.MidEast.dll</library_output>
<response>I18N.MidEast.dll.sources</response>
</project>
- <project dir="class/I18N/Other" library="I18N.Other-net_2_0">
+ <project dir="class/I18N/Other" library="I18N.Other-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>I18N.Other.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/I18N.Other.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/tmp/I18N.Other.dll</library_output>
<response>I18N.Other.dll.sources</response>
</project>
- <project dir="class/I18N/Rare" library="I18N.Rare-net_2_0">
+ <project dir="class/I18N/Rare" library="I18N.Rare-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>I18N.Rare.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/I18N.Rare.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/tmp/I18N.Rare.dll</library_output>
<response>I18N.Rare.dll.sources</response>
</project>
- <project dir="class/I18N/CJK" library="I18N.CJK-net_2_0">
+ <project dir="class/I18N/CJK" library="I18N.CJK-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /r:mscorlib.dll /r:I18N.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /r:mscorlib.dll /r:I18N.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>I18N.CJK.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/I18N.CJK.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/tmp/I18N.CJK.dll</library_output>
<response>I18N.CJK.dll.sources</response>
</project>
- <project dir="class/System.Drawing" library="System.Drawing-net_2_0">
+ <project dir="class/System.Drawing" library="System.Drawing-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll -resource:Assembly/Mono.ico,Mono.ico -resource:Assembly/Information.ico,Information.ico -resource:Assembly/Error.ico,Error.ico -resource:Assembly/Warning.ico,Warning.ico -resource:Assembly/Question.ico,Question.ico</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll -resource:Assembly/Mono.ico,Mono.ico -resource:Assembly/Information.ico,Information.ico -resource:Assembly/Error.ico,Error.ico -resource:Assembly/Warning.ico,Warning.ico -resource:Assembly/Question.ico,Question.ico</flags>
<output>System.Drawing.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Drawing.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Drawing.dll</library_output>
<response>System.Drawing.dll.sources</response>
</project>
- <project dir="class/System.Transactions" library="System.Transactions-net_2_0">
+ <project dir="class/System.Transactions" library="System.Transactions-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>System.Transactions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Transactions.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Transactions.dll</library_output>
<response>System.Transactions.dll.sources</response>
</project>
- <project dir="class/System.EnterpriseServices" library="System.EnterpriseServices-net_2_0">
+ <project dir="class/System.EnterpriseServices" library="System.EnterpriseServices-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll /r:System.Transactions.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll /r:System.Transactions.dll</flags>
<output>System.EnterpriseServices.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.EnterpriseServices.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.EnterpriseServices.dll</library_output>
<response>System.EnterpriseServices.dll.sources</response>
</project>
- <project dir="class/Mono.C5" library="Mono.C5-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -nowarn:169</flags>
- <output>Mono.C5.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.C5.dll</library_output>
- <response>Mono.C5.dll.sources</response>
- </project>
- <project dir="class/Mono.Data.Tds" library="Mono.Data.Tds-net_2_0">
+ <project dir="class/Mono.Data.Tds" library="Mono.Data.Tds-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll</flags>
<output>Mono.Data.Tds.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Data.Tds.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Data.Tds.dll</library_output>
<response>Mono.Data.Tds.dll.sources</response>
</project>
- <project dir="class/System.Data" library="System.Data-net_2_0">
+ <project dir="class/System.Data" library="System.Data-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:649 -unsafe -r:mscorlib.dll -r:./../../class/lib/net_2_0/System.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll -r:System.Configuration.dll -r:System.Transactions.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -nowarn:649 -unsafe -r:mscorlib.dll -r:./../../class/lib/net_4_0/System.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll -r:System.Configuration.dll -r:System.Transactions.dll</flags>
<output>System.Data.dll</output>
<built_sources>Mono.Data.SqlExpressions/Parser.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/System.Data.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Data.dll</library_output>
<response>System.Data.dll.sources</response>
</project>
- <project dir="class/Mono.Data" library="Mono.Data-net_2_0">
+ <project dir="class/Mono.Data" library="Mono.Data-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
<output>Mono.Data.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Data.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Data.dll</library_output>
<response>Mono.Data.dll.sources</response>
</project>
- <project dir="class/Mono.GetOptions" library="Mono.GetOptions-net_2_0">
+ <project dir="class/Mono.GetOptions" library="Mono.GetOptions-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll -nowarn:618</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll -nowarn:618</flags>
<output>Mono.GetOptions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.GetOptions.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.GetOptions.dll</library_output>
<response>Mono.GetOptions.dll.sources</response>
</project>
- <project dir="class/Mono.Posix" library="Mono.Posix-net_2_0">
+ <project dir="class/Accessibility" library="Accessibility-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618,612</flags>
- <output>Mono.Posix.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Posix.dll</library_output>
- <response>Mono.Posix.dll.sources</response>
- </project>
- <project dir="class/Accessibility" library="Accessibility-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll</flags>
<output>Accessibility.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Accessibility.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Accessibility.dll</library_output>
<response>Accessibility.dll.sources</response>
</project>
- <project dir="class/Mono.WebBrowser" library="Mono.WebBrowser-net_2_0">
+ <project dir="class/Mono.WebBrowser" library="Mono.WebBrowser-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -debug+ -nowarn:108</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -debug+ -nowarn:108</flags>
<output>Mono.WebBrowser.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.WebBrowser.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.WebBrowser.dll</library_output>
<response>Mono.WebBrowser.dll.sources</response>
</project>
- <project dir="class/Managed.Windows.Forms" library="System.Windows.Forms-net_2_0">
+ <project dir="class/Managed.Windows.Forms" library="System.Windows.Forms-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll /r:Mono.WebBrowser @System.Windows.Forms.dll.resources -debug -nowarn:618,612,809 /r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll /r:Mono.WebBrowser @System.Windows.Forms.dll.resources -debug -nowarn:618,612,809 /r:System.Configuration.dll</flags>
<output>System.Windows.Forms.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Windows.Forms.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Windows.Forms.dll</library_output>
<response>System.Windows.Forms.dll.sources</response>
</project>
- <project dir="class/Mono.Data.Sqlite" library="Mono.Data.Sqlite-net_2_0">
+ <project dir="class/Mono.Data.Sqlite" library="Mono.Data.Sqlite-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll /r:System.Transactions.dll -resource:resources/SR.resources -d:MONO_BACKWARD_COMPAT</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll /r:System.Transactions.dll -resource:resources/SR.resources -resource:resources/SQLiteCommand.bmp -resource:resources/SQLiteConnection.bmp -resource:resources/SQLiteDataAdapter.bmp -d:SQLITE_STANDARD</flags>
<output>Mono.Data.Sqlite.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Data.Sqlite.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Data.Sqlite.dll</library_output>
<response>Mono.Data.Sqlite.dll.sources</response>
</project>
- <project dir="class/Mono.Data.SqliteClient" library="Mono.Data.SqliteClient-net_2_0">
+ <project dir="class/Mono.Data.SqliteClient" library="Mono.Data.SqliteClient-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll</flags>
<output>Mono.Data.SqliteClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Data.SqliteClient.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Data.SqliteClient.dll</library_output>
<response>Mono.Data.SqliteClient.dll.sources</response>
</project>
- <project dir="class/System.Web" library="System.Web-net_2_0">
+ <project dir="class/System.Web" library="System.Web-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
<output>System.Web.dll</output>
<built_sources>System.Web/UplevelHelper.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.dll</library_output>
- <response>System.Web.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Web.dll</library_output>
+ <response>./../../build/deps/net_4_0_System.Web.dll.sources</response>
</project>
- <project dir="class/Mono.Web" library="Mono.Web-net_2_0">
+ <project dir="class/Mono.Web" library="Mono.Web-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll</flags>
<output>Mono.Web.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Web.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Web.dll</library_output>
<response>Mono.Web.dll.sources</response>
</project>
- <project dir="class/System.Web.Services" library="System.Web.Services-net_2_0">
+ <project dir="class/System.Web.Services" library="System.Web.Services-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:649 -nowarn:169 -r:mscorlib.dll -r:System.dll -r:System.EnterpriseServices.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll -resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd -resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd -resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -nowarn:649 -nowarn:169 -r:mscorlib.dll -r:System.dll -r:System.EnterpriseServices.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll -resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd -resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd -resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd</flags>
<output>System.Web.Services.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Services.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Web.Services.dll</library_output>
<response>System.Web.Services.dll.sources</response>
</project>
- <project dir="class/System.Web" library="System.Web-net_2_0">
+ <project dir="class/System.Web" library="System.Web-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
<output>System.Web.dll</output>
<built_sources>System.Web/UplevelHelper.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.dll</library_output>
- <response>System.Web.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Web.dll</library_output>
+ <response>./../../build/deps/net_4_0_System.Web.dll.sources</response>
</project>
- <project dir="class/System.Runtime.Serialization.Formatters.Soap" library="System.Runtime.Serialization.Formatters.Soap-net_2_0">
+ <project dir="class/System.Runtime.Serialization.Formatters.Soap" library="System.Runtime.Serialization.Formatters.Soap-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.Xml.dll</flags>
<output>System.Runtime.Serialization.Formatters.Soap.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Runtime.Serialization.Formatters.Soap.dll</library_output>
<response>System.Runtime.Serialization.Formatters.Soap.dll.sources</response>
</project>
- <project dir="class/System.Runtime.Remoting" library="System.Runtime.Remoting-net_2_0">
+ <project dir="class/System.Runtime.Remoting" library="System.Runtime.Remoting-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll</flags>
<output>System.Runtime.Remoting.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Runtime.Remoting.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Runtime.Remoting.dll</library_output>
<response>System.Runtime.Remoting.dll.sources</response>
</project>
- <project dir="class/System.Configuration.Install" library="System.Configuration.Install-net_2_0">
+ <project dir="class/System.Configuration.Install" library="System.Configuration.Install-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll</flags>
<output>System.Configuration.Install.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Configuration.Install.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Configuration.Install.dll</library_output>
<response>System.Configuration.Install.dll.sources</response>
</project>
- <project dir="class/System.Management" library="System.Management-net_2_0">
+ <project dir="class/System.Management" library="System.Management-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Configuration.Install.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Configuration.Install.dll</flags>
<output>System.Management.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Management.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Management.dll</library_output>
<response>System.Management.dll.sources</response>
</project>
- <project dir="class/Mono.Data.SybaseClient" library="Mono.Data.SybaseClient-net_2_0">
+ <project dir="class/Mono.Data.SybaseClient" library="Mono.Data.SybaseClient-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
<output>Mono.Data.SybaseClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Data.SybaseClient.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Data.SybaseClient.dll</library_output>
<response>Mono.Data.SybaseClient.dll.sources</response>
</project>
- <project dir="class/Mono.Data.TdsClient" library="Mono.Data.TdsClient-net_2_0">
+ <project dir="class/Mono.Data.TdsClient" library="Mono.Data.TdsClient-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll</flags>
<output>Mono.Data.TdsClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Data.TdsClient.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Data.TdsClient.dll</library_output>
<response>Mono.Data.TdsClient.dll.sources</response>
</project>
- <project dir="class/System.Data.OracleClient" library="System.Data.OracleClient-net_2_0">
+ <project dir="class/System.Data.OracleClient" library="System.Data.OracleClient-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.EnterpriseServices.dll /r:System.Drawing.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.EnterpriseServices.dll /r:System.Drawing.dll</flags>
<output>System.Data.OracleClient.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Data.OracleClient.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Data.OracleClient.dll</library_output>
<response>System.Data.OracleClient.dll.sources</response>
</project>
- <project dir="class/Microsoft.VisualC" library="Microsoft.VisualC-net_2_0">
+ <project dir="class/Microsoft.VisualC" library="Microsoft.VisualC-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>Microsoft.VisualC.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.VisualC.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.VisualC.dll</library_output>
<response>Microsoft.VisualC.dll.sources</response>
</project>
- <project dir="class/Cscompmgd" library="cscompmgd-net_2_0">
+ <project dir="class/Cscompmgd" library="Cscompmgd-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>cscompmgd.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/cscompmgd.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/cscompmgd.dll</library_output>
<response>Cscompmgd.dll.sources</response>
</project>
- <project dir="class/System.Design" library="System.Design-net_2_0">
+ <project dir="class/System.Design" library="System.Design-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll</flags>
<output>System.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Design.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Design.dll</library_output>
<response>System.Design.dll.sources</response>
</project>
- <project dir="class/PEAPI" library="PEAPI-net_2_0">
+ <project dir="class/PEAPI" library="PEAPI-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>PEAPI.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/PEAPI.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/PEAPI.dll</library_output>
<response>PEAPI.dll.sources</response>
</project>
- <project dir="class/Npgsql" library="Npgsql-net_2_0">
+ <project dir="class/Npgsql" library="Npgsql-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources</flags>
<output>Npgsql.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Npgsql.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Npgsql.dll</library_output>
<response>Npgsql.dll.sources</response>
</project>
- <project dir="class/Compat.ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_2_0">
+ <project dir="class/Compat.ICSharpCode.SharpZipLib" library="Compat.ICSharpCode.SharpZipLib-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
<output>ICSharpCode.SharpZipLib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll</library_output>
+ <library_output>./../../class/compat/net_4_0/ICSharpCode.SharpZipLib.dll</library_output>
<response>Compat.ICSharpCode.SharpZipLib.dll.sources</response>
</project>
- <project dir="class/ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_2_0">
+ <project dir="class/ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll</flags>
<output>ICSharpCode.SharpZipLib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll</library_output>
- <response>Compat.ICSharpCode.SharpZipLib.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/ICSharpCode.SharpZipLib.dll</library_output>
+ <response>ICSharpCode.SharpZipLib.dll.sources</response>
</project>
- <project dir="class/Compat.ICSharpCode.SharpZipLib" library="ICSharpCode.SharpZipLib-net_2_0">
+ <project dir="class/Compat.ICSharpCode.SharpZipLib" library="Compat.ICSharpCode.SharpZipLib-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll</flags>
<output>ICSharpCode.SharpZipLib.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll</library_output>
+ <library_output>./../../class/compat/net_4_0/ICSharpCode.SharpZipLib.dll</library_output>
<response>Compat.ICSharpCode.SharpZipLib.dll.sources</response>
</project>
- <project dir="class/ByteFX.Data" library="ByteFX.Data-net_2_0">
+ <project dir="class/ByteFX.Data" library="ByteFX.Data-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Mono.Posix.dll /res:mysqlclient/Designers/command.bmp /res:mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.bmp</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Mono.Posix.dll /res:mysqlclient/Designers/command.bmp /res:mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.bmp</flags>
<output>ByteFX.Data.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/ByteFX.Data.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/ByteFX.Data.dll</library_output>
<response>ByteFX.Data.dll.sources</response>
</project>
- <project dir="class/Commons.Xml.Relaxng" library="Commons.Xml.Relaxng-net_2_0">
+ <project dir="class/Commons.Xml.Relaxng" library="Commons.Xml.Relaxng-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /resource:resources/relaxng.rng,relaxng.rng</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /resource:resources/relaxng.rng,relaxng.rng</flags>
<output>Commons.Xml.Relaxng.dll</output>
<built_sources>Commons.Xml.Relaxng.Rnc/RncParser.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/Commons.Xml.Relaxng.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Commons.Xml.Relaxng.dll</library_output>
<response>Commons.Xml.Relaxng.dll.sources</response>
</project>
- <project dir="class/Novell.Directory.Ldap" library="Novell.Directory.Ldap-net_2_0">
+ <project dir="class/Novell.Directory.Ldap" library="Novell.Directory.Ldap-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 -r:mscorlib.dll -r:System.dll -r:Mono.Security.dll /res:Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 -r:mscorlib.dll -r:System.dll -r:Mono.Security.dll /res:Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources</flags>
<output>Novell.Directory.Ldap.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Novell.Directory.Ldap.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Novell.Directory.Ldap.dll</library_output>
<response>Novell.Directory.Ldap.dll.sources</response>
</project>
- <project dir="class/Mono.Security.Win32" library="Mono.Security.Win32-net_2_0">
+ <project dir="class/Mono.Security.Win32" library="Mono.Security.Win32-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe</flags>
<output>Mono.Security.Win32.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Security.Win32.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Security.Win32.dll</library_output>
<response>Mono.Security.Win32.dll.sources</response>
</project>
- <project dir="class/System.DirectoryServices" library="System.DirectoryServices-net_2_0">
+ <project dir="class/System.DirectoryServices" library="System.DirectoryServices-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll</flags>
<output>System.DirectoryServices.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.DirectoryServices.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.DirectoryServices.dll</library_output>
<response>System.DirectoryServices.dll.sources</response>
</project>
- <project dir="class/RabbitMQ.Client/src/client" library="RabbitMQ.Client-net_2_0">
+ <project dir="class/RabbitMQ.Client/src/client" library="RabbitMQ.Client-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Xml.dll</flags>
+ <mcs>MONO_PATH=./../../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -r:System.Xml.dll</flags>
<output>RabbitMQ.Client.dll</output>
<built_sources></built_sources>
- <library_output>./../../../../class/lib/net_2_0/RabbitMQ.Client.dll</library_output>
+ <library_output>./../../../../class/lib/net_4_0/RabbitMQ.Client.dll</library_output>
<response>RabbitMQ.Client.dll.sources</response>
</project>
- <project dir="class/Mono.Messaging" library="Mono.Messaging-net_2_0">
+ <project dir="class/Mono.Messaging" library="Mono.Messaging-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Configuration</flags>
<output>Mono.Messaging.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Messaging.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Messaging.dll</library_output>
<response>Mono.Messaging.dll.sources</response>
</project>
- <project dir="class/System.Messaging" library="System.Messaging-net_2_0">
+ <project dir="class/System.Messaging" library="System.Messaging-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:System.Xml /r:Mono.Messaging.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:System.Xml /r:Mono.Messaging.dll</flags>
<output>System.Messaging.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Messaging.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Messaging.dll</library_output>
<response>System.Messaging.dll.sources</response>
</project>
- <project dir="class/Mono.Messaging.RabbitMQ" library="Mono.Messaging.RabbitMQ-net_2_0">
+ <project dir="class/Mono.Messaging.RabbitMQ" library="Mono.Messaging.RabbitMQ-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Messaging.dll /r:Mono.Messaging.dll /r:RabbitMQ.Client</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Messaging.dll /r:Mono.Messaging.dll /r:RabbitMQ.Client</flags>
<output>Mono.Messaging.RabbitMQ.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Messaging.RabbitMQ.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Messaging.RabbitMQ.dll</library_output>
<response>Mono.Messaging.RabbitMQ.dll.sources</response>
</project>
- <project dir="class/System.ServiceProcess" library="System.ServiceProcess-net_2_0">
+ <project dir="class/System.ServiceProcess" library="System.ServiceProcess-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Configuration.Install.dll /r:System.Windows.Forms.dll /nowarn:0618</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Configuration.Install.dll /r:System.Windows.Forms.dll /nowarn:0618</flags>
<output>System.ServiceProcess.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.ServiceProcess.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.ServiceProcess.dll</library_output>
<response>System.ServiceProcess.dll.sources</response>
</project>
- <project dir="class/System.Drawing.Design" library="System.Drawing.Design-net_2_0">
+ <project dir="class/System.Drawing.Design" library="System.Drawing.Design-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll</flags>
<output>System.Drawing.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Drawing.Design.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Drawing.Design.dll</library_output>
<response>System.Drawing.Design.dll.sources</response>
</project>
- <project dir="class/System.Design" library="System.Design-net_2_0">
+ <project dir="class/System.Design" library="System.Design-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll</flags>
<output>System.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Design.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Design.dll</library_output>
<response>System.Design.dll.sources</response>
</project>
- <project dir="class/Mono.Http" library="Mono.Http-net_2_0">
+ <project dir="class/Mono.Http" library="Mono.Http-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll -r:Mono.Security.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll -r:Mono.Security.dll</flags>
<output>Mono.Http.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Http.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Http.dll</library_output>
<response>Mono.Http.dll.sources</response>
</project>
- <project dir="class/Microsoft.Vsa" library="Microsoft.Vsa-net_2_0">
+ <project dir="class/Microsoft.Vsa" library="Microsoft.Vsa-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll</flags>
<output>Microsoft.Vsa.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.Vsa.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.Vsa.dll</library_output>
<response>Microsoft.Vsa.dll.sources</response>
</project>
- <project dir="class/Mono.Cairo" library="Mono.Cairo-net_2_0">
+ <project dir="class/Mono.Cairo" library="Mono.Cairo-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>Mono.Cairo.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Cairo.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Cairo.dll</library_output>
<response>Mono.Cairo.dll.sources</response>
</project>
- <project dir="class/IBM.Data.DB2" library="IBM.Data.DB2-net_2_0">
+ <project dir="class/IBM.Data.DB2" library="IBM.Data.DB2-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll</flags>
<output>IBM.Data.DB2.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/IBM.Data.DB2.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/IBM.Data.DB2.dll</library_output>
<response>IBM.Data.DB2.dll.sources</response>
</project>
- <project dir="class/Microsoft.JScript" library="Microsoft.JScript-net_2_0">
+ <project dir="class/Microsoft.JScript" library="Microsoft.JScript-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:Microsoft.Vsa.dll -debug+</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -r:Microsoft.Vsa.dll -debug+</flags>
<output>Microsoft.JScript.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.JScript.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.JScript.dll</library_output>
<response>Microsoft.JScript.dll.sources</response>
</project>
- <project dir="class/CustomMarshalers" library="CustomMarshalers-net_2_0">
+ <project dir="class/CustomMarshalers" library="CustomMarshalers-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>CustomMarshalers.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/CustomMarshalers.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/CustomMarshalers.dll</library_output>
<response>CustomMarshalers.dll.sources</response>
</project>
- <project dir="class/OpenSystem.C" library="OpenSystem.C-net_2_0">
+ <project dir="class/OpenSystem.C" library="OpenSystem.C-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>OpenSystem.C.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/OpenSystem.C.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/OpenSystem.C.dll</library_output>
<response>OpenSystem.C.dll.sources</response>
</project>
- <project dir="class/Microsoft.Build.Framework" library="Microsoft.Build.Framework-net_2_0">
+ <project dir="class/Mono.Cecil" library="Mono.Cecil-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -keyfile:../mono.snk</flags>
+ <output>Mono.Cecil.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/Mono.Cecil.dll</library_output>
+ <response>Mono.Cecil.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Cecil.Mdb" library="Mono.Cecil.Mdb-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:../mono.snk</flags>
+ <output>Mono.Cecil.Mdb.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/Mono.Cecil.Mdb.dll</library_output>
+ <response>Mono.Cecil.Mdb.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Debugger.Soft" library="Mono.Debugger.Soft-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Mono.Cecil.dll /r:System.Core.dll /unsafe -D:MONO_DATACONVERTER_STATIC_METHODS -keyfile:../mono.snk</flags>
+ <output>Mono.Debugger.Soft.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/Mono.Debugger.Soft.dll</library_output>
+ <response>Mono.Debugger.Soft.dll.sources</response>
+ </project>
+ <project dir="class/SystemWebTestShim" library="SystemWebTestShim-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.Web.dll</flags>
+ <output>SystemWebTestShim.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/SystemWebTestShim.dll</library_output>
+ <response>SystemWebTestShim.dll.sources</response>
+ </project>
+ <project dir="class/Microsoft.Build.Framework" library="Microsoft.Build.Framework-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>Microsoft.Build.Framework.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.Build.Framework.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.Build.Framework.dll</library_output>
<response>Microsoft.Build.Framework.dll.sources</response>
</project>
- <project dir="class/Microsoft.Build.Utilities" library="Microsoft.Build.Utilities-net_2_0">
+ <project dir="class/Microsoft.Build.Utilities" library="Microsoft.Build.Utilities-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Microsoft.Build.Framework.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Microsoft.Build.Framework.dll</flags>
<output>Microsoft.Build.Utilities.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.Build.Utilities.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.Build.Utilities.dll</library_output>
<response>Microsoft.Build.Utilities.dll.sources</response>
</project>
- <project dir="class/Microsoft.Build.Engine" library="Microsoft.Build.Engine-net_2_0">
+ <project dir="class/Microsoft.Build.Engine" library="Microsoft.Build.Engine-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll</flags>
<output>Microsoft.Build.Engine.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.Build.Engine.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.Build.Engine.dll</library_output>
<response>Microsoft.Build.Engine.dll.sources</response>
</project>
- <project dir="class/Microsoft.Build.Tasks" library="Microsoft.Build.Tasks-net_2_0">
+ <project dir="class/Microsoft.Build.Tasks" library="Microsoft.Build.Tasks-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Windows.Forms.dll /r:Microsoft.Build.Utilities.dll /r:Microsoft.Build.Framework.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Core.dll /r:System.Xml.dll /r:System.Windows.Forms.dll /r:Microsoft.Build.Utilities.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Engine.dll</flags>
<output>Microsoft.Build.Tasks.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Microsoft.Build.Tasks.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Microsoft.Build.Tasks.dll</library_output>
<response>Microsoft.Build.Tasks.dll.sources</response>
</project>
- <project dir="class/System.Core" library="System.Core-net_2_0">
+ <project dir="class/System.Xml.Linq" library="System.Xml.Linq-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -d:NET_3_5 -nowarn:1720</flags>
- <output>System.Core.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Core.dll</library_output>
- <response>System.Core.dll.sources</response>
- </project>
- <project dir="class/System.Xml.Linq" library="System.Xml.Linq-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Xml.dll -d:NET_3_5 -nowarn:1720</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -r:System.Core.dll -r:System.Xml.dll -d:NET_3_5 -nowarn:1720</flags>
<output>System.Xml.Linq.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Xml.Linq.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Xml.Linq.dll</library_output>
<response>System.Xml.Linq.dll.sources</response>
</project>
- <project dir="class/System.Runtime.Serialization" library="System.Runtime.Serialization-net_2_0">
+ <project dir="class/System.Runtime.Serialization" library="System.Runtime.Serialization-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:168,169,219,414 /r:System.dll /r:System.Xml.dll /r:System.Core.dll /resource:resources/mstypes.schema /d:NET_3_0 /r:System.Data.dll /r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /nowarn:168,169,219,414 /r:System.dll /r:System.Xml.dll /r:System.Core.dll /resource:resources/mstypes.schema /d:NET_3_0 /r:System.Data.dll /r:System.Configuration.dll</flags>
<output>System.Runtime.Serialization.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Runtime.Serialization.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Runtime.Serialization.dll</library_output>
<response>System.Runtime.Serialization.dll.sources</response>
</project>
- <project dir="class/System.Data.DataSetExtensions" library="System.Data.DataSetExtensions-net_2_0">
+ <project dir="class/System.Data.DataSetExtensions" library="System.Data.DataSetExtensions-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll -r:System.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll -d:NET_3_5 -nowarn:1720</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll -r:System.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll</flags>
<output>System.Data.DataSetExtensions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Data.DataSetExtensions.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Data.DataSetExtensions.dll</library_output>
<response>System.Data.DataSetExtensions.dll.sources</response>
</project>
- <project dir="class/System.Data.Linq" library="System.Data.Linq-net_2_0">
+ <project dir="class/System.Data.Linq" library="System.Data.Linq-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Runtime.Serialization.dll /d:MONO_STRICT /d:MONO_DEPLOY -d:NET_3_5 -nowarn:1720</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Runtime.Serialization.dll /d:MONO_STRICT /d:MONO_DEPLOY</flags>
<output>System.Data.Linq.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Data.Linq.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Data.Linq.dll</library_output>
<response>System.Data.Linq.dll.sources</response>
</project>
- <project dir="class/System.Web" library="System.Web-net_2_0">
+ <project dir="class/System.Web" library="System.Web-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -nowarn:612,618 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -define:SYSTEMCORE_DEP -r:System.Core.dll</flags>
<output>System.Web.dll</output>
<built_sources>System.Web/UplevelHelper.cs</built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.dll</library_output>
- <response>System.Web.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/tmp/System.Web.dll</library_output>
+ <response>./../../build/deps/net_4_0_System.Web.dll.sources</response>
</project>
- <project dir="class/System.Web.Abstractions" library="System.Web.Abstractions-net_2_0">
+ <project dir="class/System.Web.Abstractions" library="System.Web.Abstractions-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Web.dll -d:NET_3_5</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Web.dll</flags>
<output>System.Web.Abstractions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Abstractions.dll</library_output>
- <response>System.Web.Abstractions.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/System.Web.Abstractions.dll</library_output>
+ <response>./../../build/deps/net_4_0_System.Web.Abstractions.dll.sources</response>
</project>
- <project dir="class/System.Web.Routing" library="System.Web.Routing-net_2_0">
+ <project dir="class/System.Web.Routing" library="System.Web.Routing-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Web.dll /r:System.Web.Abstractions.dll -d:NET_3_5</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Web.dll /r:System.Web.Abstractions.dll</flags>
<output>System.Web.Routing.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Routing.dll</library_output>
- <response>System.Web.Routing.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/System.Web.Routing.dll</library_output>
+ <response>./../../build/deps/net_4_0_System.Web.Routing.dll.sources</response>
</project>
- <project dir="class/System.Web.Extensions_1.0" library="System.Web.Extensions-net_2_0">
+ <project dir="class/System.IdentityModel" library="System.IdentityModel-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -define:NET_3_5 -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Core.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Data.Linq.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js</flags>
- <output>System.Web.Extensions.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /d:NET_3_0 /r:System.dll /r:System.Xml.dll /r:System.Security.dll /r:System.Web.dll /r:Mono.Security.dll /r:System.Runtime.Serialization.dll</flags>
+ <output>System.IdentityModel.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Extensions.dll</library_output>
- <response>System.Web.Extensions.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/System.IdentityModel.dll</library_output>
+ <response>System.IdentityModel.dll.sources</response>
</project>
- <project dir="class/System.Web.Extensions.Design_1.0" library="System.Web.Extensions.Design-net_2_0">
+ <project dir="class/System.IdentityModel.Selectors" library="System.IdentityModel.Selectors-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -define:NET_3_5 -r:System.dll -r:System.Design.dll</flags>
- <output>System.Web.Extensions.Design.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /d:NET_3_0 /r:System.dll /r:System.Xml.dll /r:System.Security.dll /r:System.Runtime.Serialization.dll /r:System.IdentityModel.dll</flags>
+ <output>System.IdentityModel.Selectors.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Extensions.Design.dll</library_output>
- <response>System.Web.Extensions.Design.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/System.IdentityModel.Selectors.dll</library_output>
+ <response>System.IdentityModel.Selectors.dll.sources</response>
</project>
- <project dir="class/System.Web.Extensions" library="System.Web.Extensions-net_2_0">
+ <project dir="class/System.ServiceModel" library="System.ServiceModel-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -define:NET_3_5 -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Core.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Data.Linq.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /nowarn:414,169,67,3005,436,219,618 /unsafe /r:System.dll /r:System.Xml.dll /r:System.Core.dll /r:System.Runtime.Serialization.dll /resource:resources/WS-Addressing.schema /resource:resources/ws-addr.xsd /d:NET_3_0 /r:System.Configuration.dll /r:System.Data.dll /r:System.Security.dll /r:System.IdentityModel.dll /r:System.IdentityModel.Selectors.dll /r:System.Transactions.dll /r:System.Messaging.dll /r:System.Web.dll /r:System.Web.Services.dll /r:Mono.Security.dll</flags>
+ <output>System.ServiceModel.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.ServiceModel.dll</library_output>
+ <response>System.ServiceModel.dll.sources</response>
+ </project>
+ <project dir="class/System.Web.Extensions" library="System.Web.Extensions-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -define:NET_3_5 -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Core.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Data.Linq.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll -r:System.ServiceModel.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js</flags>
<output>System.Web.Extensions.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Extensions.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Web.Extensions.dll</library_output>
<response>System.Web.Extensions.dll.sources</response>
</project>
- <project dir="class/System.Web.Extensions.Design" library="System.Web.Extensions.Design-net_2_0">
+ <project dir="class/System.Web.Extensions.Design" library="System.Web.Extensions.Design-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -define:NET_3_5 -r:System.dll -r:System.Design.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -define:NET_3_5 -r:System.dll -r:System.Design.dll</flags>
<output>System.Web.Extensions.Design.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Extensions.Design.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Web.Extensions.Design.dll</library_output>
<response>System.Web.Extensions.Design.dll.sources</response>
</project>
- <project dir="class/System.ComponentModel.DataAnnotations" library="System.ComponentModel.DataAnnotations-net_2_0">
+ <project dir="class/System.ComponentModel.DataAnnotations" library="System.ComponentModel.DataAnnotations-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Data.dll /r:System.Xml.dll -d:NET_3_5</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Data.dll /r:System.Xml.dll</flags>
<output>System.ComponentModel.DataAnnotations.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.ComponentModel.DataAnnotations.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.ComponentModel.DataAnnotations.dll</library_output>
<response>System.ComponentModel.DataAnnotations.dll.sources</response>
</project>
- <project dir="class/System.Web.DynamicData" library="System.Web.DynamicData-net_2_0">
+ <project dir="class/System.Web.DynamicData" library="System.Web.DynamicData-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.ComponentModel.DataAnnotations.dll /r:System.Data.dll /r:System.Data.Linq.dll /r:System.Drawing.dll /r:System.Web.dll /r:System.Web.Extensions.dll /r:System.Web.Abstractions.dll /r:System.Web.Routing.dll -d:NET_3_5</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.ComponentModel.DataAnnotations.dll /r:System.Data.dll /r:System.Data.Linq.dll /r:System.Drawing.dll /r:System.Web.dll /r:System.Web.Extensions.dll /r:System.Web.Abstractions.dll /r:System.Web.Routing.dll</flags>
<output>System.Web.DynamicData.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.DynamicData.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.Web.DynamicData.dll</library_output>
<response>System.Web.DynamicData.dll.sources</response>
</project>
- <project dir="class/System.IdentityModel" library="System.IdentityModel-net_2_0">
+ <project dir="class/System.ServiceModel.Web" library="System.ServiceModel.Web-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /d:NET_3_0 /r:System.dll /r:System.Xml.dll /r:System.Security.dll /r:System.Web.dll /r:Mono.Security.dll /r:System.Runtime.Serialization.dll</flags>
- <output>System.IdentityModel.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.IdentityModel.dll</library_output>
- <response>System.IdentityModel.dll.sources</response>
- </project>
- <project dir="class/System.IdentityModel.Selectors" library="System.IdentityModel.Selectors-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /d:NET_3_0 /r:System.dll /r:System.Xml.dll /r:System.Security.dll /r:System.Runtime.Serialization.dll /r:System.IdentityModel.dll</flags>
- <output>System.IdentityModel.Selectors.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.IdentityModel.Selectors.dll</library_output>
- <response>System.IdentityModel.Selectors.dll.sources</response>
- </project>
- <project dir="class/System.ServiceModel" library="System.ServiceModel-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:414,169,67,3005,436,219,618 /unsafe /r:System.dll /r:System.Xml.dll /r:System.Core.dll /r:System.Runtime.Serialization.dll /resource:resources/WS-Addressing.schema /resource:resources/ws-addr.xsd /d:NET_3_0 /r:System.Configuration.dll /r:System.Data.dll /r:System.Security.dll /r:System.IdentityModel.dll /r:System.IdentityModel.Selectors.dll /r:System.Transactions.dll /r:System.Messaging.dll /r:System.Web.dll /r:System.Web.Services.dll /r:Mono.Security.dll</flags>
- <output>System.ServiceModel.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.ServiceModel.dll</library_output>
- <response>System.ServiceModel.dll.sources</response>
- </project>
- <project dir="class/System.ServiceModel.Web" library="System.ServiceModel.Web-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -d:NET_3_5 -d:NET_3_0 /r:System.Configuration.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll -d:NET_3_5 -d:NET_3_0 -r:System.Configuration.dll -r:System.Web.Extensions.dll</flags>
<output>System.ServiceModel.Web.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.ServiceModel.Web.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/System.ServiceModel.Web.dll</library_output>
<response>System.ServiceModel.Web.dll.sources</response>
</project>
- <project dir="class/System.Web.Mvc" library="System.Web.Mvc-net_2_0">
+ <project dir="class/System.Web.Mvc" library="System.Web.Mvc-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Configuration.dll /r:System.Data.dll /r:System.Xml.dll /r:System.Web.dll /r:System.Web.Abstractions.dll /r:System.Web.Routing.dll /r:System.Web.Extensions.dll /resource:System.Web.Mvc/Resources/MvcResources.resources,System.Web.Mvc.Resources.MvcResources.resources -d:NET_3_5 -d:MONO</flags>
- <output>System.Web.Mvc.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Configuration.dll /r:System.Data.dll /r:System.Xml.dll /r:System.Web.dll /r:System.Web.Abstractions.dll /r:System.Web.Routing.dll /r:System.Web.Extensions.dll</flags>
+ <output>dummy-System.Web.Mvc.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/System.Web.Mvc.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/dummy-System.Web.Mvc.dll</library_output>
<response>System.Web.Mvc.dll.sources</response>
</project>
- <project dir="class/Mono.Management" library="Mono.Management-net_2_0">
+ <project dir="class/Mono.C5" library="Mono.C5-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Mono.Posix.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -nowarn:169</flags>
+ <output>Mono.C5.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/Mono.C5.dll</library_output>
+ <response>Mono.C5.dll.sources</response>
+ </project>
+ <project dir="class/Mono.Management" library="Mono.Management-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Mono.Posix.dll</flags>
<output>Mono.Management.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Management.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/tmp/Mono.Management.dll</library_output>
<response>Mono.Management.dll.sources</response>
</project>
- <project dir="class/Mono.Options" library="Mono.Options-net_2_0">
+ <project dir="class/Mono.Options" library="Mono.Options-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
<output>Mono.Options.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Options.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Options.dll</library_output>
<response>Mono.Options.dll.sources</response>
</project>
- <project dir="class/Mono.Simd" library="Mono.Simd-net_2_0">
+ <project dir="class/Mono.Simd" library="Mono.Simd-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll /unsafe</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll /unsafe</flags>
<output>Mono.Simd.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Simd.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Simd.dll</library_output>
<response>Mono.Simd.dll.sources</response>
</project>
- <project dir="class/Mono.Tasklets" library="Mono.Tasklets-net_2_0">
+ <project dir="class/Mono.Tasklets" library="Mono.Tasklets-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>Mono.Tasklets.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_0/Mono.Tasklets.dll</library_output>
+ <library_output>./../../class/lib/net_4_0/Mono.Tasklets.dll</library_output>
<response>Mono.Tasklets.dll.sources</response>
</project>
- <project dir="nunit24/NUnit.Framework/framework" library="nunit.framework-net_2_0">
+ <project dir="class/WindowsBase" library="WindowsBase-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -r:System -r:System.Xml</flags>
+ <output>WindowsBase.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/WindowsBase.dll</library_output>
+ <response>WindowsBase.dll.sources</response>
+ </project>
+ <project dir="class/System.Data.Services" library="System.Data.Services-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -r:System.Core.dll -r:System.ServiceModel.dll -r:System.ServiceModel.Web.dll -keyfile:../mono.snk</flags>
+ <output>System.Data.Services.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.Data.Services.dll</library_output>
+ <response>System.Data.Services.dll.sources</response>
+ </project>
+ <project dir="class/System.Dynamic" library="System.Dynamic-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll</flags>
+ <output>System.Dynamic.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.Dynamic.dll</library_output>
+ <response>System.Dynamic.dll.sources</response>
+ </project>
+ <project dir="class/System.Numerics" library="System.Numerics-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll</flags>
+ <output>System.Numerics.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.Numerics.dll</library_output>
+ <response>System.Numerics.dll.sources</response>
+ </project>
+ <project dir="class/Microsoft.CSharp" library="Microsoft.CSharp-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.Core.dll -r:dmcs.exe</flags>
+ <output>Microsoft.CSharp.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/Microsoft.CSharp.dll</library_output>
+ <response>Microsoft.CSharp.dll.sources</response>
+ </project>
+ <project dir="class/System.Windows.Forms.DataVisualization" library="System.Windows.Forms.DataVisualization-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.Drawing -r:System.Windows.Forms -r:System.Core</flags>
+ <output>System.Windows.Forms.DataVisualization.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.Windows.Forms.DataVisualization.dll</library_output>
+ <response>System.Windows.Forms.DataVisualization.dll.sources</response>
+ </project>
+ <project dir="class/System.ComponentModel.Composition" library="System.ComponentModel.Composition-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -r:System.dll -r:System.Core.dll -d:CLR40 -resource:src/ComponentModel/Strings.resx</flags>
+ <output>System.ComponentModel.Composition.dll</output>
+ <built_sources></built_sources>
+ <library_output>./../../class/lib/net_4_0/System.ComponentModel.Composition.dll</library_output>
+ <response>System.ComponentModel.Composition.dll.sources</response>
+ </project>
+ <project dir="nunit24/NUnit.Framework/framework" library="NUnit.Framework-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
<output>nunit.framework.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.framework.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.framework.dll</library_output>
<response>NUnit.Framework.dll.sources</response>
</project>
- <project dir="nunit24/NUnitCore/interfaces" library="nunit.core.interfaces-net_2_0">
+ <project dir="nunit24/NUnitCore/interfaces" library="nunit.core.interfaces-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>nunit.core.interfaces.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.core.interfaces.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.core.interfaces.dll</library_output>
<response>nunit.core.interfaces.dll.sources</response>
</project>
- <project dir="nunit20/NUnitCore/core" library="nunit.core-net_2_0">
+ <project dir="nunit20/NUnitCore/core" library="nunit.core-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>nunit.core.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.core.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.core.dll</library_output>
<response>nunit.core.dll.sources</response>
</project>
- <project dir="nunit24/ClientUtilities/util" library="nunit.util-net_2_0">
+ <project dir="nunit24/ClientUtilities/util" library="nunit.util-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /resource:Transform.resources,NUnit.Util.Transform.resources -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:System.dll -r:System.Xml.dll -r:System.Runtime.Remoting.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /resource:Transform.resources,NUnit.Util.Transform.resources -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:System.dll -r:System.Xml.dll -r:System.Runtime.Remoting.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>nunit.util.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.util.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.util.dll</library_output>
<response>nunit.util.dll.sources</response>
</project>
- <project dir="nunit24/NUnitMocks/mocks" library="nunit.mocks-net_2_0">
+ <project dir="nunit24/NUnitMocks/mocks" library="nunit.mocks-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>nunit.mocks.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.mocks.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.mocks.dll</library_output>
<response>nunit.mocks.dll.sources</response>
</project>
- <project dir="nunit24/NUnitExtensions/framework" library="nunit.framework.extensions-net_2_0">
+ <project dir="nunit24/NUnitExtensions/framework" library="nunit.framework.extensions-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
<output>nunit.framework.extensions.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.framework.extensions.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.framework.extensions.dll</library_output>
<response>nunit.framework.extensions.dll.sources</response>
</project>
- <project dir="nunit24/NUnitExtensions/core" library="nunit.core.extensions-net_2_0">
+ <project dir="nunit24/NUnitExtensions/core" library="nunit.core.extensions-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:nunit.core.dll /r:nunit.core.interfaces.dll /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig -debug /r:nunit.core.dll /r:nunit.core.interfaces.dll /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly</flags>
<output>nunit.core.extensions.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit.core.extensions.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit.core.extensions.dll</library_output>
<response>nunit.core.extensions.dll.sources</response>
</project>
- <project dir="nunit24/ConsoleRunner/nunit-console" library="nunit-console-runner-net_2_0">
+ <project dir="nunit24/ConsoleRunner/nunit-console" library="nunit-console-runner-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll -r:System.dll -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll -r:System.dll -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
<output>nunit-console-runner.dll</output>
<built_sources></built_sources>
- <library_output>./../../../class/lib/net_2_0/nunit-console-runner.dll</library_output>
+ <library_output>./../../../class/lib/net_4_0/nunit-console-runner.dll</library_output>
<response>nunit-console-runner.dll.sources</response>
</project>
- <project dir="nunit24/ConsoleRunner/nunit-console-exe" library="nunit-console-net_2_0">
+ <project dir="nunit24/ConsoleRunner/nunit-console-exe" library="nunit-console-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll /r:nunit-console-runner.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../../class/lib/net_2_0/nunit-console.exe</output>
+ <mcs>MONO_PATH=./../../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll /r:nunit-console-runner.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../../class/lib/net_4_0/nunit-console.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>nunit-console.exe.sources</response>
</project>
- <project dir="ilasm" library="ilasm-net_2_0">
+ <project dir="ilasm" library="ilasm-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /lib:../class/lib/net_2_0 /r:../class/lib/net_2_0/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../class/lib/net_2_0/ilasm.exe</output>
+ <mcs>MONO_PATH=./../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /lib:../class/lib/net_4_0 /r:../class/lib/net_4_0/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../class/lib/net_4_0/ilasm.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>ilasm.exe.sources</response>
</project>
- <project dir="tools/al" library="al-net_2_0">
+ <project dir="tools/al" library="al-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/al.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/al.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>al.exe.sources</response>
</project>
- <project dir="tools/csharplib" library="Mono.CSharp-net_2_0">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -d:GMCS_SOURCE -d:NET_1_1 -d:NET_2_0 -r:System -r:System.Xml -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>Mono.CSharp.dll</output>
- <built_sources></built_sources>
- <library_output>fixup/net_2_0/Mono.CSharp.dll</library_output>
- <response>Mono.CSharp.dll.sources</response>
- </project>
- <project dir="tools/csharp" library="csharp-net_2_0">
+ <project dir="tools/compiler-tester" library="compiler-tester-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:./../../class/lib/net_2_0/Mono.CSharp.dll -r:./../../class/lib/net_2_0/Mono.Posix.dll -r:Mono.Management.dll -unsafe -nowarn:3021 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/csharp.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>csharp.exe.sources</response>
- </project>
- <project dir="tools/mono-xsd" library="xsd-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/xsd.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>xsd.exe.sources</response>
- </project>
- <project dir="tools/wsdl" library="wsdl-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/wsdl.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>wsdl.exe.sources</response>
- </project>
- <project dir="tools/mono-xmltool" library="mono-xmltool-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>mono-xmltool.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>mono-xmltool.exe.sources</response>
- </project>
- <project dir="tools/compiler-tester" library="compiler-tester-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/compiler-tester.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/compiler-tester.exe</output>
<built_sources></built_sources>
<library_output></library_output>
<response>compiler-tester.exe.sources</response>
</project>
- <project dir="tools/monop" library="monop-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/monop.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>monop.exe.sources</response>
- </project>
- <project dir="tools/xbuild" library="xbuild-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:Microsoft.Build.Framework.dll -r:Microsoft.Build.Utilities.dll -r:Microsoft.Build.Engine.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>xbuild.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>xbuild.exe.sources</response>
- </project>
- <project dir="tools/resgen" library="resgen-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/resgen.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>resgen.exe.sources</response>
- </project>
- <project dir="tools/mdoc" library="mdoc-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /resource:../monodoc/Resources/mdoc-html-utils.xsl,mdoc-html-utils.xsl /resource:../monodoc/Resources/mdoc-sections-css.xsl,mdoc-sections-css.xsl /resource:../monodoc/Resources/mono-ecma-css.xsl,mono-ecma-css.xsl /resource:Resources/defaulttemplate.xsl,defaulttemplate.xsl /resource:Resources/monodoc-ecma.xsd,monodoc-ecma.xsd /resource:Resources/overview.xsl,overview.xsl /resource:Resources/stylesheet.xsl,stylesheet.xsl /r:System.Web.dll /r:ICSharpCode.SharpZipLib.dll /r:./../../class/lib/net_1_1/monodoc.dll /r:./../../class/lib/net_1_1/Mono.Cecil.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>mdoc.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>mdoc.exe.sources</response>
- </project>
- <project dir="tools/mono-service" library="mono-service-net_2_0">
+ <project dir="tools/linker" library="monolinker-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.ServiceProcess.dll -r:Mono.Posix.dll -unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/mono-service.exe</output>
- <built_sources></built_sources>
- <library_output></library_output>
- <response>mono-service.exe.sources</response>
- </project>
- <project dir="tools/mono-shlib-cop" library="mono-shlib-cop-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Posix.dll -r:Mono.GetOptions.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>mono-shlib-cop.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 /r:./../../class/lib/net_2_0/Mono.Cecil.dll /r:System.Xml.dll -keyfile:../../class/mono.snk -resource:Descriptors/mscorlib.xml -resource:Descriptors/System.xml -resource:Descriptors/System.Drawing.xml -resource:Descriptors/System.Web.xml -resource:Descriptors/Mono.Posix.xml -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/monolinker.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mono-shlib-cop.exe.sources</response>
+ <response>monolinker.exe.sources</response>
</project>
- <project dir="tools/mkbundle" library="mkbundle-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Posix.dll -r:ICSharpCode.SharpZipLib.dll -resource:template.c -resource:template_z.c -resource:template_main.c -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/mkbundle.exe</output>
+ <project dir="tools/tuner" library="Mono.Tuner-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.dll -r:System.Xml.dll -r:./../../class/lib/net_4_0/monolinker.exe -r:./../../class/lib/net_4_0/Mono.Cecil.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>Mono.Tuner.dll</output>
<built_sources></built_sources>
- <library_output></library_output>
- <response>mkbundle.exe.sources</response>
+ <library_output>./../../class/lib/net_4_0/Mono.Tuner.dll</library_output>
+ <response>Mono.Tuner.dll.sources</response>
</project>
- <project dir="tools/sgen" library="sgen-net_2_0">
- <boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>sgen.exe</output>
+ <project dir="tools/csharplib" library="Mono.CSharp-net_4_0">
+ <boot>false</boot>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -d:GMCS_SOURCE -r:System -r:System.Xml -r:System.Core.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>Mono.CSharp.dll</output>
<built_sources></built_sources>
- <library_output></library_output>
- <response>sgen.exe.sources</response>
+ <library_output>fixup/net_4_0/Mono.CSharp.dll</library_output>
+ <response>Mono.CSharp.dll.sources</response>
</project>
- <project dir="tools/mconfig" library="mconfig-net_2_0">
+ <project dir="tools/csharp" library="csharp-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>mconfig.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:./../../class/lib/net_4_0/Mono.CSharp.dll -r:./../../class/lib/net_4_0/Mono.Posix.dll -r:Mono.Management.dll -unsafe -nowarn:3021 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/csharp.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>mconfig.exe.sources</response>
+ <response>csharp.exe.sources</response>
</project>
- <project dir="tools/installutil" library="installutil-net_2_0">
+ <project dir="tools/culevel" library="culevel-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.Configuration.Install -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>installutil.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/culevel.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>installutil.exe.sources</response>
+ <response>culevel.exe.sources</response>
</project>
- <project dir="tools/nunitreport" library="nunitreport-net_2_0">
+ <project dir="tools/gacutil" library="gacutil-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>nunitreport.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/gacutil.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>nunitreport.exe.sources</response>
+ <response>gacutil.exe.sources</response>
</project>
- <project dir="tools/pdb2mdb" library="pdb2mdb-net_2_0">
+ <project dir="tools/genxs" library="genxs-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 /r:./../../class/lib/net_1_1/Mono.Cecil.dll /r:Mono.CompilerServices.SymbolWriter.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>pdb2mdb.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/genxs.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>pdb2mdb.exe.sources</response>
+ <response>genxs.exe.sources</response>
</project>
- <project dir="tools/SqlSharp" library="sqlsharp-net_2_0">
+ <project dir="tools/mkbundle" library="mkbundle-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:System.dll -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>sqlsharp.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:Mono.Posix.dll -r:ICSharpCode.SharpZipLib.dll -resource:template.c -resource:template_z.c -resource:template_main.c -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/mkbundle.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>sqlsharp.exe.sources</response>
+ <response>mkbundle.exe.sources</response>
</project>
- <project dir="tools/sqlmetal" library="sqlmetal-net_2_0">
+ <project dir="tools/monop" library="monop-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -d:MONO_STRICT -keyfile:../../class/System.Data.Linq/src/DbMetal/../DbLinq.snk -resource:../../class/System.Data.Linq/src/DbMetal/Language/EnglishWords.txt,DbMetal.Language.EnglishWords.txt -resource:../../class/System.Data.Linq/src/DbMetal/Language/FrenchWords.txt,DbMetal.Language.FrenchWords.txt -resource:../../class/System.Data.Linq/src/DbMetal/Language/GermanWords.txt,DbMetal.Language.GermanWords.txt -r:System.Configuration -r:System.Core -r:System.Data -r:System.Data.Linq -r:System.Xml -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>sqlmetal.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/monop.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>sqlmetal.exe.sources</response>
+ <response>monop.exe.sources</response>
</project>
- <project dir="tools/gacutil" library="gacutil-net_2_0">
+ <project dir="tools/mono-service" library="mono-service-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_0/gacutil.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.ServiceProcess.dll -r:Mono.Posix.dll -unsafe -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/mono-service.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>gacutil.exe.sources</response>
+ <response>mono-service.exe.sources</response>
</project>
- <project dir="tools/svcutil" library="svcutil-net_2_0">
+ <project dir="tools/mono-xsd" library="xsd-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -r:Mono.GetOptions.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig</flags>
- <output>svcutil.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/xsd.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>svcutil.exe.sources</response>
- </project>
- <project dir="class/Microsoft.Build.Framework" library="Microsoft.Build.Framework-net_3_5">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll</flags>
- <output>Microsoft.Build.Framework.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_3_5/Microsoft.Build.Framework.dll</library_output>
- <response>Microsoft.Build.Framework.dll.sources</response>
- </project>
- <project dir="class/Microsoft.Build.Utilities" library="Microsoft.Build.Utilities.v3.5-net_3_5">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Microsoft.Build.Framework.dll</flags>
- <output>Microsoft.Build.Utilities.v3.5.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_3_5/Microsoft.Build.Utilities.v3.5.dll</library_output>
- <response>Microsoft.Build.Utilities.dll.sources</response>
- </project>
- <project dir="class/Microsoft.Build.Engine" library="Microsoft.Build.Engine-net_3_5">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll</flags>
- <output>Microsoft.Build.Engine.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_3_5/Microsoft.Build.Engine.dll</library_output>
- <response>Microsoft.Build.Engine.dll.sources</response>
- </project>
- <project dir="class/Microsoft.Build.Tasks" library="Microsoft.Build.Tasks.v3.5-net_3_5">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Windows.Forms.dll /r:Microsoft.Build.Utilities.dll /r:Microsoft.Build.Framework.dll</flags>
- <output>Microsoft.Build.Tasks.v3.5.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_3_5/Microsoft.Build.Tasks.v3.5.dll</library_output>
- <response>Microsoft.Build.Tasks.dll.sources</response>
- </project>
- <project dir="class/System.Web.Extensions.Design" library="System.Web.Extensions.Design-net_3_5">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_3_5:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig -define:NET_3_5 -r:System.dll -r:System.Design.dll</flags>
- <output>System.Web.Extensions.Design.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_3_5/System.Web.Extensions.Design.dll</library_output>
- <response>System.Web.Extensions.Design.dll.sources</response>
- </project>
- <project dir="mcs" library="smcs-net_2_1_bootstrap">
- <boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper ./../mcs/gmcs.exe</mcs>
- <flags>/codepage:65001 -d:GMCS_SOURCE -d:SMCS_SOURCE -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig</flags>
- <output>./../class/lib/net_2_1_bootstrap/smcs.exe</output>
- <built_sources>cs-parser.cs</built_sources>
- <library_output>./../class/lib/net_2_1_bootstrap/smcs.exe</library_output>
- <response>smcs.exe.sources</response>
- </project>
- <project dir="class/corlib" library="mscorlib-net_2_1_bootstrap">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_bootstrap:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_bootstrap/smcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
- <output>mscorlib.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_bootstrap/mscorlib.dll</library_output>
- <response>corlib.dll.sources</response>
+ <response>xsd.exe.sources</response>
</project>
- <project dir="class/System" library="System-net_2_1_bootstrap">
+ <project dir="tools/monodoc" library="monodoc-net_4_0">
<boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_bootstrap:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_bootstrap/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe</flags>
- <output>System.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_bootstrap/System.dll</library_output>
- <response>./../../build/deps/net_2_1_bootstrap_System.dll.sources</response>
- </project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_2_1_bootstrap">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_bootstrap:./../../class/lib/net_2_0: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_bootstrap/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig /r:mscorlib.dll</flags>
- <output>Mono.CompilerServices.SymbolWriter.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig /codepage:utf8 /nowarn:169,164,162,168,219 /r:Commons.Xml.Relaxng /resource:Resources/base.css,base.css /resource:Resources/ecmaspec-html-css.xsl,ecmaspec-html-css.xsl /resource:Resources/ecmaspec-html.xsl,ecmaspec-html.xsl /resource:Resources/ecmaspec.css,ecmaspec.css /resource:Resources/helper.js,helper.js /resource:Resources/home.html,home.html /resource:Resources/Lminus.gif,Lminus.gif /resource:Resources/Lplus.gif,Lplus.gif /resource:Resources/mdoc-html-format.xsl,mdoc-html-format.xsl /resource:Resources/mdoc-html-utils.xsl,mdoc-html-utils.xsl /resource:Resources/mdoc-sections-css.xsl,mdoc-sections-css.xsl /resource:Resources/mdoc-sections.xsl,mdoc-sections.xsl /resource:Resources/mono-ecma-css.xsl,mono-ecma-css.xsl /resource:Resources/mono-ecma-impl.xsl,mono-ecma-impl.xsl /resource:Resources/mono-ecma.css,mono-ecma.css /resource:Resources/mono-ecma.xsl,mono-ecma.xsl /r:ICSharpCode.SharpZipLib /r:mscorlib.dll /r:System.dll /r:System.Web /r:System.Web.Services /r:System.Xml.dll</flags>
+ <output>monodoc.dll</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_bootstrap/Mono.CompilerServices.SymbolWriter.dll</library_output>
- <response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
+ <library_output>./../../class/lib/net_4_0/monodoc.dll</library_output>
+ <response>monodoc.dll.sources</response>
</project>
- <project dir="mcs" library="smcs-net_2_1_raw">
+ <project dir="tools/resgen" library="resgen-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../class/lib/net_2_1_bootstrap: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../class/lib/net_2_1_bootstrap/smcs.exe</mcs>
- <flags>/codepage:65001 -d:GMCS_SOURCE -d:SMCS_SOURCE -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig</flags>
- <output>./../class/lib/net_2_1_raw/smcs.exe</output>
- <built_sources>cs-parser.cs</built_sources>
- <library_output>./../class/lib/net_2_1_raw/smcs.exe</library_output>
- <response>smcs.exe.sources</response>
- </project>
- <project dir="class/corlib" library="mscorlib-net_2_1_raw">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -nowarn:612,618 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin</flags>
- <output>mscorlib.dll</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/resgen.exe</output>
<built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/mscorlib.dll</library_output>
- <response>corlib.dll.sources</response>
- </project>
- <project dir="class/Mono.CompilerServices.SymbolWriter" library="Mono.CompilerServices.SymbolWriter-net_2_1_raw">
- <boot>true</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig /r:mscorlib.dll</flags>
- <output>Mono.CompilerServices.SymbolWriter.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/Mono.CompilerServices.SymbolWriter.dll</library_output>
- <response>Mono.CompilerServices.SymbolWriter.dll.sources</response>
- </project>
- <project dir="class/System" library="System-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe</flags>
- <output>System.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.dll</library_output>
- <response>./../../build/deps/net_2_1_raw_System.dll.sources</response>
- </project>
- <project dir="class/System.Net" library="System.Net-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -r:System -d:NET_2_1 -d:NET_2_0 -d:NET_1_1</flags>
- <output>System.Net.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.Net.dll</library_output>
- <response>System.Net.dll.sources</response>
- </project>
- <project dir="class/System.XML" library="System.Xml-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0618,0612,0642 -unsafe -d:AGCLR -d:NET_2_1_HACK</flags>
- <output>System.Xml.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.Xml.dll</library_output>
- <response>./../../build/deps/net_2_1_raw_System.Xml.dll.sources</response>
- </project>
- <project dir="class/System.Core" library="System.Core-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System</flags>
- <output>System.Core.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.Core.dll</library_output>
- <response>System.Core.dll.sources</response>
- </project>
- <project dir="class/System.Xml.Linq" library="System.Xml.Linq-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Xml.dll</flags>
- <output>System.Xml.Linq.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.Xml.Linq.dll</library_output>
- <response>./../../build/deps/net_2_1_raw_System.Xml.Linq.dll.sources</response>
- </project>
- <project dir="class/System.Runtime.Serialization" library="System.Runtime.Serialization-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig /nowarn:168,169,219,414 /r:System.dll /r:System.Xml.dll /r:System.Core.dll /resource:resources/mstypes.schema</flags>
- <output>System.Runtime.Serialization.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.Runtime.Serialization.dll</library_output>
- <response>./../../build/deps/net_2_1_raw_System.Runtime.Serialization.dll.sources</response>
- </project>
- <project dir="class/System.ServiceModel" library="System.ServiceModel-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig /nowarn:414,169,67,3005,436,219,618 /unsafe /r:System.dll /r:System.Xml.dll /r:System.Core.dll /r:System.Runtime.Serialization.dll /resource:resources/WS-Addressing.schema /resource:resources/ws-addr.xsd /r:System.Net /r:System.Xml.Linq</flags>
- <output>System.ServiceModel.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.ServiceModel.dll</library_output>
- <response>./../../build/deps/net_2_1_raw_System.ServiceModel.dll.sources</response>
- </project>
- <project dir="class/System.ServiceModel.Web" library="System.ServiceModel.Web-net_2_1_raw">
- <boot>false</boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll</flags>
- <output>System.ServiceModel.Web.dll</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_2_1_raw/System.ServiceModel.Web.dll</library_output>
- <response>./../../build/deps/net_2_1_raw_System.ServiceModel.Web.dll.sources</response>
+ <library_output></library_output>
+ <response>resgen.exe.sources</response>
</project>
- <project dir="tools/compiler-tester" library="compiler-tester-net_2_1_raw">
+ <project dir="tools/wsdl" library="wsdl-net_4_0">
<boot></boot>
- <mcs>MONO_PATH=./../../class/lib/net_2_1_raw: /cvs/mono/runtime/mono-wrapper --security=temporary-smcs-hack ./../../class/lib/net_2_1_raw/smcs.exe</mcs>
- <flags>/codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig</flags>
- <output>./../../class/lib/net_2_1_raw/compiler-tester.exe</output>
+ <mcs>MONO_PATH=./../../class/lib/net_4_0: /cvs/mono/runtime/mono-wrapper ./../../class/lib/net_4_0/dmcs.exe</mcs>
+ <flags>/codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -debug /noconfig</flags>
+ <output>./../../class/lib/net_4_0/wsdl.exe</output>
<built_sources></built_sources>
<library_output></library_output>
- <response>compiler-tester.exe.sources</response>
+ <response>wsdl.exe.sources</response>
</project>
</root>