From de243e822d72a117a9e2f6a399d0f5d68cadacc5 Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Mon, 14 Nov 2016 13:53:10 +0100 Subject: Implement conditional configuration includes Since the VS Gallery expects each VSIX having a different GUID, we need to have a separate .vsixmanifest file per VS version. Put the configuration stuff in a dedicated directory, split the AfterBuild from the actual .csproj and have a .targets file and .vsixmanifest per Visual Studio version. Update the README file. Change-Id: I32ffee1c40345812b7f2232987e4e7a5b20c3da6 Reviewed-by: Oliver Wolff --- src/qtvstools/QtVsTools.csproj | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'src/qtvstools/QtVsTools.csproj') diff --git a/src/qtvstools/QtVsTools.csproj b/src/qtvstools/QtVsTools.csproj index e3c7eb5f..75bf0273 100644 --- a/src/qtvstools/QtVsTools.csproj +++ b/src/qtvstools/QtVsTools.csproj @@ -1,7 +1,6 @@  - 2.0.0 $(VisualStudioVersion) $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) true @@ -113,8 +112,7 @@ true - - + @@ -286,31 +284,9 @@ - - + + - - - $(SolutionDir)\qrceditor\bin\QrcEditor.exe - $(SolutionDir)\qtarchivegen\$(OutDir)\QtArchiveGen.exe - $(SolutionDir)\qmakefilereader\bin\QMakeFileReader.exe - $(LOCALAPPDATA)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\The Qt Company Ltd\Qt Visual Studio Tools\$(VsixVersion)\ - - - - - - - - - - - - - - -- cgit v1.2.3