[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

app.config in referenced project gets added as app.config, not outputname.dll/exe.config #4335

Closed
wixbot opened this issue Mar 3, 2014 · 2 comments
Milestone

Comments

@wixbot
Copy link
wixbot commented Mar 3, 2014

I'm currently building a VSTO plugin. The primary output is called ClickToDialPlugin.dll. Once I added an app.config file, votive seems to noticed and ass a new entry:

        <Component Id="cmpB5F159EEFA3453F35B0D6DB92E3ADD8B" Guid="{8FFC6F11-CE75-4971-9BC8-165F107546A3}" Permanent="no" SharedDllRefCount="no" Transitive="no">
            <File Id="filF5ABCDF8C09959666FC5B396D4BEBAE4" Compressed="yes" DiskId="1" Hidden="no" KeyPath="yes" ReadOnly="no" System="no" TrueType="no" Vital="yes" Source="$(var.ClickToDialPlugin.TargetDir)\App.config" />
        </Component>

Then upon compilation, it complains that there's no app.config in the output directory. That's quite correct, because the source sould be named ClickToDialPlugin.dll.config. But even if I manually correct the error in the wxs file, the VS plugin immediately overwrites my change and again I'm stuck with being unable to compile.

Originally opened by sste

@wixbot
Copy link
Author
wixbot commented Mar 13, 2014

Area changed from votive to heat
Release changed from v3.8 to v3.x

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
@rseanhall rseanhall modified the milestones: v3.11, v3.x Sep 25, 2016
@rseanhall
Copy link
Contributor

Closed by wixtoolset/wix3#298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants