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

Parser chokes on processing instructions #33

Open
KirillOsenkov opened this issue May 17, 2020 · 1 comment
Open

Parser chokes on processing instructions #33

KirillOsenkov opened this issue May 17, 2020 · 1 comment

Comments

@KirillOsenkov
Copy link
Owner

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">

    <Fragment>
        <?ifdef CompDirToken ?>
        <?undef CompDirToken ?>
        <?endif?>
        <?define CompDirToken=VSPackagesDebugger.3643236F_FC70_11D3_A536_0090278A1BB8 ?>

        <?ifdef DbgShimSourceDir ?>
        <?undef DbgShimSourceDir ?>
        <?endif?>
        <?define DbgShimSourceDir=!(bindpath.sources)\redist\Debugger\CoreCLR\Win32\x86?>

        <DirectoryRef Id="$(var.CompDirToken)">
            <Component Id="dbgshim_x86">
              <File Id="dbgshim_x86" Source="$(var.DbgShimSourceDir)\dbgshim.dll" />
            </Component>
        </DirectoryRef>

    </Fragment>

</Wix>

image

@KirillOsenkov
Copy link
Owner Author

<html>
</html>

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

1 participant