- Preliminary VS2017 support (still needs a bit of work, mostly SN-DBS needs to run vs15build instead of vs14build for VS2017)
Look for latest SN-DBS build driver vs15build.exe first.
Abandon build top-level folder.
Switched the VSIX package class to derive from AsyncPackage and do async init.
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.
- Support for enum value VS2019 and related version changes
Fix VSIX version incorrectly displaying as 2.0 instead of the current RudeBuild version of 1.5
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.
Fixup various links from sf.net to my own web site.
More tweaks to get new WixSharp version to work properly and be able to find wix SDK binaries.
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.
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.
Upgrade to latest version of WixSharp and use nuget package instead of a copy of WixSharp and Wix in the external folder.
README.txt: Update links and required .NET framework version.
Slightly tweak installer to hopefully ensure RudeBuild 1.4 is fully uninstalled before installing 1.5.
only save exclusion entries with actual file ex...
reduce indentation
fix vsix
Update 2016 to 2017.
create pdbs
seal
Fix installer failing to patch AddIn file due t...
Save/load GlobalSettings in user's AppData dire...
Support environment variable expansion in the R...
Fix changing the max. unity file size in the gl...
Call Path.GetFullPath() on the absolute project...
Support solution folders in the solution settin...
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...
Add "generateOnly" parameter to generate soluti...
Fixed project reference path
Merge pull request #8 from knightsoldier/master
Add /UseIDEMonitor to IncrediBuild command line...
Merge pull request #4 from amaiorano/fix-consol...
Fix RudeBuildConsole failing to build on x64
Fix up project references to point to the RudeB...
Merge pull request #2 from amaiorano/fix-projec...
Merge pull request #3 from amaiorano/fix-non-lo...
Fix non-lowercase source files not being merged
Expand Visual Studio macros in a case insensiti...
Correctly support Visual Studio projects that u...
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...
Explicitly specify /projectconfig when using SN...
Merge branch 'master' of https://github.com/mar...
Add gitignore
Support newer versions of SN-DBS vsbuild, in pa...
Bump all version numbers to 1.5.
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...
Associate the SolutionHierarchy.Item for C++ fi...
More generic way of expanding/collapsing the pr...
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...
Use project-relative file names in SolutionHier...
Add experimental tree view to the solution sett...
Remove the old way of excluding files from unit...
Add a context menu to the C++ file tree view it...
Don't auto-expand the projects tree view and ot...
Minor xaml UI changes
Allow installing the VSIX with all editions of ...
Correctly parse the VisualStudioVersion from th...
Add solution and project context menus to VSIX.
Explicitly add toolbar UI in VSIX (even though ...
Support installing/uninstalling the VSIX from t...
Include correct LICENSE.rtf file in the VSIX.
Support delay-initializing the output pane in c...
Add more descriptive information to the VSIX.
Load RudeBuild VSPackage always (when no soluti...
Add more descriptive info to the VSIX.
Fix incorrect bin folder in RudeBuildVSIX project.
Rename RudeBuildAddIn to RudeBuildVSAddIn in pr...
Add first pass of menu command execution code t...
Prepare RudeBuildVSAddIn code to not depend on ...
- Upgrade solution/projects to VS 2015.
Adding RudeBuildVSShared project, which contain...
Implement IOleMessageFilter to fix spurious RPC...
Adding WixSharp and using it to create a new Wi...