Skip to content

Commit

Permalink
build: Remove Common32.props
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Jul 10, 2024
1 parent b5e800a commit f2cfb58
Show file tree
Hide file tree
Showing 64 changed files with 1 addition and 545 deletions.
4 changes: 0 additions & 4 deletions BaseSolvers/BaseSolvers.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,15 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile />
<Link>
Expand Down
4 changes: 0 additions & 4 deletions CacheHandler/CacheHandler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,15 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile />
<Link>
Expand Down
5 changes: 0 additions & 5 deletions DyssolConsole/DyssolConsole.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{1641EA84-6364-4CAF-AB4F-8BFB995C0B48}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>DyssolConsole</RootNamespace>
<ProjectName>DyssolC</ProjectName>
</PropertyGroup>
Expand All @@ -37,19 +36,15 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down
8 changes: 0 additions & 8 deletions DyssolInstallers/Data/ModelsCreatorSDK/ModelsAPI.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommand>C:\Program Files (x86)\Dyssol\Dyssol.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommand>$(SolutionDir)ExecutableDebug\Dyssol.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommand>C:\Program Files\Dyssol\Dyssol.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
Expand Down
4 changes: 0 additions & 4 deletions DyssolMainWindow/DyssolMainWindow.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;gui;widgets</QtModules>
Expand Down
2 changes: 0 additions & 2 deletions EquationSolvers/EquationSolvers.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Common.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
4 changes: 0 additions & 4 deletions GUIDialogs/CompoundsManager/CompoundsManager.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
4 changes: 0 additions & 4 deletions GUIDialogs/FlowsheetEditor/FlowsheetEditor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
4 changes: 0 additions & 4 deletions GUIDialogs/GridEditor/GridEditor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
4 changes: 0 additions & 4 deletions GUIDialogs/HoldupsEditor/HoldupsEditor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,18 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
4 changes: 0 additions & 4 deletions GUIDialogs/MaterialsDatabaseTab/MaterialsDatabaseTab.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,18 @@
<ImportGroup Label="Shared" />
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonDebug.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\CommonQt.props" />
<Import Project="$(SolutionDir)PropertySheets\Common64.props" />
<Import Project="$(SolutionDir)PropertySheets\CommonRelease.props" />
<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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>msvc2019_64</QtInstall>
<QtModules>widgets</QtModules>
Expand Down
Loading

0 comments on commit f2cfb58

Please sign in to comment.