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

Change contents of the TestSetup project #11037

Merged

Commits on May 6, 2016

  1. Remove BindingPath.pkgdef

    Since this file wasn't being included in the VSIX, it was having no
    effect. We're better off using CodeBase attributes anyways which apply
    earlier in the assembly resolution process.
    jasonmalinowski committed May 6, 2016
    Configuration menu
    Copy the full SHA
    01e63c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b929489 View commit details
    Browse the repository at this point in the history
  3. Don't bundle the Workspace project into the Test Setup VSIX

    This is correctly bundled along with the language services VSIX, which
    is the place it should ship with. We already take a VSIX dependency
    upon that VSIX.
    jasonmalinowski committed May 6, 2016
    Configuration menu
    Copy the full SHA
    aab0704 View commit details
    Browse the repository at this point in the history
  4. Don't reference the output assembly of VisualStudioSetup

    This is a DLL that doesn't ship and isn't used for anything other than
    pkgdef generation.
    jasonmalinowski committed May 6, 2016
    Configuration menu
    Copy the full SHA
    b562b2e View commit details
    Browse the repository at this point in the history