mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-11 01:49:18 +02:00
Remove unused project SMBLibrary.Win32 from build
This commit is contained in:
parent
e35c12c1f2
commit
0b98e1f754
3 changed files with 7 additions and 8 deletions
|
@ -18,7 +18,7 @@ namespace SMBLibrary.Tests
|
||||||
new RPCTests().TestAll();
|
new RPCTests().TestAll();
|
||||||
new SMB2SigningTests().TestAll();
|
new SMB2SigningTests().TestAll();
|
||||||
|
|
||||||
new NTDirectoryFileSystemTests().TestAll();
|
//new NTDirectoryFileSystemTests().TestAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,12 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\SMBLibrary.Win32\SMBLibrary.Win32.csproj" />
|
<Compile Remove="NTFileStore\**" />
|
||||||
|
<EmbeddedResource Remove="NTFileStore\**" />
|
||||||
|
<None Remove="NTFileStore\**" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\SMBLibrary\SMBLibrary.csproj" />
|
<ProjectReference Include="..\SMBLibrary\SMBLibrary.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
Lansweeper.SMBLibrary.nuspec = Lansweeper.SMBLibrary.nuspec
|
Lansweeper.SMBLibrary.nuspec = Lansweeper.SMBLibrary.nuspec
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SMBLibrary.Win32", "SMBLibrary.Win32\SMBLibrary.Win32.csproj", "{2C18400D-A5A8-47FB-8225-84801613CFC7}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
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}.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.ActiveCfg = Release|Any CPU
|
||||||
{C79B06EB-32C1-44CA-B7E1-A891B8135658}.Release|Any CPU.Build.0 = 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
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue