2023-07-29 07:23:38 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "14.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {A49230DF-A869-4AA1-8ACA-3C7322530E46}</ProjectGuid>
<Keyword > QtVS_v304</Keyword>
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
<WindowsTargetPlatformVersion > 8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<PlatformToolset > v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2023-07-31 19:06:37 +08:00
<PlatformToolset > v140_xp</PlatformToolset>
2023-07-29 07:23:38 +08:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt_defaults.props')" >
<Import Project= "$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|Win32'" Label= "QtSettings" >
<QtInstall > 5.6.3_msvc2015</QtInstall>
<QtModules > core;gui;widgets;network</QtModules>
<QtBuildConfig > debug</QtBuildConfig>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|Win32'" Label= "QtSettings" >
<QtInstall > 5.6.3_msvc2015</QtInstall>
<QtModules > core;gui;widgets</QtModules>
<QtBuildConfig > release</QtBuildConfig>
</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|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(QtMsBuild)\Qt.props" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)' == 'Release|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(QtMsBuild)\Qt.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|Win32'" >
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|Win32'" >
</PropertyGroup>
2023-07-30 01:06:42 +08:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
2023-07-30 10:26:41 +08:00
<AdditionalIncludeDirectories > $(ProjectDir)\$(Configuration);.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2023-07-30 01:06:42 +08:00
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
2023-07-30 10:26:41 +08:00
<AdditionalIncludeDirectories > $(ProjectDir)\$(Configuration);.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2023-07-30 01:06:42 +08:00
</ClCompile>
</ItemDefinitionGroup>
2023-07-29 07:23:38 +08:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|Win32'" Label= "Configuration" >
<ClCompile >
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
<Optimization > Disabled</Optimization>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link >
2023-07-30 13:57:54 +08:00
<SubSystem > Console</SubSystem>
2023-07-29 07:23:38 +08:00
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|Win32'" Label= "Configuration" >
<ClCompile >
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<DebugInformationFormat > None</DebugInformationFormat>
<Optimization > MaxSpeed</Optimization>
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > false</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<QtRcc Include= "OfficeAssistant_msvc.qrc" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "buttonstruct.h" />
<ClInclude Include= "config.h" />
<ClInclude Include= "globalvariables.h" />
2023-07-30 18:57:41 +08:00
<QtMoc Include= "qminiblink.h" />
2023-08-01 15:22:48 +08:00
<QtMoc Include= "mysettingsdialog.h" />
2023-08-01 23:51:40 +08:00
<ClInclude Include= "resource.h" />
2023-07-30 18:57:41 +08:00
<ClInclude Include= "wke.h" />
2023-07-29 07:23:38 +08:00
<QtMoc Include= "mainwindowlayout.h" />
<QtMoc Include= "mainwindow.h" />
<QtMoc Include= "mainscreen.h" />
2023-07-30 10:26:41 +08:00
<QtMoc Include= "MyButton.h" />
2023-07-30 01:06:42 +08:00
<QtMoc Include= "netio.h" />
2023-07-29 07:23:38 +08:00
<QtMoc Include= "navbar.h" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "main.cpp" />
<ClCompile Include= "mainscreen.cpp" />
<ClCompile Include= "mainwindow.cpp" />
<ClCompile Include= "mainwindowlayout.cpp" />
<ClCompile Include= "MyButton.cpp" />
2023-08-01 15:22:48 +08:00
<ClCompile Include= "mysettingsdialog.cpp" />
2023-07-29 07:23:38 +08:00
<ClCompile Include= "navbar.cpp" />
<ClCompile Include= "netio.cpp" />
2023-07-30 18:57:41 +08:00
<ClCompile Include= "qminiblink.cpp" />
2023-07-29 07:23:38 +08:00
</ItemGroup>
<ItemGroup >
<QtUic Include= "mainscreen.ui" />
<QtUic Include= "mainwindow.ui" />
<QtUic Include= "mainwindowlayout.ui" />
2023-08-01 15:22:48 +08:00
<QtUic Include= "mysettingsdialog.ui" />
2023-07-29 07:23:38 +08:00
<QtUic Include= "navbar.ui" />
2023-07-30 18:57:41 +08:00
<QtUic Include= "qminiblink.ui" />
2023-07-29 07:23:38 +08:00
</ItemGroup>
2023-08-01 23:51:40 +08:00
<ItemGroup >
<ResourceCompile Include= "logo.rc" />
</ItemGroup>
<ItemGroup >
<Image Include= "icon\wechat.ico" />
</ItemGroup>
2023-07-29 07:23:38 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" >
<Import Project= "$(QtMsBuild)\qt.targets" />
</ImportGroup>
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>