Skip to content

Commit

Permalink
Use NuGet to get ChorusMergeModule
Browse files Browse the repository at this point in the history
Change-Id: I8b38df5857b5d187a9574a6327202190797b7d83
  • Loading branch information
papeh committed Dec 8, 2022
1 parent 88a8adc commit 1eba6bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ vcs_version
.idea/
build/MarkdownDeep.NET/
*.old
*.orig
*.swp
icu4c.readme.txt
gitversion.properties
Expand Down
Binary file removed lib/Release/ChorusMergeModule.msm
Binary file not shown.
5 changes: 5 additions & 0 deletions src/FLExBridge/FLExBridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@
<PackageReference Include="Geckofx60.64.Linux" Version="60.0.51.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.10.3" PrivateAssets="all" />
<PackageReference Include="SIL.Chorus.ChorusMerge" Version="$(ChorusVersion)" />
<PackageReference Include="SIL.Chorus.ChorusMergeModule" Version="$(ChorusVersion)" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\TriboroughBridge-ChorusPlugin\TriboroughBridge-ChorusPlugin.csproj" />
</ItemGroup>

<Target Name="CopyChorusMergeModuleToLib" AfterTargets="CopyFilesToOutputDirectory" Condition="'$(Configuration)'=='Release'">
<Copy SourceFiles="$(PkgSIL_Chorus_ChorusMergeModule)/content/ChorusMergeModule.msm" DestinationFolder="../../lib/Release" SkipUnchangedFiles="true" />
</Target>

<Target Name="MakeChorusMergeExeConfig" AfterTargets="CopyFilesToOutputDirectory">
<PropertyGroup>
<FLExBridgeExeConfig>$(OutputPath)/$(AssemblyTitle).exe.config</FLExBridgeExeConfig>
Expand Down

0 comments on commit 1eba6bb

Please sign in to comment.