Merge pull request #1404 from woodsb02/mono-route
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.ManifestUtilities / BaseReference.cs
index 6c547259b73d3403fa540b09381192338993a5d8..fd290ed3f62698158eae5fb46c18ccd49874b2e6 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;
 using System.Runtime.InteropServices;
@@ -153,4 +152,3 @@ namespace Microsoft.Build.Tasks.Deployment.ManifestUtilities {
        }
 }
 
-#endif