From 393591105d6e2d5fbe6e95e459aa135bf049434a Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Tue, 26 Nov 2024 14:02:32 -0800 Subject: [PATCH] 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