Merge pull request #1718 from madewokherd/sgenthreadcleanup
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.Bootstrapper / IBuildSettings.cs
index 120f654d30a7a27d19fe6265887a2e4008fa86d1..b0f3eb33198e97f53071354fb0d3feaf6bc8f8c8 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;
@@ -99,4 +98,3 @@ namespace Microsoft.Build.Tasks.Deployment.Bootstrapper {
        }
 }
 
-#endif