Somewhat clean up csproj files

This commit is contained in:
Cinder
2021-12-28 19:25:54 -06:00
parent 93b8f41ef7
commit 110fe5eaa1
19 changed files with 22 additions and 243 deletions

View File

@@ -1,19 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>14.0.25123</ProductVersion>
<ProjectGuid>{2867B4B3-0000-0000-0000-000000000000}</ProjectGuid>
<ApplicationIcon />
<AssemblyKeyContainerName />
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<AppDesignerFolder />
<StartupObject />
<StartArguments />
<FileUpgradeFlags />
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<OutputPath>..\..\bin\</OutputPath>
@@ -21,21 +10,11 @@
<FileAlignment>4096</FileAlignment>
<RegisterForComInterop>False</RegisterForComInterop>
<NoWarn>1591,1574,0419</NoWarn>
<DocumentationFile />
<NoStdLib>False</NoStdLib>
<ConfigurationOverrideFile />
<PreBuildEvent />
<PostBuildEvent />
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent />
<PostBuildEvent />
<Authors>Sjofn LLC, Openmetaverse Developers</Authors>
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017. Copyright © Sjofn LLC 2018-2021. All rights reserved</Copyright>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryUrl>https://github.com/cinderblocks/libremetaverse</RepositoryUrl>
<Version>1.2.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="template.cs" />