1 Star 0 Fork 0

LeoBei/demodemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo.vcproj 20.16 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="demo"
ProjectGUID="{50DB50E8-B8E7-380B-9E32-D034EFD29D80}"
RootNamespace="demo"
Keyword="Qt4VSv1.0"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="..\..\bin\"
IntermediateDirectory="..\..\obj\release\demo\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="0"
DefaultCharType="0"
EnableErrorChecks="1"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="1"
AdditionalIncludeDirectories=".,.,..\..\utilities\include,..\..\soui\include,..\..\third-part\wke\include,..\..\third-part\mhook\mhook-lib,..\..\components,..\..\config,..\..\tools\mkspecs\win32-msvc2008"
PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,_CRT_SECURE_NO_WARNINGS,QT_NO_DYNAMIC_CAST,NDEBUG"
GeneratePreprocessedFile="0"
ExceptionHandling="1"
RuntimeLibrary="0"
TreatWChar_tAsBuiltInType="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile="$(IntDir)\demo.pch"
AssemblerListingLocation="..\..\obj\release\demo\"
ObjectFile="..\..\obj\release\demo\"
ProgramDataBaseFileName="$(IntDir)"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4100,4101,4102,4189,4996"
ForcedIncludeFiles="stdafx.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,_CRT_SECURE_NO_WARNINGS,QT_NO_DYNAMIC_CAST"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
AdditionalDependencies="utilities.lib soui.lib mhook.lib smiley.lib"
OutputFile="$(OutDir)\demo.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\bin"
GenerateDebugInformation="true"
ProgramDatabaseFile=""
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\..\bin\"
IntermediateDirectory="..\..\obj\debug\demo\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="0"
DefaultCharType="0"
EnableErrorChecks="1"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="4"
AdditionalIncludeDirectories=".,.,..\..\utilities\include,..\..\soui\include,..\..\third-part\wke\include,..\..\third-part\mhook\mhook-lib,..\..\components,..\..\config,..\..\tools\mkspecs\win32-msvc2008"
PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,_CRT_SECURE_NO_WARNINGS,QT_NO_DYNAMIC_CAST"
GeneratePreprocessedFile="0"
ExceptionHandling="1"
RuntimeLibrary="1"
TreatWChar_tAsBuiltInType="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile="$(IntDir)\demod.pch"
AssemblerListingLocation="..\..\obj\debug\demo\"
ObjectFile="..\..\obj\debug\demo\"
ProgramDataBaseFileName="$(IntDir)"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4100,4101,4102,4189,4996"
ForcedIncludeFiles="stdafx.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,_CRT_SECURE_NO_WARNINGS,QT_NO_DYNAMIC_CAST,_DEBUG"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
AdditionalDependencies="utilitiesd.lib souid.lib mhookd.lib smileyd.lib"
OutputFile="$(OutDir)\demod.exe"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\bin"
GenerateDebugInformation="true"
ProgramDatabaseFile=""
SubSystem="2"
LinkTimeCodeGeneration="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\controls.extend\reole\dataobject.cpp"
>
</File>
<File
RelativePath="demo.cpp"
>
</File>
<File
RelativePath="FormatMsgDlg.cpp"
>
</File>
<File
RelativePath="httpsvr\genericserver.cpp"
>
</File>
<File
RelativePath="httpsvr\httpserver.cpp"
>
</File>
<File
RelativePath="magnet\magnetframe.cpp"
>
</File>
<File
RelativePath="MainDlg.cpp"
>
</File>
<File
RelativePath="memflash.cpp"
>
</File>
<File
RelativePath=".\qrcode\QR_Encode.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\reole\richeditole.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\scalendar2.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\schatedit.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SChromeTabCtrl.cpp"
>
</File>
<File
RelativePath="clock\sclock.cpp"
>
</File>
<File
RelativePath="skin\SDemoSkin.cpp"
>
</File>
<File
RelativePath="appledock\sdesktopdock.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SDocHostUIHandler.cpp"
>
</File>
<File
RelativePath="skin\SetSkinWnd2.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\sfadeframe.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SFreeMoveWindow.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SGifPlayer.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SMcListViewEx\SHeaderCtrlEx.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\siectrl.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\simagemaskwnd.cpp"
>
</File>
<File
RelativePath=".\SInterpolatorView.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\sipaddressctrl.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\slistctrlex.cpp"
>
</File>
<File
RelativePath="smatrixwindow.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SMcListViewEx\SMCListViewEx.cpp"
>
</File>
<File
RelativePath="SmileyCreateHook.cpp"
>
</File>
<File
RelativePath=".\SPathView.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\spropertygrid.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\propitem\spropertyitem-color.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\propitem\spropertyitem-option.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\propitem\spropertyitem-size.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\propitem\spropertyitem-text.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\spropertyitembase.cpp"
>
</File>
<File
RelativePath=".\qrcode\SQrCtrl.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\sradiobox2.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SRatingBar.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\sscrolltext.cpp"
>
</File>
<File
RelativePath=".\trayicon\SShellNofityHwnd2.cpp"
>
</File>
<File
RelativePath=".\trayicon\SShellNotifyIcon.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SSkinAPNG.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SSkinGif.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SSkinImgFrame3.cpp"
>
</File>
<File
RelativePath="skin\SSkinLoader.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SMcListViewEx\STabCtrlHeaderBinder.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\SWkeWebkit.cpp"
>
</File>
<File
RelativePath="threadObject.cpp"
>
</File>
<File
RelativePath="..\..\controls.extend\tipwnd.cpp"
>
</File>
<File
RelativePath="uianimation\uianimationwnd.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="adapter.h"
>
</File>
<File
RelativePath="..\..\controls.extend\reole\dataobject.h"
>
</File>
<File
RelativePath="..\..\controls.extend\FileHelper.h"
>
</File>
<File
RelativePath="httpsvr\filereader-i.h"
>
</File>
<File
RelativePath="FormatMsgDlg.h"
>
</File>
<File
RelativePath="httpsvr\genericserver.h"
>
</File>
<File
RelativePath="httpsvr\httpserver.h"
>
</File>
<File
RelativePath="magnet\magnetframe.h"
>
</File>
<File
RelativePath="MainDlg.h"
>
</File>
<File
RelativePath="memflash.h"
>
</File>
<File
RelativePath=".\qrcode\QR_Encode.h"
>
</File>
<File
RelativePath="resource.h"
>
</File>
<File
RelativePath="..\..\controls.extend\reole\richeditole.h"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SAniImgFrame.h"
>
</File>
<File
RelativePath="..\..\controls.extend\scalendar2.h"
>
</File>
<File
RelativePath="..\..\controls.extend\schatedit.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SChromeTabCtrl.h"
>
</File>
<File
RelativePath="clock\sclock.h"
>
</File>
<File
RelativePath="skin\SDemoSkin.h"
>
</File>
<File
RelativePath="appledock\sdesktopdock.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SDocHostUIHandler.h"
>
</File>
<File
RelativePath="skin\SetSkinWnd2.h"
>
</File>
<File
RelativePath="..\..\controls.extend\sfadeframe.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SFreeMoveWindow.h"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SGifPlayer.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SMcListViewEx\SHeaderCtrlEx.h"
>
</File>
<File
RelativePath="..\..\controls.extend\siectrl.h"
>
</File>
<File
RelativePath="..\..\controls.extend\simagemaskwnd.h"
>
</File>
<File
RelativePath=".\SInterpolatorView.h"
>
</File>
<File
RelativePath="..\..\controls.extend\sipaddressctrl.h"
>
</File>
<File
RelativePath="..\..\controls.extend\slistctrlex.h"
>
</File>
<File
RelativePath="smatrixwindow.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SMcListViewEx\SMcListViewEx.h"
>
</File>
<File
RelativePath="SmileyCreateHook.h"
>
</File>
<File
RelativePath=".\SPathView.h"
>
</File>
<File
RelativePath="..\..\controls.extend\propgrid\SPropertyGrid.h"
>
</File>
<File
RelativePath=".\qrcode\SQrCtrl.h"
>
</File>
<File
RelativePath="..\..\controls.extend\sradiobox2.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SRatingBar.h"
>
</File>
<File
RelativePath="..\..\controls.extend\sscrolltext.h"
>
</File>
<File
RelativePath=".\trayicon\SShellNofityHwnd2.h"
>
</File>
<File
RelativePath=".\trayicon\SShellNotifyIcon.h"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SSkinAPNG.h"
>
</File>
<File
RelativePath="..\..\controls.extend\gif\SSkinGif.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SSkinImgFrame3.h"
>
</File>
<File
RelativePath="skin\SSkinLoader.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SSkinNewScrollbar.h"
>
</File>
<File
RelativePath="..\..\controls.extend\smiley\SSmileyCtrl.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SMcListViewEx\STabCtrlHeaderBinder.h"
>
</File>
<File
RelativePath="stdafx.h"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating precompiled header source file &apos;stdafx.h.cpp&apos; ..."
CommandLine="echo /*-------------------------------------------------------------------- &gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * Precompiled header source file used by Visual Studio.NET to generate&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * the .pch file.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo *&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * Due to issues with the dependencies checker within the IDE, it&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * sometimes fails to recompile the PCH file, if we force the IDE to&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * create the PCH file directly from the header file.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo *&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * This file is auto-generated by qmake since no PRECOMPILED_SOURCE was&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * specified, and is used as the common stdafx.cpp. The file is only&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * generated when creating .vcproj project files, and is not used for&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * command line compilations by nmake.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo *&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * WARNING: All changes made in this file will be lost.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo --------------------------------------------------------------------*/&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo #include &quot;stdafx.h&quot;&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;"
Outputs="stdafx.h.cpp"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating precompiled header source file &apos;stdafx.h.cpp&apos; ..."
CommandLine="echo /*-------------------------------------------------------------------- &gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * Precompiled header source file used by Visual Studio.NET to generate&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * the .pch file.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo *&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * Due to issues with the dependencies checker within the IDE, it&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * sometimes fails to recompile the PCH file, if we force the IDE to&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * create the PCH file directly from the header file.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo *&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * This file is auto-generated by qmake since no PRECOMPILED_SOURCE was&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * specified, and is used as the common stdafx.cpp. The file is only&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * generated when creating .vcproj project files, and is not used for&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * command line compilations by nmake.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo *&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo * WARNING: All changes made in this file will be lost.&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo --------------------------------------------------------------------*/&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;if errorlevel 1 goto VCReportError&#x0D;&#x0A;echo #include &quot;stdafx.h&quot;&gt;&gt;stdafx.h.cpp&#x0D;&#x0A;"
Outputs="stdafx.h.cpp"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\controls.extend\SVscrollbar.h"
>
</File>
<File
RelativePath="..\..\controls.extend\SWkeWebkit.h"
>
</File>
<File
RelativePath="threadObject.h"
>
</File>
<File
RelativePath="..\..\controls.extend\tipwnd.h"
>
</File>
<File
RelativePath="uianimation\uianimation.h"
>
</File>
<File
RelativePath="uianimation\uianimationwnd.h"
>
</File>
<File
RelativePath="wtlhelper\whwindow.h"
>
</File>
</Filter>
<Filter
Name="Generated Files"
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"
>
<File
RelativePath="stdafx.h.cpp"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
PrecompiledHeaderThrough="stdafx.h"
ForcedIncludeFiles="$(NOINHERIT)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
PrecompiledHeaderThrough="stdafx.h"
ForcedIncludeFiles="$(NOINHERIT)"
/>
</FileConfiguration>
</File>
</Filter>
<File
RelativePath="demo.rc"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leeyoubay/demodemo.git
git@gitee.com:leeyoubay/demodemo.git
leeyoubay
demodemo
demodemo
master

搜索帮助