From cff6b438fac8c6355e801103e98cc34ae1fdc9bf Mon Sep 17 00:00:00 2001 From: desmaisons_david Date: Thu, 14 Jun 2018 18:56:09 -0300 Subject: [PATCH] Migrating Infra-Test csproj Files (as part of issue #58) --- Neutronium.sln | 22 +-- .../Properties/AssemblyInfo.cs | 36 ---- .../WebBrowserEngineTesterHelper.csproj | 171 +++--------------- .../packages.config | 38 ---- .../IntegratedContextTesterHelper.csproj | 11 -- .../JavascriptFrameworkTesterHelper.csproj | 40 +++- .../Properties/AssemblyInfo.cs | 36 ---- .../KnockoutFramework.Test.csproj | 2 +- .../KnockoutUIFramework.Test/app.config | 8 +- .../KnockoutUIFramework.Test/packages.config | 2 +- 10 files changed, 77 insertions(+), 289 deletions(-) delete mode 100644 Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/Properties/AssemblyInfo.cs delete mode 100644 Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/packages.config delete mode 100644 Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/Properties/AssemblyInfo.cs diff --git a/Neutronium.sln b/Neutronium.sln index 0378898f..b598b234 100644 --- a/Neutronium.sln +++ b/Neutronium.sln @@ -74,11 +74,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JavascriptFrameworks", "Jav EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infra", "Infra", "{95F6E684-BFA1-4208-9B8D-99BF3EB5FE43}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JavascriptFrameworkTesterHelper", "Tests\Infra\Tests.Infra.JavascriptEngineTesterHelper\JavascriptFrameworkTesterHelper.csproj", "{25EC8826-104C-4346-B648-CF7AB591399A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JavascriptFrameworkTesterHelper", "Tests\Infra\Tests.Infra.JavascriptEngineTesterHelper\JavascriptFrameworkTesterHelper.csproj", "{25EC8826-104C-4346-B648-CF7AB591399A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebBrowserEngineTesterHelper", "Tests\Infra\Tests.Infra.HTMLEngineTesterHelper\WebBrowserEngineTesterHelper.csproj", "{335A20F1-F421-4EB1-9961-EE487350818E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebBrowserEngineTesterHelper", "Tests\Infra\Tests.Infra.HTMLEngineTesterHelper\WebBrowserEngineTesterHelper.csproj", "{335A20F1-F421-4EB1-9961-EE487350818E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegratedContextTesterHelper", "Tests\Infra\Tests.Infra.IntegratedContextTesterHelper.Window\IntegratedContextTesterHelper.csproj", "{614BBB6D-D7C4-494A-929E-067EE62573CE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegratedContextTesterHelper", "Tests\Infra\Tests.Infra.IntegratedContextTesterHelper.Window\IntegratedContextTesterHelper.csproj", "{614BBB6D-D7C4-494A-929E-067EE62573CE}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0BFA5CDC-1C54-4682-A4AB-934D0A14F3E1}" EndProject @@ -469,32 +469,32 @@ Global {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|Any CPU.Build.0 = Debug|Any CPU {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|x64.ActiveCfg = Debug|x64 - {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|x64.Build.0 = Debug|x64 + {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|x64.ActiveCfg = Debug|Any CPU + {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|x64.Build.0 = Debug|Any CPU {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|x86.ActiveCfg = Debug|x86 {25EC8826-104C-4346-B648-CF7AB591399A}.Debug|x86.Build.0 = Debug|x86 {25EC8826-104C-4346-B648-CF7AB591399A}.Release|Any CPU.ActiveCfg = Release|Any CPU {25EC8826-104C-4346-B648-CF7AB591399A}.Release|Any CPU.Build.0 = Release|Any CPU {25EC8826-104C-4346-B648-CF7AB591399A}.Release|Mixed Platforms.ActiveCfg = Release|x86 {25EC8826-104C-4346-B648-CF7AB591399A}.Release|Mixed Platforms.Build.0 = Release|x86 - {25EC8826-104C-4346-B648-CF7AB591399A}.Release|x64.ActiveCfg = Release|x64 - {25EC8826-104C-4346-B648-CF7AB591399A}.Release|x64.Build.0 = Release|x64 + {25EC8826-104C-4346-B648-CF7AB591399A}.Release|x64.ActiveCfg = Release|Any CPU + {25EC8826-104C-4346-B648-CF7AB591399A}.Release|x64.Build.0 = Release|Any CPU {25EC8826-104C-4346-B648-CF7AB591399A}.Release|x86.ActiveCfg = Release|x86 {25EC8826-104C-4346-B648-CF7AB591399A}.Release|x86.Build.0 = Release|x86 {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|Any CPU.Build.0 = Debug|Any CPU {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|x64.ActiveCfg = Debug|x64 - {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|x64.Build.0 = Debug|x64 + {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|x64.ActiveCfg = Debug|Any CPU + {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|x64.Build.0 = Debug|Any CPU {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|x86.ActiveCfg = Debug|x86 {335A20F1-F421-4EB1-9961-EE487350818E}.Debug|x86.Build.0 = Debug|x86 {335A20F1-F421-4EB1-9961-EE487350818E}.Release|Any CPU.ActiveCfg = Release|Any CPU {335A20F1-F421-4EB1-9961-EE487350818E}.Release|Any CPU.Build.0 = Release|Any CPU {335A20F1-F421-4EB1-9961-EE487350818E}.Release|Mixed Platforms.ActiveCfg = Release|x86 {335A20F1-F421-4EB1-9961-EE487350818E}.Release|Mixed Platforms.Build.0 = Release|x86 - {335A20F1-F421-4EB1-9961-EE487350818E}.Release|x64.ActiveCfg = Release|x64 - {335A20F1-F421-4EB1-9961-EE487350818E}.Release|x64.Build.0 = Release|x64 + {335A20F1-F421-4EB1-9961-EE487350818E}.Release|x64.ActiveCfg = Release|Any CPU + {335A20F1-F421-4EB1-9961-EE487350818E}.Release|x64.Build.0 = Release|Any CPU {335A20F1-F421-4EB1-9961-EE487350818E}.Release|x86.ActiveCfg = Release|x86 {335A20F1-F421-4EB1-9961-EE487350818E}.Release|x86.Build.0 = Release|x86 {614BBB6D-D7C4-494A-929E-067EE62573CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/Properties/AssemblyInfo.cs b/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/Properties/AssemblyInfo.cs deleted file mode 100644 index c16196e2..00000000 --- a/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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("Tests.Infra.WebBrowserEngineTesterHelper")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tests.Infra.WebBrowserEngineTesterHelper")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("335a20f1-f421-4eb1-9961-ee487350818e")] - -// 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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/WebBrowserEngineTesterHelper.csproj b/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/WebBrowserEngineTesterHelper.csproj index d6c83139..94aa55f8 100644 --- a/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/WebBrowserEngineTesterHelper.csproj +++ b/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/WebBrowserEngineTesterHelper.csproj @@ -1,159 +1,34 @@ - - - - + + - Debug - AnyCPU - {335A20F1-F421-4EB1-9961-EE487350818E} - Library - Properties - Tests.Infra.WebBrowserEngineTesterHelper - Tests.Infra.WebBrowserEngineTesterHelper - v4.5 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset + net452 + + false + + AnyCPU;x86 + - - - - - - - - - ..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - - - - - - - - - - - - ..\..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll - - - ..\..\..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll - - - ..\..\..\packages\xunit.extensibility.execution.2.3.1\lib\netstandard1.1\xunit.execution.dotnet.dll - + - - - - - - - - - - - - - - - - - - - - - - - - - - {dcfc58e7-4d5b-43c5-827e-5d6f975f4995} - Neutronium.WPF - - - {9b18b122-a2fc-4537-ab68-5e1ec9959db8} - Neutronium.Core - - - + + Always + + + + + + + - + + + + - - - - 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/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/packages.config b/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/packages.config deleted file mode 100644 index f00668d9..00000000 --- a/Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/packages.config +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Tests/Infra/Tests.Infra.IntegratedContextTesterHelper.Window/IntegratedContextTesterHelper.csproj b/Tests/Infra/Tests.Infra.IntegratedContextTesterHelper.Window/IntegratedContextTesterHelper.csproj index fdc96d14..4030452d 100644 --- a/Tests/Infra/Tests.Infra.IntegratedContextTesterHelper.Window/IntegratedContextTesterHelper.csproj +++ b/Tests/Infra/Tests.Infra.IntegratedContextTesterHelper.Window/IntegratedContextTesterHelper.csproj @@ -9,18 +9,7 @@ - - - 5.3.2 - - - - 3.1.0 - - - - diff --git a/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/JavascriptFrameworkTesterHelper.csproj b/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/JavascriptFrameworkTesterHelper.csproj index ddaedad6..9ed8026e 100644 --- a/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/JavascriptFrameworkTesterHelper.csproj +++ b/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/JavascriptFrameworkTesterHelper.csproj @@ -1,4 +1,4 @@ - + + +--> + + + + + + net452 + + false + + AnyCPU;x86 + + + + + + + + + \ No newline at end of file diff --git a/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/Properties/AssemblyInfo.cs b/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/Properties/AssemblyInfo.cs deleted file mode 100644 index 3114b733..00000000 --- a/Tests/Infra/Tests.Infra.JavascriptEngineTesterHelper/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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("Tests.Infra.JavascriptFrameworkTesterHelper")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tests.Infra.JavascriptFrameworkTesterHelper")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("d6f39e8c-bf8f-454e-8512-b46be149c339")] - -// 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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/KnockoutFramework.Test.csproj b/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/KnockoutFramework.Test.csproj index 9f07cf23..a7b897e3 100644 --- a/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/KnockoutFramework.Test.csproj +++ b/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/KnockoutFramework.Test.csproj @@ -12,7 +12,7 @@ Properties KnockoutFramework.Test KnockoutFramework.Test - v4.5 + v4.5.2 512 diff --git a/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/app.config b/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/app.config index 44e62740..429a2e7c 100644 --- a/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/app.config +++ b/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file + diff --git a/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/packages.config b/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/packages.config index df091d17..aebf04eb 100644 --- a/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/packages.config +++ b/Tests/JavascriptFramework/Knockout/KnockoutUIFramework.Test/packages.config @@ -37,6 +37,6 @@ - + \ No newline at end of file