diff --git a/SMBLibrary.Tests/Program.cs b/SMBLibrary.Tests/Program.cs index db4b0bc..0098fa6 100644 --- a/SMBLibrary.Tests/Program.cs +++ b/SMBLibrary.Tests/Program.cs @@ -18,7 +18,7 @@ namespace SMBLibrary.Tests new RPCTests().TestAll(); new SMB2SigningTests().TestAll(); - new NTDirectoryFileSystemTests().TestAll(); + //new NTDirectoryFileSystemTests().TestAll(); } } } diff --git a/SMBLibrary.Tests/SMBLibrary.Tests.csproj b/SMBLibrary.Tests/SMBLibrary.Tests.csproj index 6386f32..9d7f95d 100644 --- a/SMBLibrary.Tests/SMBLibrary.Tests.csproj +++ b/SMBLibrary.Tests/SMBLibrary.Tests.csproj @@ -9,7 +9,12 @@ - + + + + + + diff --git a/SMBServer.VS2019.sln b/SMBServer.VS2019.sln index 7e4c7b7..84d4d6d 100644 --- a/SMBServer.VS2019.sln +++ b/SMBServer.VS2019.sln @@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Lansweeper.SMBLibrary.nuspec = Lansweeper.SMBLibrary.nuspec EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SMBLibrary.Win32", "SMBLibrary.Win32\SMBLibrary.Win32.csproj", "{2C18400D-A5A8-47FB-8225-84801613CFC7}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -34,10 +32,6 @@ Global {C79B06EB-32C1-44CA-B7E1-A891B8135658}.Debug|Any CPU.Build.0 = Debug|Any CPU {C79B06EB-32C1-44CA-B7E1-A891B8135658}.Release|Any CPU.ActiveCfg = Release|Any CPU {C79B06EB-32C1-44CA-B7E1-A891B8135658}.Release|Any CPU.Build.0 = Release|Any CPU - {2C18400D-A5A8-47FB-8225-84801613CFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2C18400D-A5A8-47FB-8225-84801613CFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2C18400D-A5A8-47FB-8225-84801613CFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2C18400D-A5A8-47FB-8225-84801613CFC7}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE