aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2016-11-14 13:53:10 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2016-11-14 13:37:23 +0000
commitde243e822d72a117a9e2f6a399d0f5d68cadacc5 (patch)
tree45876101cf97e663118ac2f828b62632f8824d80 /src/qtprojectlib/QtProjectLib.csproj
parentb107ec6798aaeceb3f7bb310a0b16199786d6cd5 (diff)
Implement conditional configuration includes2.0
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 <oliver.wolff@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtProjectLib.csproj')
-rw-r--r--src/qtprojectlib/QtProjectLib.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qtprojectlib/QtProjectLib.csproj b/src/qtprojectlib/QtProjectLib.csproj
index 49856dce..1dd3ed24 100644
--- a/src/qtprojectlib/QtProjectLib.csproj
+++ b/src/qtprojectlib/QtProjectLib.csproj
@@ -84,8 +84,7 @@
<EmbeddedResource Include="Resources\newitem_d.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\VS2013.References.targets" Condition=" '$(VisualStudioVersion)' == '12.0' " />
- <Import Project="..\VS2015.References.targets" Condition=" '$(VisualStudioVersion)' == '14.0' " />
+ <Import Project="..\config\$(VisualStudioVersion)\qtvstools.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">