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();
}
}
}

View file

@ -9,7 +9,12 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SMBLibrary.Win32\SMBLibrary.Win32.csproj" />
<Compile Remove="NTFileStore\**" />
<EmbeddedResource Remove="NTFileStore\**" />
<None Remove="NTFileStore\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SMBLibrary\SMBLibrary.csproj" />
</ItemGroup>

View file

@ -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