-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKerb.AuthTester.csproj
32 lines (27 loc) · 1.12 KB
/
Kerb.AuthTester.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<PlatformTarget>AnyCPU</PlatformTarget>
<Description>Originally Created by Michel Barneveld (http://blog.michelbarneveld.nl)
Ported by SPWizard (https://github.com/spwizard01)</Description>
</PropertyGroup>
<ItemGroup>
<Compile Remove="LCLib.Asn1Processor\**" />
<Compile Remove="LipingShare.LCLib.Asn1Processor\**" />
<EmbeddedResource Remove="LCLib.Asn1Processor\**" />
<EmbeddedResource Remove="LipingShare.LCLib.Asn1Processor\**" />
<None Remove="LCLib.Asn1Processor\**" />
<None Remove="LipingShare.LCLib.Asn1Processor\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="Authorization\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="LCLib.Asn1Processor\LCLib.Asn1Processor.csproj" />
<ProjectReference Include="LipingShare.LCLib.Asn1Processor\LipingShare.LCLib.Asn1Processor.csproj" />
</ItemGroup>
</Project>