[Microsoft.Build.BuildEngine] More NET_2_0 removal
authorAndres G. Aragoneses <knocte@gmail.com>
Sat, 15 Sep 2012 17:48:28 +0000 (18:48 +0100)
committerAndres G. Aragoneses <knocte@gmail.com>
Sat, 15 Sep 2012 17:48:28 +0000 (18:48 +0100)
23 files changed:
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/BatchingImplBase.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionAndExpression.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionExpression.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionFactorExpresion.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionFunctionExpression.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionNotExpression.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionOrExpression.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionParser.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionRelationalExpression.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConditionTokenizer.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ExpressionCollection.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ExpressionEvaluationException.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ExpressionParseException.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/IReference.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/LogExtensions.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ProjectLoadSettings.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/TargetBatchingImpl.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/TaskBatchingImpl.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Token.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Toolset.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ToolsetCollection.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ToolsetDefinitionLocations.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/UnknownToolsVersionException.cs

index d18e58642f788794ca921e7e3938e4f6ccbd9984..794a10d1304aede8cfd60b6298a62583fbcd76df 100644 (file)
@@ -28,8 +28,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -256,5 +254,3 @@ namespace Microsoft.Build.BuildEngine {
 
        }
 }
-
-#endif
index 55c40d80e924af385c2344e9e2c61bfa8c787de7..10eb5c2bccac549b8a6ea8465924a2704cc39d4a 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Xml;
 
@@ -88,5 +86,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
index 8411cd8265945e1e63441d77a22a505a9e016c74..004ed571c90f020052ef4205f776033fb3275924 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Xml;
 
@@ -42,5 +40,3 @@ namespace Microsoft.Build.BuildEngine {
                public abstract bool CanEvaluateToString (Project context);
        }
 }
-
-#endif
index 9f8f6c63f58c42996026396d8230ec2c71aa916f..709fedf1ce88f40e5419b637ed4a48a64a5458eb 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Collections.Specialized;
@@ -129,5 +127,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
index 3cc58f78f465876489cdfa3b34e9c017bfa6b4af..7140e50566d96e5b110a9e6243912ecfe4c22936 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -135,5 +133,3 @@ namespace Microsoft.Build.BuildEngine {
 
        }
 }
-
-#endif
index 28d9292564e5bac94c99ecef3a1ccacda02fa870..431f69b50d4376e70ea0ce3a37820f9e0c755d68 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Xml;
 
@@ -72,5 +70,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
index 1f6bf4b30d0a80dec3776fbc0ca07f98747e866a..3d8006e6288b7bd1902ab3b7c240f765a0c2fe52 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Xml;
 
@@ -86,5 +84,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
index f1a2ae63fbbdf2b1e16eb6c2d2f117157b322372..d7f4ac5c80b022d15c32a4ffb8b3bb4132243348 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -277,5 +275,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
index 15dff4feebbfff9f973195a030802335c104ee39..da0ed40a19f8e3e2752ed3c42ffe3178e30365a9 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Xml;
@@ -165,5 +163,3 @@ namespace Microsoft.Build.BuildEngine {
                GreaterOrEqual
        }
 }
-
-#endif
index 184872a2bcd1165590e5eda994756407e5872534..29a4aba628af1765cad1851993be5fe6e4ec9d73 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -302,5 +300,3 @@ namespace Microsoft.Build.BuildEngine {
                };
        }
 }
-
-#endif
index 8c5c00aa6836a5f87da171b30eba278600e51f09..ca0034a10923b5ab756aa8c38ba1c96c82115856 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -291,5 +289,3 @@ namespace Microsoft.Build.BuildEngine {
 
        }
 }
-
-#endif
index e08c148d9c615d4976c21bb6f991d6c34474c744..4a613a81e01a69abed328c75c63cf8a84ff9ebd4 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Runtime.Serialization;
 
@@ -57,5 +55,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
index 12a0690dd619838e56d78bd7c838ca1f395f97c9..31af4165109f86dc646c45bd251377e471196032 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Runtime.Serialization;
 
@@ -57,5 +55,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif
\ No newline at end of file
index 30104edd7ed816e236db75d856019a4f20985cc4..3c243f1b5eb4863ef509f61ff7ab9219298aa8d4 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using Microsoft.Build.Framework;
 
 namespace Microsoft.Build.BuildEngine {
@@ -38,5 +36,3 @@ namespace Microsoft.Build.BuildEngine {
                int End { get; }
        }
 }
-
-#endif
index 7577a6ede35d72f731b0dfc7805792a3e5b9b194..f547572cd0c42b6c1dfb91f85fd1c6fda3e53a1d 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.IO;
 using System.Text;
@@ -185,5 +183,3 @@ namespace Microsoft.Build.BuildEngine
                }
        }
 }
-
-#endif
index 9b8930759016dccb3fc9a8ba9c5ad28468ab8bf6..9cc720abafeae19d78bf21e79139f3ad6c06de61 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 namespace Microsoft.Build.BuildEngine {
 
        public enum ProjectLoadSettings {
@@ -34,5 +32,3 @@ namespace Microsoft.Build.BuildEngine {
                IgnoreMissingImports
        }
 }
-
-#endif
index b5bc4599fdaf567084c61605456686714338a5c4..28ea4c8c69ce366a569d07b964ac8cc465475331 100644 (file)
@@ -28,8 +28,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -268,5 +266,3 @@ namespace Microsoft.Build.BuildEngine {
 
        }
 }
-
-#endif
index ed85f29e683a9c06471f6935147dd987e079c368..65ed711aed56e5921ea910839ed10a90ed2434d9 100644 (file)
@@ -28,8 +28,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections.Generic;
 using System.Xml;
@@ -130,5 +128,3 @@ namespace Microsoft.Build.BuildEngine {
        }
 
 }
-
-#endif
index 5c38a966d646b72cf6dec07895cda7a1e401477b..7a16bee3b5f71cef57edcd17b971f3cef6fa5c94 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 
 namespace Microsoft.Build.BuildEngine {
@@ -128,5 +126,3 @@ namespace Microsoft.Build.BuildEngine {
                Invalid,
        }
 }
-
-#endif
index d7955176a4a4c53d9bd41443413c0c06d91ab0ad..5db46fcbfbd5fa6b2c02dc966ca9775f1925198f 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
 using System;
 
 namespace Microsoft.Build.BuildEngine
@@ -50,4 +49,3 @@ namespace Microsoft.Build.BuildEngine
                public string ToolsPath { get; private set; }
        }
 }
-#endif
index 0c332d45d53de18c4e34c7b4bf8c76cb85570baa..aeac9b9deb6aea22c29f46fa241a4384b8f17338 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections.Generic;
 using System.Collections;
@@ -96,4 +94,3 @@ namespace Microsoft.Build.BuildEngine
                }
        }
 }
-#endif
index 6f5e106b8e9851c1afd831df1b5c43bcba048998..0ebf85434569888369ae33b0c40398b5355c896c 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 namespace Microsoft.Build.BuildEngine
 {
        public enum ToolsetDefinitionLocations
@@ -36,4 +34,3 @@ namespace Microsoft.Build.BuildEngine
                Registry
        }
 }
-#endif
index fc07678043fc98dc5b70f8d7e21e595e63749f3a..4f059cfb85d374bf55f78b6daec8999af386347d 100644 (file)
@@ -25,8 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Runtime.Serialization;
 using System.Text;
@@ -74,5 +72,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif