From 982e96595b138a2d02f6a22664caa5634636ffd8 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 17 Feb 2024 15:02:31 +0000 Subject: [PATCH] chore: add directory.build.props --- Directory.Build.props | 67 ++++++++++++++++++++++++ VpSharp.Commands/VpSharp.Commands.csproj | 52 +----------------- VpSharp/VpSharp.csproj | 51 ------------------ 3 files changed, 68 insertions(+), 102 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..954ecab --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,67 @@ + + + 12.0 + true + true + true + true + true + pdbonly + true + 1.0.0 + Oliver Booth + enable + en + https://github.com/oliverbooth/VpSharp + git + A modern Virtual Paradise SDK wrapper for .NET + LICENSE.md + icon.png + + bot wrapper sdk dotnet wrapper-api wrapper-library virtual-paradise + README.md + See CHANGELOG.md for a full list of changes. + true + + + + true + + + + $(VersionPrefix)-$(VersionSuffix) + $(VersionPrefix).0 + $(VersionPrefix).0 + + + + $(VersionPrefix)-$(VersionSuffix).$(BuildNumber) + $(VersionPrefix).$(BuildNumber) + $(VersionPrefix).$(BuildNumber) + + + + $(VersionPrefix) + $(VersionPrefix).0 + $(VersionPrefix).0 + + + + + True + + + + True + + + + True + + + + True + + + + \ No newline at end of file diff --git a/VpSharp.Commands/VpSharp.Commands.csproj b/VpSharp.Commands/VpSharp.Commands.csproj index 21c16c7..1b16b62 100644 --- a/VpSharp.Commands/VpSharp.Commands.csproj +++ b/VpSharp.Commands/VpSharp.Commands.csproj @@ -1,43 +1,8 @@ - net6.0;net7.0 - enable - enable - 10.0 - 1.0.0 - Oliver Booth - en - https://github.com/oliverbooth/VpSharp - git - A modern Virtual Paradise SDK wrapper for .NET + net6.0;net7.0;net8.0 true - LICENSE.md - icon.png - - bot wrapper sdk dotnet wrapper-api wrapper-library virtual-paradise - true - - - - $(VersionPrefix)-$(VersionSuffix) - $(VersionPrefix).0 - $(VersionPrefix).0 - $(VersionPrefix)-$(VersionSuffix) - - - - $(VersionPrefix)-$(VersionSuffix).$(BuildNumber) - $(VersionPrefix).$(BuildNumber) - $(VersionPrefix).$(BuildNumber) - $(VersionPrefix)-$(VersionSuffix).$(BuildNumber) - - - - $(VersionPrefix) - $(VersionPrefix).0 - $(VersionPrefix).0 - $(VersionPrefix) @@ -46,21 +11,6 @@ - - - True - - - - True - - - - True - - - - diff --git a/VpSharp/VpSharp.csproj b/VpSharp/VpSharp.csproj index 798636d..83cd77b 100644 --- a/VpSharp/VpSharp.csproj +++ b/VpSharp/VpSharp.csproj @@ -2,43 +2,7 @@ net6.0;net7.0;net8.0 - 10.0 - enable - enable - true - 1.0.0 - Oliver Booth - en - https://github.com/oliverbooth/VpSharp - git - A modern Virtual Paradise SDK wrapper for .NET true - LICENSE.md - icon.png - - bot wrapper sdk dotnet wrapper-api wrapper-library virtual-paradise - true - - - - $(VersionPrefix)-$(VersionSuffix) - $(VersionPrefix).0 - $(VersionPrefix).0 - $(VersionPrefix)-$(VersionSuffix) - - - - $(VersionPrefix)-$(VersionSuffix).$(BuildNumber) - $(VersionPrefix).$(BuildNumber) - $(VersionPrefix).$(BuildNumber) - $(VersionPrefix)-$(VersionSuffix).$(BuildNumber) - - - - $(VersionPrefix) - $(VersionPrefix).0 - $(VersionPrefix).0 - $(VersionPrefix) @@ -54,21 +18,6 @@ - - - True - - - - True - - - - True - - - -