Merge pull request #799 from kebby/master
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / ColorSetter.cs
index c779de92b98517d8b4e1f7b309bf9b6938cc7bff..85091186ea0010e039f5b01a44f2580253a5b49a 100644 (file)
 // 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;
 
 namespace Microsoft.Build.BuildEngine {
        public delegate void ColorSetter (ConsoleColor color);
 }
-
-#endif
\ No newline at end of file