diff --git a/ClientLibrary/FaceClientSDK.nuspec b/ClientLibrary/FaceClientSDK.nuspec index 67d9d08..aa0e5fb 100644 --- a/ClientLibrary/FaceClientSDK.nuspec +++ b/ClientLibrary/FaceClientSDK.nuspec @@ -16,8 +16,7 @@ Copyright (c) 2016 Face Oxford ProjectOxford Microsoft Cognitive CognitiveServices - - + diff --git a/ClientLibrary/Microsoft.ProjectOxford.Face.csproj b/ClientLibrary/Microsoft.ProjectOxford.Face.csproj index ad83934..3731342 100644 --- a/ClientLibrary/Microsoft.ProjectOxford.Face.csproj +++ b/ClientLibrary/Microsoft.ProjectOxford.Face.csproj @@ -1,91 +1,11 @@ - - - + - 11.0 - Debug - AnyCPU - {25D58BA5-660F-407B-803C-22B4547C09DC} - Library - Properties - Microsoft.ProjectOxford.Face - Microsoft.ProjectOxford.Face - en-US - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Profile111 - v4.5 - SAK - SAK - SAK - SAK + netstandard1.1 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - packages\Microsoft.ProjectOxford.Common.1.0.324\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\Microsoft.ProjectOxford.Common.dll - True - - - packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll - True - + - + - \ No newline at end of file diff --git a/ClientLibrary/Properties/AssemblyInfo.cs b/ClientLibrary/Properties/AssemblyInfo.cs deleted file mode 100644 index 9c9dd15..0000000 --- a/ClientLibrary/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,45 +0,0 @@ -// -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. -// -// Microsoft Cognitive Services (formerly Project Oxford): https://www.microsoft.com/cognitive-services -// -// Microsoft Cognitive Services (formerly Project Oxford) GitHub: -// https://github.com/Microsoft/Cognitive-Face-Windows -// -// Copyright (c) Microsoft Corporation -// All rights reserved. -// -// MIT License: -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// -using System.Reflection; -using System.Resources; - -[assembly: AssemblyTitle("Microsoft.ProjectOxford.Face")] -[assembly: AssemblyDescription("Microsoft.ProjectOxford.Face")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Microsoft ProjectOxford")] -[assembly: AssemblyCopyright("Copyright © 2016 Microsoft")] -[assembly: AssemblyTrademark("Microsoft")] -[assembly: NeutralResourcesLanguage("en")] - -[assembly: AssemblyVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0")] \ No newline at end of file