2005-09-22 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / Warning.cs
index b8b84d983d17b6848425f677ceb1e0b917e654e2..52747f0ab50dc9028247263f0e64464f20ec7312 100644 (file)
@@ -25,6 +25,8 @@
 // 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 Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
@@ -59,3 +61,5 @@ namespace Microsoft.Build.Tasks {
                }
        }
 }
+
+#endif
\ No newline at end of file