From 7a86b33a38f29b315e8f08759eba42e8fe296fd7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 3 Sep 2022 10:44:33 -0700 Subject: Centralize test project configuration with IsWixTestProject --- src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj | 9 +-------- .../WixToolsetTest.Dnc.HostGenerator.csproj | 6 +----- .../WixToolsetTest.ManagedHost.csproj | 9 +-------- .../FullFramework2MBA/Example.FullFramework2MBA.csproj | 5 ----- .../test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj | 9 +-------- .../WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj | 10 +--------- .../test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj | 9 +-------- .../test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj | 9 +-------- .../WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj | 9 +-------- .../Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj | 9 +-------- src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | 9 +-------- .../Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | 9 +-------- .../test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 10 +--------- .../WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj | 9 +-------- src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj | 9 +-------- src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | 9 +-------- .../Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj | 9 +-------- .../WixToolsetTest.VisualStudio.csproj | 9 +-------- 18 files changed, 17 insertions(+), 140 deletions(-) (limited to 'src/ext') diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj b/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj index a59a4707..65ac84dc 100644 --- a/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj +++ b/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -23,10 +22,4 @@ - - - - - - diff --git a/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj b/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj index 0c2b33fd..3da896a9 100644 --- a/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj +++ b/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -20,8 +19,5 @@ - - - diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj b/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj index a55beac7..bcadc112 100644 --- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj +++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -15,10 +14,4 @@ - - - - - - diff --git a/src/ext/Bal/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj b/src/ext/Bal/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj index e396e41f..2076f0b4 100644 --- a/src/ext/Bal/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj +++ b/src/ext/Bal/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj @@ -17,9 +17,4 @@ - - - - - diff --git a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj index b440f273..d423ffeb 100644 --- a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj +++ b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj b/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj index f1067f3f..101eee58 100644 --- a/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj +++ b/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj @@ -4,9 +4,7 @@ netcoreapp3.1 - embedded - false - false + true @@ -20,10 +18,4 @@ - - - - - - diff --git a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj index 28496a2e..bc348261 100644 --- a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -22,10 +21,4 @@ - - - - - - diff --git a/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj b/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj index f0eab3bd..d524cb7d 100644 --- a/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj +++ b/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -22,10 +21,4 @@ - - - - - - diff --git a/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj b/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj index 684fa4a5..be8e7f2a 100644 --- a/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj +++ b/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj b/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj index 052b96b4..62c477ed 100644 --- a/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj +++ b/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj index 07d1a9ba..3f59e352 100644 --- a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj +++ b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -22,10 +21,4 @@ - - - - - - diff --git a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj index 9b3d00ca..5acf0cf7 100644 --- a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj +++ b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -22,10 +21,4 @@ - - - - - - diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 24f807eb..71cf532f 100644 --- a/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj @@ -4,9 +4,7 @@ netcoreapp3.1 - embedded - false - false + true @@ -22,12 +20,6 @@ - - - - - - diff --git a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj index bd834200..595629ed 100644 --- a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj +++ b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj b/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj index df560060..39949409 100644 --- a/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj +++ b/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj b/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj index 211c02a6..5f2da23f 100644 --- a/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj +++ b/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj b/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj index fdb21557..e607f9cf 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj +++ b/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - diff --git a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj index f480d365..d39e1528 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj @@ -4,8 +4,7 @@ netcoreapp3.1 - false - false + true @@ -19,10 +18,4 @@ - - - - - - -- cgit v1.2.3-55-g6feb