From 9e07d0a91253ad64586c0b49df390b7c34c1290b Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Tue, 26 Nov 2024 13:42:54 -0800 Subject: [PATCH 1/3] Add netstandard reference to ViewsInterfaces --- Src/Common/ViewsInterfaces/ViewsInterfaces.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj b/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj index 08950c968c..312155117d 100644 --- a/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj +++ b/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj @@ -1,4 +1,4 @@ - + Local @@ -123,6 +123,7 @@ AnyCPU + From 393591105d6e2d5fbe6e95e459aa135bf049434a Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Tue, 26 Nov 2024 14:02:32 -0800 Subject: [PATCH 2/3] Add netstandard reference to anything that refs ViewsInterfaces --- Src/CacheLight/CacheLight.csproj | 1 + Src/CacheLight/CacheLightTests/CacheLightTests.csproj | 1 + Src/Common/Controls/DetailControls/DetailControls.csproj | 1 + .../DetailControlsTests/DetailControlsTests.csproj | 1 + Src/Common/Controls/FwControls/FwControls.csproj | 1 + Src/Common/Controls/Widgets/Widgets.csproj | 1 + Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj | 1 + Src/Common/Controls/XMLViews/XMLViews.csproj | 1 + Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj | 1 + Src/Common/Filters/Filters.csproj | 1 + Src/Common/Filters/FiltersTests/FiltersTests.csproj | 1 + Src/Common/Framework/Framework.csproj | 1 + Src/Common/Framework/FrameworkTests/FrameworkTests.csproj | 1 + Src/Common/RootSite/RootSite.csproj | 1 + Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj | 1 + Src/Common/SimpleRootSite/SimpleRootSite.csproj | 1 + .../SimpleRootSiteTests/SimpleRootSiteTests.csproj | 1 + .../ViewsInterfacesTests/ViewsInterfacesTests.csproj | 1 + Src/FXT/FxtExe/FxtExe.csproj | 1 + Src/FdoUi/FdoUi.csproj | 1 + Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj | 1 + .../FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj | 1 + Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj | 1 + Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj | 1 + Src/LexText/LexTextControls/LexTextControls.csproj | 1 + Src/LexText/LexTextExe/LexTextExe.csproj | 1 + Src/LexText/Lexicon/LexEdDll.csproj | 1 + Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj | 1 + Src/LexText/Morphology/MorphologyEditorDll.csproj | 1 + Src/LexText/ParserUI/ParserUI.csproj | 1 + Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj | 1 + .../ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj | 1 + Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj | 1 + Src/ManagedVwWindow/ManagedVwWindow.csproj | 1 + .../ManagedVwWindowTests/ManagedVwWindowTests.csproj | 1 + Src/XCore/SilSidePane/SilSidePane.csproj | 1 + Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj | 1 + Src/xWorks/xWorks.csproj | 1 + Src/xWorks/xWorksTests/xWorksTests.csproj | 1 + 39 files changed, 39 insertions(+) diff --git a/Src/CacheLight/CacheLight.csproj b/Src/CacheLight/CacheLight.csproj index 868593482d..48c6dbe7c7 100644 --- a/Src/CacheLight/CacheLight.csproj +++ b/Src/CacheLight/CacheLight.csproj @@ -153,6 +153,7 @@ False ..\..\Output\Debug\SIL.LCModel.Utils.dll + False ..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/CacheLight/CacheLightTests/CacheLightTests.csproj b/Src/CacheLight/CacheLightTests/CacheLightTests.csproj index 057bdc4292..dd6992ed27 100644 --- a/Src/CacheLight/CacheLightTests/CacheLightTests.csproj +++ b/Src/CacheLight/CacheLightTests/CacheLightTests.csproj @@ -158,6 +158,7 @@ False ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/DetailControls/DetailControls.csproj b/Src/Common/Controls/DetailControls/DetailControls.csproj index 56101932d0..f59d512d34 100644 --- a/Src/Common/Controls/DetailControls/DetailControls.csproj +++ b/Src/Common/Controls/DetailControls/DetailControls.csproj @@ -140,6 +140,7 @@ + ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj b/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj index ff8f34d167..307255894d 100644 --- a/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj +++ b/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj @@ -203,6 +203,7 @@ + False ..\..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/FwControls/FwControls.csproj b/Src/Common/Controls/FwControls/FwControls.csproj index 46215dc49a..bbc374ee5b 100644 --- a/Src/Common/Controls/FwControls/FwControls.csproj +++ b/Src/Common/Controls/FwControls/FwControls.csproj @@ -155,6 +155,7 @@ False ..\..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/Widgets/Widgets.csproj b/Src/Common/Controls/Widgets/Widgets.csproj index 6bcc48816d..246156635e 100644 --- a/Src/Common/Controls/Widgets/Widgets.csproj +++ b/Src/Common/Controls/Widgets/Widgets.csproj @@ -145,6 +145,7 @@ False ..\..\..\..\Output\Debug\SIL.Core.Desktop.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj b/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj index 15f9585bb2..7d223b79c6 100644 --- a/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj +++ b/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj @@ -172,6 +172,7 @@ False ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces ..\..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/XMLViews/XMLViews.csproj b/Src/Common/Controls/XMLViews/XMLViews.csproj index bb0a386a87..1a7e7764ca 100644 --- a/Src/Common/Controls/XMLViews/XMLViews.csproj +++ b/Src/Common/Controls/XMLViews/XMLViews.csproj @@ -154,6 +154,7 @@ False ..\..\..\..\Output\Debug\SIL.Windows.Forms.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj b/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj index 82dc831c5a..a1b42a1ae3 100644 --- a/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj +++ b/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj @@ -192,6 +192,7 @@ False ..\..\..\..\..\Output\Debug\SimpleRootSiteTests.dll + ViewsInterfaces ..\..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Filters/Filters.csproj b/Src/Common/Filters/Filters.csproj index 0bcb70adeb..7d34c405e2 100644 --- a/Src/Common/Filters/Filters.csproj +++ b/Src/Common/Filters/Filters.csproj @@ -123,6 +123,7 @@ AnyCPU + False ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Filters/FiltersTests/FiltersTests.csproj b/Src/Common/Filters/FiltersTests/FiltersTests.csproj index 6a04a41415..7bfc3794eb 100644 --- a/Src/Common/Filters/FiltersTests/FiltersTests.csproj +++ b/Src/Common/Filters/FiltersTests/FiltersTests.csproj @@ -156,6 +156,7 @@ False ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/Framework/Framework.csproj b/Src/Common/Framework/Framework.csproj index 4f89ce21c4..86f0ab370b 100644 --- a/Src/Common/Framework/Framework.csproj +++ b/Src/Common/Framework/Framework.csproj @@ -156,6 +156,7 @@ False ..\..\..\Output\Debug\SIL.Core.Desktop.dll + ..\..\..\Output\Debug\ViewsInterfaces.dll False diff --git a/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj b/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj index bd03eb4645..a3214608b8 100644 --- a/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj +++ b/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj @@ -154,6 +154,7 @@ False ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/RootSite/RootSite.csproj b/Src/Common/RootSite/RootSite.csproj index 1717ad5f86..754bae47aa 100644 --- a/Src/Common/RootSite/RootSite.csproj +++ b/Src/Common/RootSite/RootSite.csproj @@ -156,6 +156,7 @@ False ..\..\..\Output\Debug\SIL.Core.Desktop.dll + ViewsInterfaces ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj b/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj index 0ed672c778..9be9edfa2c 100644 --- a/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj +++ b/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj @@ -164,6 +164,7 @@ False ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/SimpleRootSite/SimpleRootSite.csproj b/Src/Common/SimpleRootSite/SimpleRootSite.csproj index afd8d25186..8e1156759e 100644 --- a/Src/Common/SimpleRootSite/SimpleRootSite.csproj +++ b/Src/Common/SimpleRootSite/SimpleRootSite.csproj @@ -166,6 +166,7 @@ False ..\..\..\Output\Debug\SIL.LCModel.dll + ViewsInterfaces ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj b/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj index 7833e6cd6a..4bb7894454 100644 --- a/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj +++ b/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj @@ -170,6 +170,7 @@ False ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces False diff --git a/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj b/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj index 2ace425677..4398e645e3 100644 --- a/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj +++ b/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj @@ -115,6 +115,7 @@ False ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll + False ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/FXT/FxtExe/FxtExe.csproj b/Src/FXT/FxtExe/FxtExe.csproj index 4525b50fba..4e7d19b66e 100644 --- a/Src/FXT/FxtExe/FxtExe.csproj +++ b/Src/FXT/FxtExe/FxtExe.csproj @@ -129,6 +129,7 @@ False ..\..\..\Output\Debug\BasicUtils.dll + False ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/FdoUi/FdoUi.csproj b/Src/FdoUi/FdoUi.csproj index c8002d3ca8..405cc8d765 100644 --- a/Src/FdoUi/FdoUi.csproj +++ b/Src/FdoUi/FdoUi.csproj @@ -155,6 +155,7 @@ False ..\..\Output\Debug\SIL.Core.Desktop.dll + ..\..\Output\Debug\ViewsInterfaces.dll False diff --git a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj index 85fddc20fb..bf15e033ec 100644 --- a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj @@ -153,6 +153,7 @@ False ..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll + ViewsInterfaces False diff --git a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj index 67cd96c4e0..907571c1d4 100644 --- a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj @@ -212,6 +212,7 @@ ..\..\..\..\Output\Debug\FwUtilsTests.dll + False ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj b/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj index e2136413cf..372937e612 100644 --- a/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj @@ -169,6 +169,7 @@ ..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + ViewsInterfaces False diff --git a/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj b/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj index a3c6544332..73f86d20ef 100644 --- a/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj +++ b/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj @@ -162,6 +162,7 @@ False ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ViewsInterfaces ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/LexText/LexTextControls/LexTextControls.csproj b/Src/LexText/LexTextControls/LexTextControls.csproj index ea6c7ff23a..bca65d7a39 100644 --- a/Src/LexText/LexTextControls/LexTextControls.csproj +++ b/Src/LexText/LexTextControls/LexTextControls.csproj @@ -145,6 +145,7 @@ False ..\..\..\Output\Debug\SIL.Core.Desktop.dll + ViewsInterfaces ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/LexText/LexTextExe/LexTextExe.csproj b/Src/LexText/LexTextExe/LexTextExe.csproj index 33576221ab..9e8319fdcb 100644 --- a/Src/LexText/LexTextExe/LexTextExe.csproj +++ b/Src/LexText/LexTextExe/LexTextExe.csproj @@ -163,6 +163,7 @@ ..\..\..\Output\Debug\ParserUI.dll + ViewsInterfaces ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/LexText/Lexicon/LexEdDll.csproj b/Src/LexText/Lexicon/LexEdDll.csproj index f21807b6e0..721c1c07c1 100644 --- a/Src/LexText/Lexicon/LexEdDll.csproj +++ b/Src/LexText/Lexicon/LexEdDll.csproj @@ -251,6 +251,7 @@ + False ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj b/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj index f2a36a47d5..a17075245d 100644 --- a/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj +++ b/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj @@ -120,6 +120,7 @@ + False ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/LexText/Morphology/MorphologyEditorDll.csproj b/Src/LexText/Morphology/MorphologyEditorDll.csproj index 06b61c9f28..381492f4ae 100644 --- a/Src/LexText/Morphology/MorphologyEditorDll.csproj +++ b/Src/LexText/Morphology/MorphologyEditorDll.csproj @@ -150,6 +150,7 @@ AnyCPU + ViewsInterfaces ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/LexText/ParserUI/ParserUI.csproj b/Src/LexText/ParserUI/ParserUI.csproj index a7d1392461..6de24ce3bb 100644 --- a/Src/LexText/ParserUI/ParserUI.csproj +++ b/Src/LexText/ParserUI/ParserUI.csproj @@ -257,6 +257,7 @@ False ..\..\..\Output\Debug\SIL.LCModel.Utils.dll + ..\..\..\Output\Debug\ViewslInterfaces.dll diff --git a/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj b/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj index e49cb361b1..e9ec206a37 100644 --- a/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj +++ b/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj @@ -92,6 +92,7 @@ ..\..\Output\Debug\SIL.LCModel.Utils.dll + False ..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj b/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj index 5ec3a863a1..463f8973ac 100644 --- a/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj +++ b/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj @@ -104,6 +104,7 @@ ..\..\..\Output\Debug\ManagedLgIcuCollator.dll + False ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj b/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj index 11ab04dd6a..e75c8564e6 100644 --- a/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj +++ b/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj @@ -84,6 +84,7 @@ + False ..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/ManagedVwWindow/ManagedVwWindow.csproj b/Src/ManagedVwWindow/ManagedVwWindow.csproj index 6d414a3fbd..6f0033eebf 100644 --- a/Src/ManagedVwWindow/ManagedVwWindow.csproj +++ b/Src/ManagedVwWindow/ManagedVwWindow.csproj @@ -84,6 +84,7 @@ + False ..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj b/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj index 7bfccfade0..4cfa15dcc6 100644 --- a/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj +++ b/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj @@ -104,6 +104,7 @@ + ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/XCore/SilSidePane/SilSidePane.csproj b/Src/XCore/SilSidePane/SilSidePane.csproj index 3c02fbc70b..6b41768646 100644 --- a/Src/XCore/SilSidePane/SilSidePane.csproj +++ b/Src/XCore/SilSidePane/SilSidePane.csproj @@ -188,6 +188,7 @@ + ..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj b/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj index 1aa0e0d3c1..163859c808 100644 --- a/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj +++ b/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj @@ -62,6 +62,7 @@ + False ..\..\..\..\Output\Debug\ViewsInterfaces.dll diff --git a/Src/xWorks/xWorks.csproj b/Src/xWorks/xWorks.csproj index 779dd55620..6eecc3e003 100644 --- a/Src/xWorks/xWorks.csproj +++ b/Src/xWorks/xWorks.csproj @@ -183,6 +183,7 @@ False ..\..\Output\Debug\TagLibSharp.dll + ..\..\Output\Debug\ViewsInterfaces.dll False diff --git a/Src/xWorks/xWorksTests/xWorksTests.csproj b/Src/xWorks/xWorksTests/xWorksTests.csproj index eb647de82b..a0a7160fd8 100644 --- a/Src/xWorks/xWorksTests/xWorksTests.csproj +++ b/Src/xWorks/xWorksTests/xWorksTests.csproj @@ -159,6 +159,7 @@ False ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll + ..\..\..\Output\Debug\ViewsInterfaces.dll False From 9c6e6c15d424d17f150eda474464d0b9a816bfdd Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Tue, 26 Nov 2024 14:27:04 -0800 Subject: [PATCH 3/3] Add netstandard reference to all remaining .csproj files * This is overkill - but since it can only be debugged on jenkins it is the most efficient use of time --- Build/Src/FwBuildTasks/FwBuildTasks.csproj | 1 + Build/Src/NUnitReport/NUnitReport.csproj | 1 + Lib/src/Converter/ConvertConsole/ConverterConsole.csproj | 1 + Lib/src/Converter/Converter/Converter.csproj | 1 + Lib/src/Converter/Convertlib/ConvertLib.csproj | 1 + Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj | 1 + Lib/src/ObjectBrowser/ObjectBrowser.csproj | 1 + Lib/src/ScrChecks/ScrChecks.csproj | 1 + Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj | 1 + Src/Common/Controls/Design/Design.csproj | 1 + .../Controls/FwControls/FwControlsTests/FwControlsTests.csproj | 1 + Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj | 1 + Src/Common/ScriptureUtils/ScriptureUtils.csproj | 1 + .../ScriptureUtilsTests/ScriptureUtilsTests.csproj | 1 + Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj | 1 + Src/FXT/FxtDll/FxtDll.csproj | 1 + Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj | 1 + .../FwParatextLexiconPluginTests.csproj | 1 + Src/FwResources/FwResources.csproj | 1 + Src/InstallValidator/InstallValidator.csproj | 1 + .../InstallValidatorTests/InstallValidatorTests.csproj | 1 + Src/LCMBrowser/LCMBrowser.csproj | 1 + Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj | 1 + .../FlexPathwayPluginTests/FlexPathwayPluginTests.csproj | 1 + .../LexTextControlsTests/LexTextControlsTests.csproj | 1 + Src/LexText/LexTextDll/LexTextDll.csproj | 1 + Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj | 1 + Src/LexText/Morphology/MGA/MGA.csproj | 1 + Src/LexText/Morphology/MGA/MGATests/MGATests.csproj | 1 + .../ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj | 1 + .../XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj | 1 + Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj | 1 + Src/MigrateSqlDbs/MigrateSqlDbs.csproj | 1 + Src/ParatextImport/ParatextImport.csproj | 1 + .../ParatextImportTests/ParatextImportTests.csproj | 1 + Src/UnicodeCharEditor/UnicodeCharEditor.csproj | 1 + Src/Utilities/FixFwData/FixFwData.csproj | 1 + Src/Utilities/FixFwDataDll/FixFwDataDll.csproj | 1 + Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj | 1 + .../MessageBoxExLibTests/MessageBoxExLibTests.csproj | 1 + Src/Utilities/Reporting/Reporting.csproj | 1 + Src/Utilities/SfmStats/SfmStats.csproj | 1 + Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj | 1 + Src/Utilities/SfmToXml/Sfm2Xml.csproj | 1 + Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj | 1 + Src/Utilities/XMLUtils/XMLUtils.csproj | 1 + Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj | 1 + Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj | 1 + Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj | 1 + Src/XCore/xCore.csproj | 1 + Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj | 1 + .../xCoreInterfacesTests/xCoreInterfacesTests.csproj | 1 + Src/XCore/xCoreTests/xCoreTests.csproj | 1 + 53 files changed, 53 insertions(+) diff --git a/Build/Src/FwBuildTasks/FwBuildTasks.csproj b/Build/Src/FwBuildTasks/FwBuildTasks.csproj index d6e950a48e..37cc8bf9bf 100644 --- a/Build/Src/FwBuildTasks/FwBuildTasks.csproj +++ b/Build/Src/FwBuildTasks/FwBuildTasks.csproj @@ -11,6 +11,7 @@ + diff --git a/Build/Src/NUnitReport/NUnitReport.csproj b/Build/Src/NUnitReport/NUnitReport.csproj index a89f33ade4..087f24f9d4 100644 --- a/Build/Src/NUnitReport/NUnitReport.csproj +++ b/Build/Src/NUnitReport/NUnitReport.csproj @@ -38,6 +38,7 @@ NUnitReport.Program + ..\..\FwBuildTasks.dll diff --git a/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj b/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj index 272a9644f6..39341f5d5b 100644 --- a/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj +++ b/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj @@ -77,6 +77,7 @@ AllRules.ruleset + False ..\..\..\..\DistFiles\ConvertLib.dll diff --git a/Lib/src/Converter/Converter/Converter.csproj b/Lib/src/Converter/Converter/Converter.csproj index 6c6cd68d31..768be8936e 100644 --- a/Lib/src/Converter/Converter/Converter.csproj +++ b/Lib/src/Converter/Converter/Converter.csproj @@ -77,6 +77,7 @@ AllRules.ruleset + False ..\..\..\..\DistFiles\ConvertLib.dll diff --git a/Lib/src/Converter/Convertlib/ConvertLib.csproj b/Lib/src/Converter/Convertlib/ConvertLib.csproj index 7d8470f824..2dcc21fd02 100644 --- a/Lib/src/Converter/Convertlib/ConvertLib.csproj +++ b/Lib/src/Converter/Convertlib/ConvertLib.csproj @@ -74,6 +74,7 @@ AllRules.ruleset + 3.5 diff --git a/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj b/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj index f140d969e8..39ace60d7f 100644 --- a/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj +++ b/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj @@ -67,6 +67,7 @@ prompt + System diff --git a/Lib/src/ObjectBrowser/ObjectBrowser.csproj b/Lib/src/ObjectBrowser/ObjectBrowser.csproj index cf074c20c4..dac443a50d 100644 --- a/Lib/src/ObjectBrowser/ObjectBrowser.csproj +++ b/Lib/src/ObjectBrowser/ObjectBrowser.csproj @@ -76,6 +76,7 @@ AnyCPU + 3.5 diff --git a/Lib/src/ScrChecks/ScrChecks.csproj b/Lib/src/ScrChecks/ScrChecks.csproj index 29e2ed3442..9442fdf68f 100644 --- a/Lib/src/ScrChecks/ScrChecks.csproj +++ b/Lib/src/ScrChecks/ScrChecks.csproj @@ -84,6 +84,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.LCModel.Core.dll diff --git a/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj b/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj index fb536e19e2..98d5b38a53 100644 --- a/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj +++ b/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj @@ -85,6 +85,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll diff --git a/Src/Common/Controls/Design/Design.csproj b/Src/Common/Controls/Design/Design.csproj index 2205d238a3..51de241f7b 100644 --- a/Src/Common/Controls/Design/Design.csproj +++ b/Src/Common/Controls/Design/Design.csproj @@ -143,6 +143,7 @@ AnyCPU + System diff --git a/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj b/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj index 84a4259d2d..20e3444cff 100644 --- a/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj +++ b/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj @@ -142,6 +142,7 @@ AnyCPU + False diff --git a/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj b/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj index e308d839ee..cedc866469 100644 --- a/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj +++ b/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj @@ -87,6 +87,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/Common/ScriptureUtils/ScriptureUtils.csproj b/Src/Common/ScriptureUtils/ScriptureUtils.csproj index 8f77325cb0..e2ec165e2a 100644 --- a/Src/Common/ScriptureUtils/ScriptureUtils.csproj +++ b/Src/Common/ScriptureUtils/ScriptureUtils.csproj @@ -147,6 +147,7 @@ AnyCPU + False ..\..\..\Output\Debug\FwUtils.dll diff --git a/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj b/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj index 2f600419e0..7e41e24ff6 100644 --- a/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj +++ b/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj @@ -152,6 +152,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.Core.dll diff --git a/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj b/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj index b501f2fe68..afcb80b2ea 100644 --- a/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj +++ b/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj @@ -141,6 +141,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.Core.dll diff --git a/Src/FXT/FxtDll/FxtDll.csproj b/Src/FXT/FxtDll/FxtDll.csproj index adb8e6ac5e..40da5d7e8b 100644 --- a/Src/FXT/FxtDll/FxtDll.csproj +++ b/Src/FXT/FxtDll/FxtDll.csproj @@ -125,6 +125,7 @@ false + SIL.LCModel ..\..\..\Output\Debug\SIL.LCModel.dll diff --git a/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj b/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj index 53637268f0..c809043a2e 100644 --- a/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj +++ b/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj @@ -146,6 +146,7 @@ AnyCPU + SIL.LCModel ..\..\..\..\Output\Debug\SIL.LCModel.dll diff --git a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj index 36c14c8a57..4c110e7e3e 100644 --- a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj +++ b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj @@ -57,6 +57,7 @@ AnyCPU + False ..\..\..\Output\Debug\FwParatextLexiconPlugin.dll diff --git a/Src/FwResources/FwResources.csproj b/Src/FwResources/FwResources.csproj index 11a06b4591..a233e73d65 100644 --- a/Src/FwResources/FwResources.csproj +++ b/Src/FwResources/FwResources.csproj @@ -135,6 +135,7 @@ AnyCPU + False ..\..\Output\Debug\SIL.Core.dll diff --git a/Src/InstallValidator/InstallValidator.csproj b/Src/InstallValidator/InstallValidator.csproj index ab307c905b..6cb0af95c1 100644 --- a/Src/InstallValidator/InstallValidator.csproj +++ b/Src/InstallValidator/InstallValidator.csproj @@ -70,6 +70,7 @@ false + diff --git a/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj b/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj index 39f999c547..d01db22ec9 100644 --- a/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj +++ b/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj @@ -68,6 +68,7 @@ AnyCPU + ..\..\..\Build\FwBuildTasks.dll diff --git a/Src/LCMBrowser/LCMBrowser.csproj b/Src/LCMBrowser/LCMBrowser.csproj index a78c941e1c..93877b82cc 100644 --- a/Src/LCMBrowser/LCMBrowser.csproj +++ b/Src/LCMBrowser/LCMBrowser.csproj @@ -88,6 +88,7 @@ AllRules.ruleset + False ..\..\Output\Debug\SIL.LCModel.Core.dll diff --git a/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj b/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj index f019a1b8c8..2dcedcf326 100644 --- a/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj +++ b/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj @@ -88,6 +88,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.LCModel.dll diff --git a/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj b/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj index 27343b8707..c53b62e88f 100644 --- a/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj +++ b/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj @@ -89,6 +89,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\FlexPathwayPlugin.dll diff --git a/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj b/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj index da7f71e2bb..5486350a8e 100644 --- a/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj +++ b/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj @@ -125,6 +125,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll diff --git a/Src/LexText/LexTextDll/LexTextDll.csproj b/Src/LexText/LexTextDll/LexTextDll.csproj index 7ede07e36a..f3063d848d 100644 --- a/Src/LexText/LexTextDll/LexTextDll.csproj +++ b/Src/LexText/LexTextDll/LexTextDll.csproj @@ -135,6 +135,7 @@ AnyCPU + False ..\..\..\Output\Debug\DesktopAnalytics.dll diff --git a/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj b/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj index 78c0ef6b34..0e0a20f274 100644 --- a/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj +++ b/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj @@ -112,6 +112,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/LexText/Morphology/MGA/MGA.csproj b/Src/LexText/Morphology/MGA/MGA.csproj index c565a0314e..1c6e3f7758 100644 --- a/Src/LexText/Morphology/MGA/MGA.csproj +++ b/Src/LexText/Morphology/MGA/MGA.csproj @@ -143,6 +143,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll diff --git a/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj b/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj index 8b84a2a542..ffd0306d09 100644 --- a/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj +++ b/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj @@ -144,6 +144,7 @@ AnyCPU + False ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj index 156af0a47b..4fef39e269 100644 --- a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj +++ b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj @@ -80,6 +80,7 @@ AnyCPU + false ..\..\..\..\Output\Debug\SIL.Core.dll diff --git a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj index 51838d5af2..7d43de2a67 100644 --- a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj +++ b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj @@ -72,6 +72,7 @@ AnyCPU + False ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj b/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj index b532561d38..701a735806 100644 --- a/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj +++ b/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj @@ -131,6 +131,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\ApplicationTransforms.dll diff --git a/Src/MigrateSqlDbs/MigrateSqlDbs.csproj b/Src/MigrateSqlDbs/MigrateSqlDbs.csproj index 2dfd1b0e8c..e93ebccbae 100644 --- a/Src/MigrateSqlDbs/MigrateSqlDbs.csproj +++ b/Src/MigrateSqlDbs/MigrateSqlDbs.csproj @@ -91,6 +91,7 @@ AllRules.ruleset + False ..\..\Output\Debug\SIL.LCModel.dll diff --git a/Src/ParatextImport/ParatextImport.csproj b/Src/ParatextImport/ParatextImport.csproj index 9025759ba9..8379e9dd2f 100644 --- a/Src/ParatextImport/ParatextImport.csproj +++ b/Src/ParatextImport/ParatextImport.csproj @@ -86,6 +86,7 @@ AnyCPU + False ..\..\Output\Debug\SIL.Core.Desktop.dll diff --git a/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj b/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj index a547345e61..1b40d3babf 100644 --- a/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj +++ b/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj @@ -93,6 +93,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.LCModel.Core.dll diff --git a/Src/UnicodeCharEditor/UnicodeCharEditor.csproj b/Src/UnicodeCharEditor/UnicodeCharEditor.csproj index e87acc191f..b634562d06 100644 --- a/Src/UnicodeCharEditor/UnicodeCharEditor.csproj +++ b/Src/UnicodeCharEditor/UnicodeCharEditor.csproj @@ -86,6 +86,7 @@ true + False ..\..\Output\Debug\CommandLineArgumentsParser.dll diff --git a/Src/Utilities/FixFwData/FixFwData.csproj b/Src/Utilities/FixFwData/FixFwData.csproj index 6b56139be2..5cacb20a1a 100644 --- a/Src/Utilities/FixFwData/FixFwData.csproj +++ b/Src/Utilities/FixFwData/FixFwData.csproj @@ -82,6 +82,7 @@ + False ..\..\..\Output\Debug\SIL.Core.dll diff --git a/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj b/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj index 44eb7b88e8..44666fad94 100644 --- a/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj +++ b/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj @@ -78,6 +78,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.LCModel.dll diff --git a/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj b/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj index 484160fa9d..2889dae694 100644 --- a/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj +++ b/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj @@ -109,6 +109,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.Core.dll diff --git a/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj b/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj index 8b15b08dd0..612d8eb975 100644 --- a/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj +++ b/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj @@ -146,6 +146,7 @@ AnyCPU + ..\..\..\..\Bin\nunitforms\FormsTester.dll diff --git a/Src/Utilities/Reporting/Reporting.csproj b/Src/Utilities/Reporting/Reporting.csproj index 68b9f075a9..26d8771eb2 100644 --- a/Src/Utilities/Reporting/Reporting.csproj +++ b/Src/Utilities/Reporting/Reporting.csproj @@ -141,6 +141,7 @@ AnyCPU + ..\..\..\Output\Debug\FwUtils.dll diff --git a/Src/Utilities/SfmStats/SfmStats.csproj b/Src/Utilities/SfmStats/SfmStats.csproj index daa895c904..1f58759740 100644 --- a/Src/Utilities/SfmStats/SfmStats.csproj +++ b/Src/Utilities/SfmStats/SfmStats.csproj @@ -80,6 +80,7 @@ AnyCPU + Sfm2Xml ..\..\..\Output\Debug\Sfm2Xml.dll diff --git a/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj b/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj index 9cd483c80e..0c7a391e16 100644 --- a/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj +++ b/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj @@ -142,6 +142,7 @@ AnyCPU + Sfm2Xml ..\..\..\..\Output\Debug\Sfm2Xml.dll diff --git a/Src/Utilities/SfmToXml/Sfm2Xml.csproj b/Src/Utilities/SfmToXml/Sfm2Xml.csproj index 2d25be3399..714b4e2340 100644 --- a/Src/Utilities/SfmToXml/Sfm2Xml.csproj +++ b/Src/Utilities/SfmToXml/Sfm2Xml.csproj @@ -142,6 +142,7 @@ AnyCPU + False ..\..\Output\Debug\ECInterfaces.dll diff --git a/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj b/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj index 0ceaae7feb..41a7338c65 100644 --- a/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj +++ b/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj @@ -59,6 +59,7 @@ + False ..\..\..\..\Output\Debug\ECInterfaces.dll diff --git a/Src/Utilities/XMLUtils/XMLUtils.csproj b/Src/Utilities/XMLUtils/XMLUtils.csproj index ea27f64a00..a3a3c8a2cf 100644 --- a/Src/Utilities/XMLUtils/XMLUtils.csproj +++ b/Src/Utilities/XMLUtils/XMLUtils.csproj @@ -119,6 +119,7 @@ AnyCPU + False ..\..\..\Output\Debug\FwUtils.dll diff --git a/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj b/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj index f59f4962df..52c3c4e98b 100644 --- a/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj +++ b/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj @@ -146,6 +146,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj b/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj index dd86f4acf3..1b44f21f92 100644 --- a/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj +++ b/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj @@ -143,6 +143,7 @@ AnyCPU + diff --git a/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj b/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj index 5774121553..922c787a18 100644 --- a/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj +++ b/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj @@ -120,6 +120,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/XCore/xCore.csproj b/Src/XCore/xCore.csproj index 132e90bedd..58ffee0ba6 100644 --- a/Src/XCore/xCore.csproj +++ b/Src/XCore/xCore.csproj @@ -115,6 +115,7 @@ AnyCPU + Accessibility diff --git a/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj b/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj index 31b3ff3383..91ec332893 100644 --- a/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj +++ b/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj @@ -151,6 +151,7 @@ AnyCPU + False ..\..\..\Output\Debug\SIL.Core.Desktop.dll diff --git a/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj b/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj index d3aa033912..f4c6873c9b 100644 --- a/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj +++ b/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj @@ -81,6 +81,7 @@ AnyCPU + False ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll diff --git a/Src/XCore/xCoreTests/xCoreTests.csproj b/Src/XCore/xCoreTests/xCoreTests.csproj index 96d02e2bf8..1c567b64cb 100644 --- a/Src/XCore/xCoreTests/xCoreTests.csproj +++ b/Src/XCore/xCoreTests/xCoreTests.csproj @@ -152,6 +152,7 @@ AnyCPU + False ..\..\..\Output\Debug\FlexUIAdapter.dll