2022-11-06 10:15:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {D35B67A8-36AB-3A8B-8F10-73A2007910CB}</ProjectGuid>
<RootNamespace > Testpad</RootNamespace>
<Keyword > QtVS_v304</Keyword>
<WindowsTargetPlatformVersion > 10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion > 10.0.22621.0</WindowsTargetPlatformMinVersion>
<QtMsBuild Condition= "'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild> </PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<PlatformToolset > v141</PlatformToolset>
<OutputDirectory > release\</OutputDirectory>
<ATLMinimizesCRunTimeLibraryUsage > false</ATLMinimizesCRunTimeLibraryUsage>
<CharacterSet > NotSet</CharacterSet>
<ConfigurationType > Application</ConfigurationType>
<IntermediateDirectory > release\</IntermediateDirectory>
<PrimaryOutput > Testpad</PrimaryOutput>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<PlatformToolset > v141</PlatformToolset>
<OutputDirectory > debug\</OutputDirectory>
<ATLMinimizesCRunTimeLibraryUsage > false</ATLMinimizesCRunTimeLibraryUsage>
<CharacterSet > NotSet</CharacterSet>
<ConfigurationType > Application</ConfigurationType>
<IntermediateDirectory > debug\</IntermediateDirectory>
<PrimaryOutput > Testpad</PrimaryOutput>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" /> <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 Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
</ImportGroup>
2022-11-17 08:16:54 +00:00
<PropertyGroup Label= "UserMacros" /> <ImportGroup Condition= "Exists('$(QtMsBuild)\qt_defaults.props')" > <Import Project= "$(QtMsBuild)\qt_defaults.props" /> </ImportGroup> <PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > <OutDir > debug\</OutDir> <IntDir > debug\</IntDir> <TargetName > Testpad</TargetName> <IgnoreImportLibrary > true</IgnoreImportLibrary> </PropertyGroup> <PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > <OutDir > release\</OutDir> <IntDir > release\</IntDir> <TargetName > Testpad</TargetName> <IgnoreImportLibrary > true</IgnoreImportLibrary> <LinkIncremental > false</LinkIncremental> </PropertyGroup> <PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > <QtInstall > 5.12.11_msvc2017_64</QtInstall> <QtModules > core;xml;gui</QtModules> </PropertyGroup> <PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > <QtInstall > 5.12.11_msvc2017_64</QtInstall> <QtModules > core;xml;gui</QtModules> </PropertyGroup> <ImportGroup Condition= "Exists('$(QtMsBuild)\qt.props')" > <Import Project= "$(QtMsBuild)\qt.props" /> </ImportGroup>
2022-11-06 10:15:55 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
2022-11-17 08:16:54 +00:00
<AdditionalIncludeDirectories > GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;..\libConfig;..\libProjectManager;release;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-11-06 10:15:55 +00:00
<AdditionalOptions > -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
<AssemblerListingLocation > release\</AssemblerListingLocation>
<BrowseInformation > false</BrowseInformation>
<DebugInformationFormat > None</DebugInformationFormat>
<DisableSpecificWarnings > 4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<ExceptionHandling > Sync</ExceptionHandling>
<ObjectFileName > release\</ObjectFileName>
<Optimization > MaxSpeed</Optimization>
<PreprocessorDefinitions > _CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_NO_DEBUG;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessToFile > false</PreprocessToFile>
<ProgramDataBaseFileName > </ProgramDataBaseFileName>
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<SuppressStartupBanner > true</SuppressStartupBanner>
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<WarningLevel > Level3</WarningLevel>
<MultiProcessorCompilation > true</MultiProcessorCompilation> </ClCompile>
<Link >
2022-11-17 08:16:54 +00:00
<AdditionalDependencies > libConfig.lib;libProjectManager.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories > D:\Projects\Cpp\QtNovelDesc\libConfig\release;D:\Projects\Cpp\QtNovelDesc\libProjectManager\release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2022-11-06 10:15:55 +00:00
<AdditionalOptions > "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)</AdditionalOptions>
<DataExecutionPrevention > true</DataExecutionPrevention>
<GenerateDebugInformation > false</GenerateDebugInformation>
<IgnoreImportLibrary > true</IgnoreImportLibrary>
<LinkIncremental > false</LinkIncremental>
<OutputFile > $(OutDir)\Testpad.exe</OutputFile>
<RandomizedBaseAddress > true</RandomizedBaseAddress>
<SubSystem > Console</SubSystem>
<SuppressStartupBanner > true</SuppressStartupBanner>
</Link>
<Midl >
<DefaultCharType > Unsigned</DefaultCharType>
<EnableErrorChecks > None</EnableErrorChecks>
<WarningLevel > 0</WarningLevel>
</Midl>
<ResourceCompile >
2022-11-17 08:16:54 +00:00
<PreprocessorDefinitions > _CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_NO_DEBUG;QT_GUI_LIB;QT_XML_LIB;QT_CORE_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2022-11-06 10:15:55 +00:00
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
2022-11-17 08:16:54 +00:00
<AdditionalIncludeDirectories > GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;..\libConfig;..\libProjectManager;debug;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-11-06 10:15:55 +00:00
<AdditionalOptions > -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
<AssemblerListingLocation > debug\</AssemblerListingLocation>
<BrowseInformation > false</BrowseInformation>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings > 4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<ExceptionHandling > Sync</ExceptionHandling>
<ObjectFileName > debug\</ObjectFileName>
<Optimization > Disabled</Optimization>
<PreprocessorDefinitions > _CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessToFile > false</PreprocessToFile>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
<SuppressStartupBanner > true</SuppressStartupBanner>
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<WarningLevel > Level3</WarningLevel>
<MultiProcessorCompilation > true</MultiProcessorCompilation> </ClCompile>
<Link >
2022-11-17 08:16:54 +00:00
<AdditionalDependencies > D:\Projects\Cpp\QtNovelDesc\libConfig\debug\libConfig.lib;libProjectManager.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories > D:\Projects\Cpp\QtNovelDesc\libConfig\debug;D:\Projects\Cpp\QtNovelDesc\libProjectManager\debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2022-11-06 10:15:55 +00:00
<AdditionalOptions > "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)</AdditionalOptions>
<DataExecutionPrevention > true</DataExecutionPrevention>
<GenerateDebugInformation > true</GenerateDebugInformation>
<IgnoreImportLibrary > true</IgnoreImportLibrary>
<OutputFile > $(OutDir)\Testpad.exe</OutputFile>
<RandomizedBaseAddress > true</RandomizedBaseAddress>
<SubSystem > Console</SubSystem>
<SuppressStartupBanner > true</SuppressStartupBanner>
</Link>
<Midl >
<DefaultCharType > Unsigned</DefaultCharType>
<EnableErrorChecks > None</EnableErrorChecks>
<WarningLevel > 0</WarningLevel>
</Midl>
<ResourceCompile >
2022-11-17 08:16:54 +00:00
<PreprocessorDefinitions > _CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_GUI_LIB;QT_XML_LIB;QT_CORE_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2022-11-06 10:15:55 +00:00
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "main.cpp" />
</ItemGroup>
<ItemGroup >
<CustomBuild Include= "debug\moc_predefs.h.cbt" >
<FileType > Document</FileType>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
<AdditionalInputs Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > $(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
<Command Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2> NUL > debug\moc_predefs.h</Command>
<Message Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Generate moc_predefs.h</Message>
<Outputs Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > debug\moc_predefs.h;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include= "release\moc_predefs.h.cbt" >
<FileType > Document</FileType>
<AdditionalInputs Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > $(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
<Command Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2> NUL > release\moc_predefs.h</Command>
<Message Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Generate moc_predefs.h</Message>
<Outputs Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > release\moc_predefs.h;%(Outputs)</Outputs>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > true</ExcludedFromBuild>
</CustomBuild>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" > <Import Project= "$(QtMsBuild)\qt.targets" /> </ImportGroup>
<ImportGroup Label= "ExtensionTargets" />
</Project>