From f3bb171c7e53a62a0e52c3bb069666811cb47776 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sat, 16 Aug 2014 08:31:04 -0500 Subject: [PATCH] Use unique assembly names for test projects so all tests can be loaded at once --- .../CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net20.csproj | 2 +- .../CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net30.csproj | 2 +- .../Antlr4.Runtime.Test/Antlr4.Runtime.Test.net35-client.csproj | 2 +- .../Antlr4.Runtime.Test/Antlr4.Runtime.Test.net40-client.csproj | 2 +- .../CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net45.csproj | 2 +- .../Antlr4.Runtime.Test.portable-net40.csproj | 2 +- .../Antlr4.Runtime.Test.portable-net45.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net20.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net20.csproj index cb28dac7b..4380e5705 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net20.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net20.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.net20 v3.5 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net30.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net30.csproj index 9d83b6252..9099e7fcf 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net30.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net30.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.net30 v3.5 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net35-client.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net35-client.csproj index 9e40e2af6..b2dc46e1d 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net35-client.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net35-client.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.net35_client v3.5 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net40-client.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net40-client.csproj index 56d6c1bc9..8880a19bb 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net40-client.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net40-client.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.net40_client v4.0 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net45.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net45.csproj index f6e238bcf..fdbfb8e4e 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net45.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.net45.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.net45 v4.5 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net40.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net40.csproj index 1de374985..e15810329 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net40.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net40.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.portable_net40 v4.0 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net45.csproj b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net45.csproj index b17e94262..dbd460274 100644 --- a/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net45.csproj +++ b/runtime/CSharp/Antlr4.Runtime.Test/Antlr4.Runtime.Test.portable-net45.csproj @@ -8,7 +8,7 @@ Library Properties Antlr4.Runtime.Test - Antlr4.Runtime.Test + Antlr4.Runtime.Test.portable_net45 v4.5 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}