<?xml version="1.0" encoding="utf-8"?>
|
<!--
|
/****************************************************************************
|
**
|
** Copyright (C) 2021 The Qt Company Ltd.
|
** Contact: https://www.qt.io/licensing/
|
**
|
** This file is part of the Qt VS Tools.
|
**
|
** $QT_BEGIN_LICENSE:GPL-EXCEPT$
|
** Commercial License Usage
|
** Licensees holding valid commercial Qt licenses may use this file in
|
** accordance with the commercial license agreement provided with the
|
** Software or, alternatively, in accordance with the terms contained in
|
** a written agreement between you and The Qt Company. For licensing terms
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
** information use the contact form at https://www.qt.io/contact-us.
|
**
|
** GNU General Public License Usage
|
** Alternatively, this file may be used under the terms of the GNU
|
** General Public License version 3 as published by the Free Software
|
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
|
** included in the packaging of this file. Please review the following
|
** information to ensure the GNU General Public License requirements will
|
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
**
|
** $QT_END_LICENSE$
|
**
|
****************************************************************************/
|
-->
|
<Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<SchemaVersion>2.0</SchemaVersion>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<RootNamespace>QtVsTools.Wizards</RootNamespace>
|
<AssemblyName>QtVsTools.Wizards</AssemblyName>
|
<ProjectGuid>{8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}</ProjectGuid>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>Resources\QtProjectWizard.ico</ApplicationIcon>
|
</PropertyGroup>
|
<!--
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|
// Global references
|
// -->
|
<ItemGroup>
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
<Reference Include="System" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationFramework" />
|
<Reference Include="WindowsBase" />
|
<Reference Include="Microsoft.VisualStudio.VCCodeModel" />
|
<Reference Include="Microsoft.VisualStudio.ExtensionsExplorer.UI, Version=$(VisualStudioVersion).0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>$(DevEnvDir)PrivateAssemblies\Microsoft.VisualStudio.ExtensionsExplorer.UI.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<!--
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|
// Version specific references
|
// -->
|
<Import Project="$(SolutionDir)\references.props" />
|
<ItemGroup>
|
<PackageReference Include="Microsoft.VisualStudio.SDK"
|
Version="$(Version_Microsoft_VisualStudio_SDK)" ExcludeAssets="runtime" />
|
<PackageReference Include="Microsoft.VSSDK.BuildTools"
|
Version="$(Version_Microsoft_VSSDK_BuildTools)" />
|
<PackageReference Include="Newtonsoft.Json"
|
Version="$(Version_Newtonsoft_Json)" />
|
</ItemGroup>
|
<ItemGroup Condition="'$(VisualStudioVersion)'=='17.0'">
|
<PackageReference Include="$(Name_Microsoft_VisualStudio_VCProjectEngine)"
|
Version="$(Version_Microsoft_VisualStudio_VCProjectEngine)" />
|
<PackageReference Include="$(Name_Microsoft_VisualStudio_TemplateWizardInterface)"
|
Version="$(Version_Microsoft_VisualStudio_TemplateWizardInterface)" />
|
</ItemGroup>
|
<ItemGroup Condition="'$(VisualStudioVersion)'=='16.0'">
|
<Reference Include="Microsoft.VisualStudio.TemplateWizardInterface" />
|
</ItemGroup>
|
<ItemGroup Condition="'$(VisualStudioVersion)'=='15.0'">
|
<Reference Include="Microsoft.VisualStudio.VCProjectEngine" />
|
<Reference Include="Microsoft.VisualStudio.TemplateWizardInterface" />
|
</ItemGroup>
|
<!--
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|
// Solution project references
|
// -->
|
<ItemGroup>
|
<ProjectReference Include="..\QtVsTools.Core\QtVsTools.Core.csproj">
|
<Project>{2621ad55-c4e9-4884-81e9-da0d00b4c6e5}</Project>
|
<Name>QtVsTools.Core</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<!--
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|
// Project items
|
// -->
|
<ItemGroup>
|
<Content Include="Resources\QtProjectWizard.ico" />
|
<Resource Include="Resources\medium.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Resource>
|
<Resource Include="Resources\Qt-logo-small.png">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Resource>
|
<Resource Include="Resources\small.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Resource>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Wizards\ClassWizard\AddClassPage.xaml.cs">
|
<DependentUpon>AddClassPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ClassWizard\AddClassWizard.cs" />
|
<Compile Include="Wizards\ClassWizard\Class.cs" />
|
<Compile Include="Wizards\ClassWizard\ClassKind.cs" />
|
<Compile Include="Wizards\ProjectWizard\ConfigPage.xaml.cs">
|
<DependentUpon>ConfigPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\ProjectTemplateWizard.cs" />
|
<Compile Include="Wizards\ProjectWizard\Quick\QuickWizard.cs" />
|
<Compile Include="Wizards\Util\ClassNameValidationRule.cs" />
|
<Compile Include="Wizards\ProjectWizard\Console\ConsoleWizard.cs" />
|
<Compile Include="Wizards\ClassWizard\Core\CoreClassPage.xaml.cs">
|
<DependentUpon>CoreClassPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ClassWizard\Core\CoreClassWizard.cs" />
|
<Compile Include="Wizards\ProjectWizard\Designer\DesignerPage.xaml.cs">
|
<DependentUpon>DesignerPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\Designer\DesignerWizard.cs" />
|
<Compile Include="Wizards\Util\FileExistsInFilterValidationRule.cs" />
|
<Compile Include="Wizards\Util\FileNameValidationRule.cs" />
|
<Compile Include="Wizards\ClassWizard\Gui\GuiClassPage.xaml.cs">
|
<DependentUpon>GuiClassPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ClassWizard\Gui\GuiClassWizard.cs" />
|
<Compile Include="Wizards\ProjectWizard\Gui\GuiPage.xaml.cs">
|
<DependentUpon>GuiPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\Gui\GuiWizard.cs" />
|
<Compile Include="Wizards\ProjectWizard\Empty\EmptyWizard.cs" />
|
<Compile Include="Wizards\ClassWizard\IClassWizard.cs" />
|
<Compile Include="Wizards\WizardIntroPage.xaml.cs">
|
<DependentUpon>WizardIntroPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\Library\LibraryClassPage.xaml.cs">
|
<DependentUpon>LibraryClassPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\Library\LibraryWizard.cs" />
|
<Compile Include="Wizards\Util\NativeMethods.cs" />
|
<T4Template Include="Properties\AssemblyInfo.cs">
|
<Generator>TextTemplatingFileGenerator</Generator>
|
<OutputFile>Properties\AssemblyInfo.tt.cs</OutputFile>
|
<DependsOn>$(SolutionDir)\version.tt;$(SolutionDir)\common.tt</DependsOn>
|
<LastGenOutput>AssemblyInfo.tt.cs</LastGenOutput>
|
</T4Template>
|
<Compile Include="Properties\AssemblyInfo.tt.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>AssemblyInfo.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\Server\ServerPage.xaml.cs">
|
<DependentUpon>ServerPage.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Wizards\ProjectWizard\Server\ServerWizard.cs" />
|
<Compile Include="Wizards\Util\SortComboBoxItem.cs" />
|
<Compile Include="Wizards\ClassWizard\UiClassInclusion.cs" />
|
<Compile Include="Wizards\Util\UnsafeNativeMethods.cs" />
|
<Compile Include="Wizards\Util\VCLanguageManagerValidationRule.cs" />
|
<Compile Include="Wizards\WizardData.cs" />
|
<Compile Include="Wizards\WizardPage.cs" />
|
<Compile Include="Wizards\WizardResult.cs" />
|
<Compile Include="Wizards\WizardWindow.xaml.cs">
|
<DependentUpon>WizardWindow.xaml</DependentUpon>
|
</Compile>
|
<Page Include="Wizards\ClassWizard\AddClassPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ClassWizard\Core\CoreClassPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ProjectWizard\Designer\DesignerPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ClassWizard\Gui\GuiClassPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ProjectWizard\Gui\GuiPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ProjectWizard\ConfigPage.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Wizards\WizardIntroPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ProjectWizard\Library\LibraryClassPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Resources\ExpanderStyle.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\ProjectWizard\Server\ServerPage.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Wizards\WizardWindow.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(SolutionDir)\transform.targets" />
|
</Project>
|