Skip to content

Commit

Permalink
Merge branch 'release/9.1' into LT-21891a
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-sil authored Nov 27, 2024
2 parents 692e86b + 9c6e6c1 commit 42c5772
Show file tree
Hide file tree
Showing 93 changed files with 94 additions and 1 deletion.
1 change: 1 addition & 0 deletions Build/Src/FwBuildTasks/FwBuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.3" PrivateAssets="All" />
<PackageReference Include="SIL.TestUtilities" Version="12.0.0-*" PrivateAssets="All" />
<Reference Include="netstandard" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
<Reference Include="System.IO.Compression" />
Expand Down
1 change: 1 addition & 0 deletions Build/Src/NUnitReport/NUnitReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<StartupObject>NUnitReport.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="FwBuildTasks">
<HintPath>..\..\FwBuildTasks.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/Converter/ConvertConsole/ConverterConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="ConvertLib, Version=1.0.4429.21229, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\DistFiles\ConvertLib.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/Converter/Converter/Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="ConvertLib, Version=1.0.4429.21229, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\DistFiles\ConvertLib.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/Converter/Convertlib/ConvertLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="System">
<Name>System</Name>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/ObjectBrowser/ObjectBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/ScrChecks/ScrChecks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel.Core, Version=9.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.LCModel.Core.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel.Core, Version=9.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Core.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/CacheLight/CacheLight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Output\Debug\SIL.LCModel.Utils.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=4.1.0.9, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/CacheLight/CacheLightTests/CacheLightTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Controls/Design/Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="System">
<Name>System</Name>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Controls/DetailControls/DetailControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
<Reference Include="System" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=9.0.0.25852, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Controls/FwControls/FwControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="Accessibility" />
<Reference Include="SIL.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cab3c8c5232dfcf2">
<SpecificVersion>False</SpecificVersion>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Controls/Widgets/Widgets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.Core.Desktop.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Controls/XMLViews/XMLViews.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.Windows.Forms.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Output\Debug\SimpleRootSiteTests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel.Core.Tests, Version=9.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Filters/Filters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=4.1.0.9, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Filters/FiltersTests/FiltersTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Framework/Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.Core.Desktop.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=5.5.0.18125, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/Framework/FrameworkTests/FrameworkTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/RootSite/RootSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.Core.Desktop.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/ScriptureUtils/ScriptureUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="FwUtils, Version=9.0.0.16916, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\FwUtils.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cab3c8c5232dfcf2, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.Core.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/SimpleRootSite/SimpleRootSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.LCModel.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<SpecificVersion>False</SpecificVersion>
Expand Down
1 change: 1 addition & 0 deletions Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cab3c8c5232dfcf2, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.Core.dll</HintPath>
Expand Down
3 changes: 2 additions & 1 deletion Src/Common/ViewsInterfaces/ViewsInterfaces.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down Expand Up @@ -123,6 +123,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="Accessibility">
</Reference>
<Reference Include="SIL.LCModel.Core, Version=9.0.0.0, Culture=neutral, processorArchitecture=x86">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=9.0.0.19066, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/FXT/FxtDll/FxtDll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel">
<Name>SIL.LCModel</Name>
<HintPath>..\..\..\Output\Debug\SIL.LCModel.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel">
<Name>SIL.LCModel</Name>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/FXT/FxtExe/FxtExe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\BasicUtils.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=4.1.0.9, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/FdoUi/FdoUi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Output\Debug\SIL.Core.Desktop.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
Expand Down
1 change: 1 addition & 0 deletions Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
<Reference Include="FwUtilsTests">
<HintPath>..\..\..\..\Output\Debug\FwUtilsTests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces, Version=9.0.0.23581, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<HintPath>..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="FwParatextLexiconPlugin, Version=9.1.8.21507, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\FwParatextLexiconPlugin.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/FwResources/FwResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cab3c8c5232dfcf2">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Output\Debug\SIL.Core.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/InstallValidator/InstallValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="FwBuildTasks">
<HintPath>..\..\..\Build\FwBuildTasks.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions Src/LCMBrowser/LCMBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel.Core, Version=9.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Output\Debug\SIL.LCModel.Core.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="SIL.LCModel, Version=9.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Output\Debug\SIL.LCModel.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="netstandard" />
<Reference Include="FlexPathwayPlugin, Version=9.0.0.25881, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\FlexPathwayPlugin.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll</HintPath>
</Reference>
<Reference Include="netstandard" />
<Reference Include="ViewsInterfaces">
<Name>ViewsInterfaces</Name>
<HintPath>..\..\..\..\Output\Debug\ViewsInterfaces.dll</HintPath>
Expand Down
Loading

0 comments on commit 42c5772

Please sign in to comment.