<?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">
|
<PropertyGroup>
|
<MinimumVisualStudioVersion>$(VisualStudioVersion)</MinimumVisualStudioVersion>
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>dialogbuttonright.ico</ApplicationIcon>
|
</PropertyGroup>
|
<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>
|
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectGuid>{F2166B59-E41B-4328-B31D-9E2B9AC5A59C}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>DialogButtonRight</RootNamespace>
|
<AssemblyName>DialogButtonRight</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<GeneratePkgDefFile>false</GeneratePkgDefFile>
|
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
|
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
|
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
|
<CreateVsixContainer>false</CreateVsixContainer>
|
<DeployExtension>false</DeployExtension>
|
<DeployVSTemplates>false</DeployVSTemplates>
|
<CopyVsixManifestToOutput>false</CopyVsixManifestToOutput>
|
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
|
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
|
</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>
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
</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>
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
</PropertyGroup>
|
<ItemGroup>
|
<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>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="dialogbuttonright.ico" />
|
<None Include="dialogbuttonright.ui" />
|
<VSTemplate Include="dialogbuttonright.vstemplate">
|
<OutputSubPath>Qt</OutputSubPath>
|
</VSTemplate>
|
</ItemGroup>
|
<ItemGroup>
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(SolutionDir)\transform.targets" />
|
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
<!-- 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">
|
</Target>
|
<Target Name="AfterBuild">
|
</Target>
|
-->
|
</Project>
|