Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutputFile of plugin project DisplayXMLFiles is different that the other projects #600

Closed
Andreas-Schniertshauer opened this issue Feb 2, 2021 · 1 comment

Comments

@Andreas-Schniertshauer
Copy link

Linker\General\OutputFile of project DisplayXMLFiles is $(OutDir)$(TargetName)$(TargetExt)
Other projects: $(OutDir)$(ProjectName).dll
This results in for example Debug build:

winmerge\Plugins\src_VCPP\x64\Debug\DisplayXMLFiles.dll
winmerge\Plugins\src_VCPP\WatchEndOfLog\x64\Debug\WatchEndOfLog.dll
winmerge\Plugins\src_VCPP\WatchBeginningOfLog\x64\Debug\WatchBeginningOfLog.dll
winmerge\Plugins\src_VCPP\DisplayBinaryFiles\x64\Debug\DisplayBinaryFiles.dll
winmerge\Plugins\src_VCPP\HideFirstLetter\x64\Debug\HideFirstLetter.dll
winmerge\Plugins\src_VCPP\EditBinaryFiles\x64\Debug\EditBinaryFiles.dll
winmerge\Plugins\src_VCPP\IgnoreFieldsTab\x64\Debug\IgnoreFieldsTab.dll
winmerge\Plugins\src_VCPP\IgnoreColumns\x64\Debug\IgnoreColumns.dll
winmerge\Plugins\src_VCPP\IgnoreCommentsC\x64\Debug\IgnoreCommentsC.dll
winmerge\Plugins\src_VCPP\IgnoreFieldsComma\x64\Debug\IgnoreFieldsComma.dll
sdottaka added a commit that referenced this issue Feb 2, 2021
@sdottaka
Copy link
Member

sdottaka commented Feb 2, 2021

Fixed by commit 1ded838

Thank you for the report.

@sdottaka sdottaka closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants