Skip to content

Commit

Permalink
Move Interop.WIA.x64.dll to x64/Interop.WIA.dll
Browse files Browse the repository at this point in the history
FieldWorks can't find it with the different name.
needed for https://jira.sil.org/browse/LT-21444
  • Loading branch information
jasonleenaylor committed Jun 28, 2023
1 parent 8af5875 commit bad8c37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SIL.Windows.Forms/SIL.Windows.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<Pack>true</Pack>
<PackagePath>build</PackagePath>
</None>
<None Include="../lib/Interop.WIA.x64.dll">
<None Include="../lib/x64/Interop.WIA.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>build</PackagePath>
<PackagePath>build/x64</PackagePath>
</None>
<Content Include="SIL.Windows.Forms.targets">
<Pack>true</Pack>
Expand Down
3 changes: 2 additions & 1 deletion SIL.Windows.Forms/SIL.Windows.Forms.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)**\*.dll">
<None Include="$(MSBuildThisFileDirectory)**\*.dll"
Exclude="$(MSBuildThisFileDirectory)x64\**\*.dll">
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
File renamed without changes.

0 comments on commit bad8c37

Please sign in to comment.