Skip to content

Shell Extension DLL Deployment Issue #5

@AndreySidorove

Description

@AndreySidorove

Scenario: ShellExt.dll may not be correctly copied to output directory
File: RunOnce.csproj
Code:

<Content Include="$(_ShellExtDll)" Condition="Exists('$(_ShellExtDll)')">
    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    <Link>ShellExt.dll</Link>
</Content>

Issue: DLL copy depends on condition check, incorrect build order may cause shell extension to fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions