Fix VSIX version incorrectly displaying as 2.0 instead of the current RudeBuild version of 1.5
- Preliminary VS2017 support (still needs a bit of work, mostly SN-DBS needs to run vs15build instead of vs14build for VS2017)
Switched the VSIX package class to derive from AsyncPackage and do async init.
Abandon build top-level folder.
Look for latest SN-DBS build driver vs15build.exe first.
- Support for enum value VS2019 and related version changes
Add VS2019 support, but it's not complete because haven't migrated to AsyncPackage yet and thus VS by default will refuse to load the plugin.
Slightly tweak installer to hopefully ensure RudeBuild 1.4 is fully uninstalled before installing 1.5.
More tweaks to get new WixSharp version to work properly and be able to find wix SDK binaries.
Upgrade to latest version of WixSharp and use nuget package instead of a copy of WixSharp and Wix in the external folder.
Improve command line help with regards to having to use quotes around solution config names because | is otherwise interpreted as a pipe on the command line.
Fixup various links from sf.net to my own web site.
README.txt: Update links and required .NET framework version.
Instead of using explicit assembly references for things like EnvDTE or Microsoft.VisualStudio.CommandBars, which were referencing VS2017 assemblies, use NuGet packages for all these instead.
Assign a new GUID to the VSIX because VS seems to have problems due to the version number in VSPackage.resx being set incorrectly to 2.0.
reduce indentation
only save exclusion entries with actual file ex...
fix vsix
seal
create pdbs
Update 2016 to 2017.
Save/load GlobalSettings in user's AppData dire...
Fix installer failing to patch AddIn file due t...
Support environment variable expansion in the R...
Fix changing the max. unity file size in the gl...
Support solution folders in the solution settin...
Call Path.GetFullPath() on the absolute project...
Bring VSIX installer window to foreground once ...
Allow the RudeBuild installer to install over a...
Add WiX 3.10 to external and reference it directly
Fix type in RudeBuildVSAddIn.csproj post build ...
Fix al.exe crashing when run from a post build ...
Merge pull request #7 from amaiorano/add-genera...
Merge pull request #8 from knightsoldier/master
Add /UseIDEMonitor to IncrediBuild command line...
Merge pull request #4 from amaiorano/fix-consol...
Merge pull request #2 from amaiorano/fix-projec...
Merge pull request #3 from amaiorano/fix-non-lo...
Correctly support Visual Studio projects that u...
Expand Visual Studio macros in a case insensiti...
Expand macros on all file names stored in a Pro...
Certain projects contain absolute file names, a...
Allow cmake-generate projects to be used with R...
GetProjectRelativePathFromAbsolutePath() can th...
Prevent null pointer exception in finally block...
Support newer versions of SN-DBS vsbuild, in pa...
Merge branch 'master' of https://github.com/mar...
Bump all version numbers to 1.5.
Explicitly specify /projectconfig when using SN...
Merge pull request #1 from amaiorano/add-gitignore
Minor modifications to README.txt to mention th...
Better check in IsVisualStudioInstalled() to se...
Update README.txt with supported Visual Studio ...
Add "Include/Exclude All Files" menu command to...
Implement Show Only Excluded/Included Files fil...
More generic way of expanding/collapsing the pr...
Associate the SolutionHierarchy.Item for C++ fi...
Use project-relative file names in SolutionHier...
Add correct Alt+key access text to the global s...
Add bare bones and non-functional Filter menu t...
Add Expand/Collapse All button to solution sett...
Add a context menu to the C++ file tree view it...
Add experimental tree view to the solution sett...
Remove the old way of excluding files from unit...
Don't auto-expand the projects tree view and ot...
Allow installing the VSIX with all editions of ...
Minor xaml UI changes
Add proper UnitTest++ include path.
Explicitly add toolbar UI in VSIX (even though ...
Correctly parse the VisualStudioVersion from th...
Add solution and project context menus to VSIX.
Support installing/uninstalling the VSIX from t...
Include correct LICENSE.rtf file in the VSIX.
Load RudeBuild VSPackage always (when no soluti...
Add more descriptive information to the VSIX.
Add more descriptive info to the VSIX.
Support delay-initializing the output pane in c...
Add first pass of menu command execution code t...
Fix incorrect bin folder in RudeBuildVSIX project.
Adding RudeBuildVSShared project, which contain...
Rename RudeBuildAddIn to RudeBuildVSAddIn in pr...
Prepare RudeBuildVSAddIn code to not depend on ...
- Upgrade solution/projects to VS 2015.
Implement IOleMessageFilter to fix spurious RPC...
Adding WixSharp and using it to create a new Wi...