Stop compiling Chime finally

This commit is contained in:
Matt Nadareski
2023-09-27 00:05:36 -04:00
parent 481f4b41d1
commit 47f45fa46f
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
- Remove errant character from script
- Add placeholders for release builds
- Fully sync AppVeyor build with script
- Stop compiling Chime finally
### 2.6.5 (2023-09-27)

View File

@@ -1,4 +1,6 @@
using System;
#if FALSE
using System;
namespace MPF.Core.Utilities
{
@@ -394,3 +396,5 @@ namespace MPF.Core.Utilities
}
}
}
#endif