Remove unused project SMBLibrary.Win32 from build

This commit is contained in:
Peter Van Dender 2021-03-24 14:34:08 +01:00
parent e35c12c1f2
commit 0b98e1f754
3 changed files with 7 additions and 8 deletions

View file

@ -18,7 +18,7 @@ namespace SMBLibrary.Tests
new RPCTests().TestAll();
new SMB2SigningTests().TestAll();
new NTDirectoryFileSystemTests().TestAll();
//new NTDirectoryFileSystemTests().TestAll();
}
}
}