Skip to content

Commit c32a756

Browse files
author
Andrea Pierini
committed
Firs Release
1 parent e304bb4 commit c32a756

2 files changed

Lines changed: 3 additions & 52 deletions

File tree

KrbRelayEx.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Global
1414
Release|x64 = Release|x64
1515
Release|x86 = Release|x86
1616
EndGlobalSection
17+
1718
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1819
{FB6F6F76-D77E-4977-8316-C9D12953564B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1920
{FB6F6F76-D77E-4977-8316-C9D12953564B}.Debug|Any CPU.Build.0 = Debug|Any CPU

KrbRelayEx/KrbRelayEx.csproj

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -45,33 +45,7 @@
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
4646
<OutputPath>bin\x64\Release\</OutputPath>
4747
</PropertyGroup>
48-
<!--
49-
<ItemGroup>
50-
<Compile Remove="Clients\Attacks\Ldap\**" />
51-
<EmbeddedResource Remove="Clients\Attacks\Ldap\**" />
52-
<None Remove="Clients\Attacks\Ldap\**" />
53-
</ItemGroup>
54-
-->
55-
<!--
56-
<ItemGroup>
57-
<COMReference Include="NetFwTypeLib">
58-
<Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
59-
<VersionMajor>1</VersionMajor>
60-
<VersionMinor>0</VersionMinor>
61-
<Lcid>0</Lcid>
62-
<WrapperTool>tlbimp</WrapperTool>
63-
<Isolated>False</Isolated>
64-
<EmbedInteropTypes>True</EmbedInteropTypes>
65-
</COMReference>
66-
</ItemGroup>
67-
<ItemGroup>
68-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
69-
<Visible>False</Visible>
70-
<ProductName>.NET Framework 3.5 SP1</ProductName>
71-
<Install>false</Install>
72-
</BootstrapperPackage>
73-
</ItemGroup>
74-
-->
48+
7549
<ItemGroup>
7650
<WCFMetadata Include="Connected Services\" />
7751
</ItemGroup>
@@ -85,29 +59,5 @@
8559
<PackageReference Include="System.DirectoryServices" Version="9.0.0" />
8660
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
8761
</ItemGroup>
88-
<!--
89-
<ItemGroup>
90-
<Compile Remove="Com\BufferUtils.cs" />
91-
<Compile Remove="Com\COMInterfaces.cs" />
92-
<Compile Remove="Com\COMObjRef.cs" />
93-
<Compile Remove="Com\COMUtilities.cs" />
94-
<Compile Remove="Com\ComUtils.cs" />
95-
<Compile Remove="Com\SafeBufferGeneric.cs" />
96-
<Compile Remove="Com\SafeHGlobalBuffer.cs" />
97-
<Compile Remove="Com\SafeStructureInOutBuffer.cs" />
98-
<Compile Remove="IStorage\IEnumSTATSTG.cs" />
99-
<Compile Remove="IStorage\ILockBytes.cs" />
100-
<Compile Remove="IStorage\IMarshal.cs" />
101-
<Compile Remove="IStorage\IStorage.cs" />
102-
<Compile Remove="IStorage\IStream.cs" />
103-
<Compile Remove="IStorage\Ole32.cs" />
104-
<Compile Remove="IStorage\StandardActivator.cs" />
105-
<Compile Remove="IStorage\StorageTrigger.cs" />
106-
<Compile Remove="Smb\RPCForSMBLibrary\Services\SamrService\Enums\AccessMask.cs" />
107-
<Compile Remove="Spoofing\HttpServer.cs" />
108-
<Compile Remove="Spoofing\LLMNR.cs" />
109-
<Compile Remove="Spoofing\UDP.cs" />
110-
<Compile Remove="Spoofing\Util.cs" />
111-
</ItemGroup>
112-
-->
62+
11363
</Project>

0 commit comments

Comments
 (0)