From c49a522e54ee1005dc95579cf7776e08358f3fc4 Mon Sep 17 00:00:00 2001 From: Marcin Wolnik Date: Tue, 26 Sep 2017 08:57:47 +0200 Subject: [PATCH] upgrade to new csproj format --- .../Azure.TableStorage.Repository.sln | 17 +++-- .../Azure.TableStorage.Repository.csproj | 70 ++++++------------- .../AzureTableStorage.cs | 3 +- .../Properties/AssemblyInfo.cs | 30 -------- .../project.json | 12 ---- 5 files changed, 31 insertions(+), 101 deletions(-) delete mode 100644 Azure.TableStorage.Repository/Azure.TableStorage.Repository/Properties/AssemblyInfo.cs delete mode 100644 Azure.TableStorage.Repository/Azure.TableStorage.Repository/project.json diff --git a/Azure.TableStorage.Repository/Azure.TableStorage.Repository.sln b/Azure.TableStorage.Repository/Azure.TableStorage.Repository.sln index af88c6c..b92b094 100644 --- a/Azure.TableStorage.Repository/Azure.TableStorage.Repository.sln +++ b/Azure.TableStorage.Repository/Azure.TableStorage.Repository.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.16 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.TableStorage.Repository", "Azure.TableStorage.Repository\Azure.TableStorage.Repository.csproj", "{9FE6376E-9C64-49F8-8934-AEB8FD458F39}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.TableStorage.Repository", "Azure.TableStorage.Repository\Azure.TableStorage.Repository.csproj", "{EA16695D-FA6E-4ED4-80AB-8839081DD10C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,12 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Release|Any CPU.Build.0 = Release|Any CPU + {EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5A43A1D6-D8CF-4B8E-BDBA-17362ACF20E3} + EndGlobalSection EndGlobal diff --git a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Azure.TableStorage.Repository.csproj b/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Azure.TableStorage.Repository.csproj index 741c8a5..a07ca06 100644 --- a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Azure.TableStorage.Repository.csproj +++ b/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Azure.TableStorage.Repository.csproj @@ -1,55 +1,25 @@ - - - + + - 14.0 - Debug - AnyCPU - {9FE6376E-9C64-49F8-8934-AEB8FD458F39} - Library - Properties - Wolnik.Azure.TableStorage.Repository + netstandard1.3 Wolnik.Azure.TableStorage.Repository - en-US - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - v5.0 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Wolnik.Azure.TableStorage.Repository.XML + Wolnik.Azure.TableStorage.Repository + Azure.TableStorage.Repository + 1.0.4 + Marcin Wolnik + Marcin Wolnik + Azure.TableStorage.Repository + Simple repository pattern for Azure Table storage + + https://github.com/Crokus/azure-table-storage-repo + https://github.com/Crokus/azure-table-storage-repo/blob/master/LICENSE.md + https://github.com/Crokus/azure-table-storage-repo + azure table storage repository + - - - - - - - + + - - - \ No newline at end of file + + diff --git a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/AzureTableStorage.cs b/Azure.TableStorage.Repository/Azure.TableStorage.Repository/AzureTableStorage.cs index 42be9e3..15a34a3 100644 --- a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/AzureTableStorage.cs +++ b/Azure.TableStorage.Repository/Azure.TableStorage.Repository/AzureTableStorage.cs @@ -1,5 +1,4 @@ -using System.Collections; -using Microsoft.WindowsAzure.Storage; +using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using System.Collections.Generic; using System.Linq; diff --git a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Properties/AssemblyInfo.cs b/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Properties/AssemblyInfo.cs deleted file mode 100644 index 1e2e802..0000000 --- a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Resources; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Azure.TableStorage.Repository")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Marcin Wolnik")] -[assembly: AssemblyProduct("Azure.TableStorage.Repository")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("en")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] diff --git a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/project.json b/Azure.TableStorage.Repository/Azure.TableStorage.Repository/project.json deleted file mode 100644 index 8a81064..0000000 --- a/Azure.TableStorage.Repository/Azure.TableStorage.Repository/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "supports": {}, - "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.1", - "NETStandard.Library": "1.6.0", - "System.Linq.Queryable": "4.3.0", - "WindowsAzure.Storage": "8.4.0" - }, - "frameworks": { - "netstandard1.3": {} - } -} \ No newline at end of file