From 6f8d9fc67ffb04dfdd2f49d3cc99a663450f1e8b Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 26 Jan 2021 07:18:26 +0100 Subject: [PATCH] remove old nuproj files --- .../Weingartner.Json.Migration.NuGet.nuproj | 46 ---------------- .../packages.config | 4 -- ...gartner.Json.Migration.Roslyn.NuGet.nuproj | 52 ------------------- .../packages.config | 4 -- 4 files changed, 106 deletions(-) delete mode 100644 Weingartner.Json.Migration.NuGet/Weingartner.Json.Migration.NuGet.nuproj delete mode 100644 Weingartner.Json.Migration.NuGet/packages.config delete mode 100644 Weingartner.Json.Migration.Roslyn.NuGet/Weingartner.Json.Migration.Roslyn.NuGet.nuproj delete mode 100644 Weingartner.Json.Migration.Roslyn.NuGet/packages.config diff --git a/Weingartner.Json.Migration.NuGet/Weingartner.Json.Migration.NuGet.nuproj b/Weingartner.Json.Migration.NuGet/Weingartner.Json.Migration.NuGet.nuproj deleted file mode 100644 index 67cf956..0000000 --- a/Weingartner.Json.Migration.NuGet/Weingartner.Json.Migration.NuGet.nuproj +++ /dev/null @@ -1,46 +0,0 @@ - - - - - Debug - AnyCPU - - - Release - AnyCPU - - - - - - - - - - c8ac46a3-d172-4ebb-8573-1bed4d6739c2 - - - $(SolutionDir)packages\ - 0.0.1 - $(GitVersion_NuGetVersionV2) - $(MSBuildExtensionsPath)\NuProj\ - - - - Weingartner.Json.Migration - $(NuGetVersion) - Weingartner.Json.Migration - Weingartner Maschinenbau GmbH - Weingartner Maschinenbau GmbH - Helps migrating serialized data. - Provides a type that can generate a hash out of a types properties and uses this hash to determine whether serialized data should be migrated. If the data should be migrated it calls user-defined migration methods which do the migration. A Roslyn analyzer is used to check if a type has changed at design-time. - - - https://github.com/Weingartner/Migrations.Json.Net - http://opensource.org/licenses/MIT - Copyright © Weingartner Maschinenbau GmbH - - - - - diff --git a/Weingartner.Json.Migration.NuGet/packages.config b/Weingartner.Json.Migration.NuGet/packages.config deleted file mode 100644 index 6d71c4d..0000000 --- a/Weingartner.Json.Migration.NuGet/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Weingartner.Json.Migration.Roslyn.NuGet/Weingartner.Json.Migration.Roslyn.NuGet.nuproj b/Weingartner.Json.Migration.Roslyn.NuGet/Weingartner.Json.Migration.Roslyn.NuGet.nuproj deleted file mode 100644 index 8fea173..0000000 --- a/Weingartner.Json.Migration.Roslyn.NuGet/Weingartner.Json.Migration.Roslyn.NuGet.nuproj +++ /dev/null @@ -1,52 +0,0 @@ - - - - - Debug - AnyCPU - - - Release - AnyCPU - - - - 91e0597b-41dd-4010-ac3a-6b665313456b - - - $(SolutionDir)packages\ - 0.0.1 - $(GitVersion_NuGetVersionV2) - $(MSBuildExtensionsPath)\NuProj\ - - - - Weingartner.Json.Migration.Analyzer - $(NuGetVersion) - Weingartner.Json.Migration.Analyzer - Weingartner Maschinenbau GmbH - Weingartner Maschinenbau GmbH - Helps migrating serialized data. - Provides a type that can generate a hash out of a types properties and uses this hash to determine whether serialized data should be migrated. If the data should be migrated it calls user-defined migration methods which do the migration. A Roslyn analyzer is used to check if a type has changed at design-time. - - - https://github.com/Weingartner/Migrations.Json.Net - http://opensource.org/licenses/MIT - Copyright © Weingartner Maschinenbau GmbH - - - - - - - - - - - - Analyzers - cs - - - - diff --git a/Weingartner.Json.Migration.Roslyn.NuGet/packages.config b/Weingartner.Json.Migration.Roslyn.NuGet/packages.config deleted file mode 100644 index 6d71c4d..0000000 --- a/Weingartner.Json.Migration.Roslyn.NuGet/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file