cleanup: archive legacy-orders and placeholders, remove tombstone and backup files

This commit is contained in:
2026-04-05 22:44:32 -04:00
parent c6833669ad
commit e76180cf54
18 changed files with 0 additions and 5 deletions

View File

@@ -1,15 +0,0 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace NT8.Performance.Tests
{
[TestClass]
public class PlaceholderPerformanceTests
{
[TestMethod]
public void Placeholder_ShouldPass()
{
// Placeholder test to make project compile
Assert.IsTrue(true);
}
}
}

View File

@@ -1 +0,0 @@
// Removed - placeholder for performance tests