diff --git a/ClientLibrary/Microsoft.ProjectOxford.Common.csproj b/ClientLibrary/Microsoft.ProjectOxford.Common.csproj index 2f1895b..55c3b68 100644 --- a/ClientLibrary/Microsoft.ProjectOxford.Common.csproj +++ b/ClientLibrary/Microsoft.ProjectOxford.Common.csproj @@ -1,90 +1,11 @@ - - - + + - 11.0 - Debug - AnyCPU - {E858EBF6-CDD6-4F41-9E9D-0644DFA229E5} - Library - Properties - Microsoft.ProjectOxford.Common - Microsoft.ProjectOxford.Common - en-US - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Profile259 - v4.5 - - + netstandard1.1 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - packages\Newtonsoft.Json.8.0.2\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll - True - - - packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll - True - - - packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll - True - - - packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll - True - - + - + - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + \ No newline at end of file diff --git a/ClientLibrary/Microsoft.ProjectOxford.Common.sln b/ClientLibrary/Microsoft.ProjectOxford.Common.sln index 4d8fd7d..ee2b9c3 100644 --- a/ClientLibrary/Microsoft.ProjectOxford.Common.sln +++ b/ClientLibrary/Microsoft.ProjectOxford.Common.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ProjectOxford.Common", "Microsoft.ProjectOxford.Common.csproj", "{E858EBF6-CDD6-4F41-9E9D-0644DFA229E5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ProjectOxford.Common", "Microsoft.ProjectOxford.Common.csproj", "{4CF241C5-0499-4380-BF9A-41FDC2B674C0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E858EBF6-CDD6-4F41-9E9D-0644DFA229E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E858EBF6-CDD6-4F41-9E9D-0644DFA229E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E858EBF6-CDD6-4F41-9E9D-0644DFA229E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E858EBF6-CDD6-4F41-9E9D-0644DFA229E5}.Release|Any CPU.Build.0 = Release|Any CPU + {4CF241C5-0499-4380-BF9A-41FDC2B674C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4CF241C5-0499-4380-BF9A-41FDC2B674C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4CF241C5-0499-4380-BF9A-41FDC2B674C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4CF241C5-0499-4380-BF9A-41FDC2B674C0}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ClientLibrary/Properties/AssemblyInfo.cs b/ClientLibrary/Properties/AssemblyInfo.cs deleted file mode 100644 index 9453795..0000000 --- a/ClientLibrary/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System.Resources; -using System.Reflection; - -// 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("Microsoft.ProjectOxford.Common")] -[assembly: AssemblyDescription("Microsoft Project Oxford Common Types Client Library")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Microsoft ProjectOxford")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("neutral")] - -// 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/ClientLibrary/packages.config b/ClientLibrary/packages.config deleted file mode 100644 index f32b836..0000000 --- a/ClientLibrary/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file