|
@@ -0,0 +1,112 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
|
+ <Platform>x64</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
+ <Platform>x64</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
|
+ <ProjectGuid>{B12702AD-ABFB-343A-A199-8E24837244A3}</ProjectGuid>
|
|
|
|
+ <Keyword>QtVS_v301</Keyword>
|
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
+ <PropertyGroup Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">
|
|
|
|
+ <QtMsBuild>$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
+ <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
+ <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
|
|
|
|
+ <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
|
|
|
|
+ </Target>
|
|
|
|
+ <ImportGroup Label="ExtensionSettings" />
|
|
|
|
+ <ImportGroup Label="Shared" />
|
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
|
+ <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
|
|
|
|
+ <Import Project="$(QtMsBuild)\qt_defaults.props" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
+ <QtInstall>msvc2017_64</QtInstall>
|
|
|
|
+ <QtModules>core;gui;widgets</QtModules>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
+ <QtInstall>msvc2017_64</QtInstall>
|
|
|
|
+ <QtModules>core;gui;widgets</QtModules>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
|
|
|
|
+ <Import Project="$(QtMsBuild)\qt.props" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
|
+ <OutputFile>$(OutDir)\$(ProjectName).exe</OutputFile>
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
+ <DebugInformationFormat />
|
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
|
+ <OutputFile>$(OutDir)\$(ProjectName).exe</OutputFile>
|
|
|
|
+ <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ClCompile Include="main.cpp" />
|
|
|
|
+ <ClCompile Include="metavis.cpp" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <QtMoc Include="metavis.h" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <QtUic Include="metavis.ui" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <QtRcc Include="metavis.qrc" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ResourceCompile Include="metavis.rc" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
+ <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
|
|
|
|
+ <Import Project="$(QtMsBuild)\qt.targets" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
|
+ </ImportGroup>
|
|
|
|
+</Project>
|