Cleanup csproj files

This commit is contained in:
Cinder
2021-12-29 10:23:37 -06:00
parent f39fcc24dc
commit 1de771d3e8
18 changed files with 99 additions and 983 deletions

View File

@@ -1,24 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{58443010-0000-0000-0000-000000000000}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>PacketDump</AssemblyName>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<FileAlignment>4096</FileAlignment>
<NoStdLib>False</NoStdLib>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NoWarn>1591,1574,0419</NoWarn>
<OutputPath>..\..\..\bin\</OutputPath>
<BaseAddress>285212672</BaseAddress>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup>
<Authors>Sjofn LLC, OpenMetaverse Developers</Authors>
<Product>LibreMetaverse</Product>
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017. Copyright © Sjofn LLC 2018-2021. All rights reserved.</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>