2019-10-22 08:05:39 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<PropertyGroup>
|
2021-12-29 10:23:37 -06:00
|
|
|
|
<AssemblyName>PacketDump</AssemblyName>
|
2021-12-29 11:40:43 -06:00
|
|
|
|
<PackageId>LibreMetaverse.PacketDump</PackageId>
|
2021-12-29 10:23:37 -06:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
|
<OutputPath>..\..\..\bin\</OutputPath>
|
2021-07-24 14:04:54 -05:00
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
2021-07-26 11:43:31 -05:00
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse.Types\LibreMetaverse.Types.csproj" />
|
2019-10-22 20:30:05 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|