Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / Microsoft.Build.Utilities / Mono.XBuild.Utilities / MSBuildUtils.cs
index 9f635b887fe8e43c9c314efcdcef00cc12afd57a..51495606e0d41ff1042e5c50280f3b9b6f13a364 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.Text;
@@ -227,5 +225,3 @@ namespace Mono.XBuild.Utilities {
        }
 
 }
-
-#endif