forked from BornToBeRoot/NETworkManager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNETworkManager.Models.csproj
More file actions
55 lines (52 loc) · 2.11 KB
/
Copy pathNETworkManager.Models.csproj
File metadata and controls
55 lines (52 loc) · 2.11 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
<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>net5.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
<CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</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="DnsClient" Version="1.5.0" />
<PackageReference Include="IPNetwork2" Version="2.6.548" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.4.0" />
<PackageReference Include="MahApps.Metro" Version="2.4.7" />
<PackageReference Include="MahApps.Metro.IconPacks" Version="4.8.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.1.4" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.902.49" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.3.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</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>