-
Notifications
You must be signed in to change notification settings - Fork 799
Expand file tree
/
Copy pathNETworkManager.Models.csproj
More file actions
64 lines (61 loc) · 2.97 KB
/
NETworkManager.Models.csproj
File metadata and controls
64 lines (61 loc) · 2.97 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{8A2859DC-38B6-4E9D-A6B2-1828DC6641B3}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>NETworkManager.Models</RootNamespace>
<AssemblyName>NETworkManager.Models</AssemblyName>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PlatformTarget>x64</PlatformTarget>
<SelfContained>false</SelfContained>
<CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\OUI.xml"/>
<None Remove="Resources\Ports.xml"/>
<None Remove="Resources\PSDiscoveryProtocol.psm1"/>
<None Remove="Resources\WhoisServers.xml"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\PSDiscoveryProtocol.psm1"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.400.77"/>
<PackageReference Include="DnsClient" Version="1.8.0"/>
<PackageReference Include="IPNetwork2" Version="3.0.667"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.5"/>
<PackageReference Include="log4net" Version="3.0.3"/>
<PackageReference Include="MahApps.Metro" Version="2.4.10"/>
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" Version="5.1.0"/>
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.1.0"/>
<PackageReference Include="MahApps.Metro.IconPacks.MaterialLight" Version="5.1.0"/>
<PackageReference Include="MahApps.Metro.IconPacks.Modern" Version="5.1.0"/>
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="5.1.0"/>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40"/>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.6"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj"/>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\OUI.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Ports.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\WhoisServers.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>