Merge pull request #485 from mtausig/master
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / InvalidProjectFileException.cs
index 3d3f84afeb8cab63151fa796b4317d8e0fc17420..57fc1b27d445d308d4622e6c92db976e313629d3 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.Security.Permissions;
@@ -190,5 +188,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif