From 1d925e1d08abdf0d23dde2af7d319f1a500d115e Mon Sep 17 00:00:00 2001 From: Dmitry Budaev Date: Mon, 11 Feb 2019 17:27:06 +0100 Subject: [PATCH] Update project files to vs2017 format --- .travis.yml | 4 +- Bynder/Api/Bynder.Api.csproj | 133 +++------------------ Bynder/Api/Properties/AssemblyInfo.cs | 42 ------- Bynder/Api/packages.config | 4 - Bynder/Models/Bynder.Models.csproj | 97 ++------------- Bynder/Models/Properties/AssemblyInfo.cs | 38 ------ Bynder/Models/packages.config | 4 - Bynder/Sample/Bynder.Sample.csproj | 82 ++----------- Bynder/Sample/Properties/AssemblyInfo.cs | 38 ------ Bynder/Test/Bynder.Test.csproj | 144 +++-------------------- Bynder/Test/Properties/AssemblyInfo.cs | 38 ------ Bynder/Test/packages.config | 8 -- 12 files changed, 53 insertions(+), 579 deletions(-) delete mode 100644 Bynder/Api/Properties/AssemblyInfo.cs delete mode 100644 Bynder/Api/packages.config delete mode 100644 Bynder/Models/Properties/AssemblyInfo.cs delete mode 100644 Bynder/Models/packages.config delete mode 100644 Bynder/Sample/Properties/AssemblyInfo.cs delete mode 100644 Bynder/Test/Properties/AssemblyInfo.cs delete mode 100644 Bynder/Test/packages.config diff --git a/.travis.yml b/.travis.yml index a43656c..d359e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,11 @@ install: script: - msbuild /p:Configuration=Release byndercsharpsdk.sln - - mono ./testrunner/NUnit.ConsoleRunner.3.8.0/tools/nunit3-console.exe ./Bynder/Test/bin/Release/Bynder.Test.dll + - mono ./testrunner/NUnit.ConsoleRunner.3.8.0/tools/nunit3-console.exe ./Bynder/Test/bin/Release/net461/Bynder.Test.dll notifications: email: recipients: - ajax@bynder.com on_success: never - on_failure: always \ No newline at end of file + on_failure: always diff --git a/Bynder/Api/Bynder.Api.csproj b/Bynder/Api/Bynder.Api.csproj index 974e2ca..f77ea67 100644 --- a/Bynder/Api/Bynder.Api.csproj +++ b/Bynder/Api/Bynder.Api.csproj @@ -1,125 +1,28 @@ - - - + - Debug - AnyCPU - {3C667FDB-9143-4F33-8E16-6AFBEFCC335A} - Library - Properties - Bynder.Api - Bynder.Api - v4.6 - 512 - + net461 + 1.2.2.0 + 1.2.2.0 + Bynder + Bynder.Api + Copyright © Bynder - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - - - $(SolutionDir)packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll - True - - - - - - - - - - - - - - - - - - - - - - - - - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - {6d0798e3-cd6f-40e5-9bbb-838a69bd84f7} - Bynder.Models - + - + + - + + <_Parameter1>Bynder.Test + + + <_Parameter1>DynamicProxyGenAssembly2 + - - - \ No newline at end of file + diff --git a/Bynder/Api/Properties/AssemblyInfo.cs b/Bynder/Api/Properties/AssemblyInfo.cs deleted file mode 100644 index 397fffc..0000000 --- a/Bynder/Api/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) Bynder. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. - -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("Bynder.Api")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Bynder")] -[assembly: AssemblyProduct("Bynder.Api")] -[assembly: AssemblyCopyright("Copyright © Bynder")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("3c667fdb-9143-4f33-8e16-6afbefcc335a")] - -// 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.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] - -[assembly: InternalsVisibleTo("Bynder.Test")] -[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] diff --git a/Bynder/Api/packages.config b/Bynder/Api/packages.config deleted file mode 100644 index 5211859..0000000 --- a/Bynder/Api/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Bynder/Models/Bynder.Models.csproj b/Bynder/Models/Bynder.Models.csproj index a56abbe..d34dcf9 100644 --- a/Bynder/Models/Bynder.Models.csproj +++ b/Bynder/Models/Bynder.Models.csproj @@ -1,92 +1,13 @@ - - - + - Debug - AnyCPU - {6D0798E3-CD6F-40E5-9BBB-838A69BD84F7} - Library - Properties - Bynder.Models - Bynder.Models - v4.6 - 512 - true - + net461 + 1.2.2.0 + 1.2.2.0 + Bynder + Bynder.Models + Copyright © Bynder - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - $(SolutionDir)packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - + - - - \ No newline at end of file + diff --git a/Bynder/Models/Properties/AssemblyInfo.cs b/Bynder/Models/Properties/AssemblyInfo.cs deleted file mode 100644 index d696208..0000000 --- a/Bynder/Models/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (c) Bynder. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. - -using System.Reflection; -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("Bynder.Models")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Bynder")] -[assembly: AssemblyProduct("Bynder.Models")] -[assembly: AssemblyCopyright("Copyright © Bynder")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6d0798e3-cd6f-40e5-9bbb-838a69bd84f7")] - -// 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.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] diff --git a/Bynder/Models/packages.config b/Bynder/Models/packages.config deleted file mode 100644 index 5211859..0000000 --- a/Bynder/Models/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Bynder/Sample/Bynder.Sample.csproj b/Bynder/Sample/Bynder.Sample.csproj index 69b73aa..8fd24f4 100644 --- a/Bynder/Sample/Bynder.Sample.csproj +++ b/Bynder/Sample/Bynder.Sample.csproj @@ -1,86 +1,22 @@ - - - + - Debug - AnyCPU - {29FFFA5A-7215-49C4-8C41-81FD6A6A7857} Exe - Properties - Bynder.Sample - Bynder.Sample - v4.6 - 512 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net461 + 1.2.2.0 + 1.2.2.0 + Bynder + Bynder.Sample + Copyright © Bynder - - - - - - - - - - - - - - - - - - - - - - - - {3c667fdb-9143-4f33-8e16-6afbefcc335a} - Bynder.Api - - - {6d0798e3-cd6f-40e5-9bbb-838a69bd84f7} - Bynder.Models - - + PreserveNewest - - - \ No newline at end of file + diff --git a/Bynder/Sample/Properties/AssemblyInfo.cs b/Bynder/Sample/Properties/AssemblyInfo.cs deleted file mode 100644 index d30362f..0000000 --- a/Bynder/Sample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (c) Bynder. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. - -using System.Reflection; -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("Bynder.Sample")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Bynder")] -[assembly: AssemblyProduct("Bynder.Sample")] -[assembly: AssemblyCopyright("Copyright © Bynder")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("29fffa5a-7215-49c4-8c41-81fd6a6a7857")] - -// 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.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] diff --git a/Bynder/Test/Bynder.Test.csproj b/Bynder/Test/Bynder.Test.csproj index 30d69e0..602ed07 100644 --- a/Bynder/Test/Bynder.Test.csproj +++ b/Bynder/Test/Bynder.Test.csproj @@ -1,142 +1,28 @@ - - + - Debug - AnyCPU - {DEF3EB49-0223-40AA-BF9E-CC60727844F6} - Library - Properties - Bynder.Test - Bynder.Test - v4.6 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - + net461 + 1.2.2.0 + 1.2.2.0 + Bynder + Bynder.Test + Copyright © Bynder - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - $(SolutionDir)packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll - True - - - $(SolutionDir)packages\Moq.4.5.28\lib\net45\Moq.dll - True - - - $(SolutionDir)packages\Moq.Sequences.1.0.1.0\lib\net40\Moq.Sequences.dll - True - - - ..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll - - - $(SolutionDir)packages\NUnit.3.5.0\lib\net45\nunit.framework.dll - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - {3c667fdb-9143-4f33-8e16-6afbefcc335a} - Bynder.Api - - - {6d0798e3-cd6f-40e5-9bbb-838a69bd84f7} - Bynder.Models - + - - Designer - - - Designer - + PreserveNewest - - - - - - False - - - False - - - False - - - False - - - - - - - - \ No newline at end of file + diff --git a/Bynder/Test/Properties/AssemblyInfo.cs b/Bynder/Test/Properties/AssemblyInfo.cs deleted file mode 100644 index 393044a..0000000 --- a/Bynder/Test/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (c) Bynder. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. - -using System.Reflection; -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("Bynder.Test")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Bynder")] -[assembly: AssemblyProduct("Bynder.Test")] -[assembly: AssemblyCopyright("Copyright © Bynder")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("def3eb49-0223-40aa-bf9e-cc60727844f6")] - -// 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.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] diff --git a/Bynder/Test/packages.config b/Bynder/Test/packages.config deleted file mode 100644 index 2ed3579..0000000 --- a/Bynder/Test/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file