代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>kWooka</ProjectName>
<ProjectGuid>{C4315F89-A0DC-50CA-A5CB-B0F32AB2EF4B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<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="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</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')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>15.0.27625.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>vc_mswud\</OutDir>
<IntDir>vc_mswud\kwooka\</IntDir>
<LinkIncremental>true</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>vc_mswu\</OutDir>
<IntDir>vc_mswu\kwooka\</IntDir>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>vc_mswud_x64\</OutDir>
<IntDir>vc_mswud_x64\kwooka\</IntDir>
<LinkIncremental>true</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>vc_mswu_x64\</OutDir>
<IntDir>vc_mswu_x64\kwooka\</IntDir>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</Midl>
<ClCompile>
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_lib\mswud;D:\AppServers\wxWidgets\include;$(ProjectDir)kwooka;$(ProjectDir)kwooka\data;$(ProjectDir)kwooka\openapi;$(ProjectDir)kwooka\openapi\json;$(ProjectDir)kwooka\openapi\http;$(ProjectDir)libs\libcurl\x86\include;$(ProjectDir)libs\libxml2\x86\libxml2\include\libxml2;$(ProjectDir)libs\openssl\x86\openssl\include;$(ProjectDir)libs\libiconv\libiconv\x86\include;$(ProjectDir)libs\opencv4\install\include;$(ProjectDir)libs\libzip\install\x86\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<BufferSecurityCheck>true</BufferSecurityCheck>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<ObjectFileName>vc_mswud\life\</ObjectFileName>
<ProgramDataBaseFileName>vc_mswud\life.pdb</ProgramDataBaseFileName>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_lib\mswud;D:\AppServers\wxWidgets\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalDependencies>wxmsw31ud_core.lib;wxbase31ud.lib;wxmsw31ud_aui.lib;wxmsw31ud_adv.lib;wxmsw31ud_html.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;Normaliz.lib;gdi32.lib;wldap32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;wsock32.lib;ws2_32.lib;wininet.lib;Crypt32.lib;libcurl_a.lib;libcrypto.lib;libssl.lib;libxml2_a.lib;iconv.lib;charset.lib;kwooka-recogz.lib;zipd.lib;zlibd.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>vc_mswud\kwooka.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>D:\AppServers\wxWidgets\lib\vc_lib;D:\AppServers\wxWidgets\lib\vc_lib\mswud;$(ProjectDir)libs\libcurl\x86\lib;$(ProjectDir)libs\libxml2\x86\libxml2\lib;$(ProjectDir)libs\openssl\x86\openssl\lib;$(ProjectDir)libs\libiconv\libiconv\x86\lib;$(ProjectDir)libs\opencv4\install\x86\debug\lib;$(TargetDir);$(ProjectDir)libs\libzip\install\x86\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>vc_mswud\kwooka.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
</Link>
<Bscmake>
<OutputFile>vc_mswud\life_vc9.bsc</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</Midl>
<ClCompile>
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>MaxSpeed</Optimization>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_lib\mswud;D:\AppServers\wxWidgets\include;$(ProjectDir)kwooka;$(ProjectDir)kwooka\data;$(ProjectDir)kwooka\openapi;$(ProjectDir)kwooka\openapi\json;$(ProjectDir)kwooka\openapi\http;$(ProjectDir)libs\libcurl\x86\include;$(ProjectDir)libs\libxml2\x86\libxml2\include\libxml2;$(ProjectDir)libs\openssl\x86\openssl\include;$(ProjectDir)libs\libiconv\libiconv\x86\include;$(ProjectDir)libs\opencv4\install\include;$(ProjectDir)libs\libzip\install\x86\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<ObjectFileName>vc_mswu\kwooka\</ObjectFileName>
<ProgramDataBaseFileName>vc_mswu\kwooka.pdb</ProgramDataBaseFileName>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_lib\mswu;D:\AppServers\wxWidgets\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalDependencies>wxmsw31u_core.lib;wxbase31u.lib;wxmsw31u_aui.lib;wxmsw31u_adv.lib;wxmsw31u_html.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;wsock32.lib;wininet.lib;Normaliz.lib;Crypt32.lib;libcurl_a.lib;libcrypto.lib;libssl.lib;libxml2_a.lib;iconv.lib;charset.lib;kwooka-recogz.lib;zip.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>vc_mswu\kwooka.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>D:\AppServers\wxWidgets\lib\vc_lib;D:\AppServers\wxWidgets\lib\vc_lib\mswud;$(ProjectDir)libs\libcurl\x86\lib;$(ProjectDir)libs\libxml2\x86\libxml2\lib;$(ProjectDir)libs\openssl\x86\openssl\lib;$(ProjectDir)libs\libiconv\libiconv\x86\lib;$(ProjectDir)libs\opencv4\install\x86\release\lib;$(TargetDir);$(ProjectDir)libs\libzip\install\x86\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>vc_mswu\kwooka.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
<DelayLoadDLLs>Kernel32.dll</DelayLoadDLLs>
</Link>
<Bscmake>
<OutputFile>vc_mswu\life_vc9.bsc</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</Midl>
<ClCompile>
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_x64_lib\mswud;D:\AppServers\wxWidgets\include;$(ProjectDir)kwooka;$(ProjectDir)kwooka\charts\include\wx\charts;$(ProjectDir)kwooka\data;$(ProjectDir)kwooka\openapi;$(ProjectDir)kwooka\openapi\json;$(ProjectDir)kwooka\openapi\http;$(ProjectDir)libs\libcurl\x64\include;$(ProjectDir)libs\libxml2\x64\libxml2\include\libxml2;$(ProjectDir)libs\openssl\x64\openssl\include;$(ProjectDir)libs\libiconv\libiconv\x64\include;$(ProjectDir)libs\opencv4\install\include;$(ProjectDir)libs\libzip\install\x64\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>wxUSE_FILEDLG;WIN32;_DEBUG;_CRTDBG_MAP_ALLOC;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<BufferSecurityCheck>true</BufferSecurityCheck>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<ObjectFileName>vc_mswud_x64\kwooka\</ObjectFileName>
<ProgramDataBaseFileName>vc_mswud_x64\kwooka.pdb</ProgramDataBaseFileName>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0004</Culture>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_x64_lib\mswud;D:\AppServers\wxWidgets\include;$(ProjectDir)kwooka;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalDependencies>wxmsw31ud_core.lib;wxbase31ud.lib;wxmsw31ud_aui.lib;wxmsw31ud_adv.lib;wxmsw31ud_html.lib;wxmsw31ud_xrc.lib;wxbase31ud_xml.lib;wxmsw31ud_webview.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;Normaliz.lib;gdi32.lib;wldap32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;Pdh.lib;version.lib;wsock32.lib;ws2_32.lib;wininet.lib;Crypt32.lib;libcurl_a.lib;iphlpapi.lib;ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>vc_mswud_x64\kWooka.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>D:\AppServers\wxWidgets\lib\vc_x64_lib;D:\AppServers\wxWidgets\lib\vc_x64_lib\mswud;$(ProjectDir)libs\libcurl\x64\lib;$(ProjectDir)libs\libxml2\x64\libxml2\lib;$(ProjectDir)libs\openssl\x64\openssl\lib;$(ProjectDir)libs\libiconv\libiconv\x64\lib;$(ProjectDir)libs\opencv4\install\x64\debug\lib;$(TargetDir);$(ProjectDir)libs\libzip\install\x64\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>vc_mswud_x64\kwooka.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX64</TargetMachine>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
</Link>
<Bscmake>
<OutputFile>vc_mswud_x64\life_vc9.bsc</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>signtool sign /v /f $(ProjectDir)\certs\fengren.pfx /t http://timestamp.digicert.com $(TargetPath) </Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</Midl>
<ClCompile>
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<Optimization>MaxSpeed</Optimization>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_x64_lib\mswu;D:\AppServers\wxWidgets\include;$(ProjectDir)kwooka;$(ProjectDir)kwooka\charts\include\wx\charts;$(ProjectDir)kwooka\data;$(ProjectDir)kwooka\openapi;$(ProjectDir)kwooka\openapi\json;$(ProjectDir)kwooka\openapi\http;$(ProjectDir)libs\libcurl\x64\include;$(ProjectDir)libs\libxml2\x64\libxml2\include\libxml2;$(ProjectDir)libs\openssl\x64\openssl\include;$(ProjectDir)libs\libiconv\libiconv\x64\include;$(ProjectDir)libs\opencv4\install\include;$(ProjectDir)libs\libzip\install\x64\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;CRTDBG_MAP_ALLOC;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;CURL_STATICLIB;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<ObjectFileName>vc_mswu_x64\kwooka\</ObjectFileName>
<ProgramDataBaseFileName>vc_mswu_x64\kwooka.pdb</ProgramDataBaseFileName>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<AdditionalIncludeDirectories>D:\AppServers\wxWidgets\lib\vc_x64_lib\mswu;D:\AppServers\wxWidgets\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalDependencies>wxmsw31u_core.lib;wxbase31u.lib;wxmsw31u_aui.lib;wxmsw31u_adv.lib;wxmsw31u_html.lib;wxmsw31u_xrc.lib;wxbase31u_xml.lib;wxmsw31u_webview.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;Pdh.lib;iphlpapi.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;wsock32.lib;wininet.lib;Normaliz.lib;Crypt32.lib;libcurl_a.lib;ws2_32.lib;ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>vc_mswu_x64\kWooka.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>D:\AppServers\wxWidgets\lib\vc_x64_lib;C:\AppServers\wxWidgets\lib\vc_x64_lib\mswud;$(ProjectDir)libs\libcurl\x64\lib;$(ProjectDir)libs\libxml2\x64\libxml2\lib;$(ProjectDir)libs\openssl\x64\openssl\lib;$(ProjectDir)libs\libiconv\libiconv\x64\lib;$(ProjectDir)libs\opencv4\install\x64\release\lib;$(TargetDir);$(ProjectDir)libs\libzip\install\x64\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>vc_mswu_x64\kwooka.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX64</TargetMachine>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
</Link>
<Bscmake>
<OutputFile>vc_mswu_x64\life_vc9.bsc</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>signtool sign /v /f $(ProjectDir)\certs\fengren.pfx /t http://timestamp.digicert.com $(TargetPath) </Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="kwooka\charts\src\wxareachart.cpp" />
<ClCompile Include="kwooka\charts\src\wxareachartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxareachartdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxareachartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxbarchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxbarchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxbarchartdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxbarchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxboxplot.cpp" />
<ClCompile Include="kwooka\charts\src\wxboxplotctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxboxplotdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxboxplotoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxbubblechart.cpp" />
<ClCompile Include="kwooka\charts\src\wxbubblechartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxbubblechartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxcandlestickchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxcandlestickchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxcandlestickchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartbackground.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartbackgroundoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartcommonoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartfontoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartmultitooltip.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartmultitooltipoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartpadding.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsarc.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsarcoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsaxis.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsaxisoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsbrushoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartscategoricalaxis.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartscategoricaldata.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartscategoricaldataobserver.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartscircle.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartscircleoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsdataset.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsdatasetid.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsdatasettheme.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsdoubledataset.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartselement.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsgrid.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsgridmapping.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsgridoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslabel.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslabelgroup.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslabeloptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslegendctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslegenditem.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslegendline.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslegendlineoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslegendoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartslicedata.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsnumericalaxis.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsohlcdata.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartspenoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartspoint.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartspointoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsprecisiontheme.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartspresentationtheme.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsradialgrid.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsradialgridoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsrectangle.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsrectangleoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartstheme.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsthemefactory.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsthemeid.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartstimeaxis.cpp" />
<ClCompile Include="kwooka\charts\src\wxchartsutilities.cpp" />
<ClCompile Include="kwooka\charts\src\wxcharttooltip.cpp" />
<ClCompile Include="kwooka\charts\src\wxcharttooltipoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxcharttooltipprovider.cpp" />
<ClCompile Include="kwooka\charts\src\wxcolumnchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxcolumnchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxcolumnchartdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxcolumnchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxcombinationchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxcombinationchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxcombinationchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxdoughnutandpiechartbase.cpp" />
<ClCompile Include="kwooka\charts\src\wxdoughnutandpiechartoptionsbase.cpp" />
<ClCompile Include="kwooka\charts\src\wxdoughnutchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxdoughnutchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxdoughnutchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxhistogram.cpp" />
<ClCompile Include="kwooka\charts\src\wxhistogramctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxhistogramoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxlinechart.cpp" />
<ClCompile Include="kwooka\charts\src\wxlinechartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxlinechartdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxlinechartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxmath2dplot.cpp" />
<ClCompile Include="kwooka\charts\src\wxmath2dplotctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxmath2dplotoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxohlcchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxohlcchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxohlcchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxpiechart.cpp" />
<ClCompile Include="kwooka\charts\src\wxpiechartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxpiechartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxpolarareachart.cpp" />
<ClCompile Include="kwooka\charts\src\wxpolarareachartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxpolarareachartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxradarchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxradarchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxradarchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxscatterplot.cpp" />
<ClCompile Include="kwooka\charts\src\wxscatterplotctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxscatterplotoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedbarchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedbarchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedbarchartdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedbarchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedcolumnchart.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedcolumnchartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedcolumnchartdatasetoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxstackedcolumnchartoptions.cpp" />
<ClCompile Include="kwooka\charts\src\wxtimeserieschart.cpp" />
<ClCompile Include="kwooka\charts\src\wxtimeserieschartctrl.cpp" />
<ClCompile Include="kwooka\charts\src\wxtimeserieschartoptions.cpp" />
<ClCompile Include="kwooka\enum_process.cpp" />
<ClCompile Include="kwooka\kWoocaStaticText.cpp" />
<ClCompile Include="kwooka\kWooka.cpp" />
<ClCompile Include="kwooka\kWookaApplicationConfigPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationGenericJavaPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationItemPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationJavaVMPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationListPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationLoggerPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationMavenPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationMonitorPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationMySQLPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationNginxServerPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationRedisPanel.cpp" />
<ClCompile Include="kwooka\kWookaApplicationViewPanel.cpp" />
<ClCompile Include="kwooka\kWookaDevelopmentPlanPanel.cpp" />
<ClCompile Include="kwooka\kWookaExecuteProcess.cpp" />
<ClCompile Include="kwooka\kWookaProjectInfo.cpp" />
<ClCompile Include="kwooka\kWookaSplashScreen.cpp" />
<ClCompile Include="kwooka\kWookaTaskbarIcon.cpp" />
<ClCompile Include="kwooka\kWookaToolsExecuteProcess.cpp" />
<ClCompile Include="kwooka\kWookaTypedResourceInfo.cpp" />
<ClCompile Include="kwooka\kWooka_aboutdlg.cpp" />
<ClCompile Include="kwooka\kWooka_frame.cpp" />
<ClCompile Include="kwooka\kWooka_perferences.cpp" />
<ClCompile Include="kwooka\kWooka_perferences_utils.cpp" />
<ClCompile Include="kwooka\main.cpp" />
<ClCompile Include="kwooka\openapi\json\cJSON.c" />
<ClCompile Include="kwooka\openapi\json\json_type.cpp" />
<ClCompile Include="kwooka\openapi\json\json_util.cpp" />
<ClCompile Include="kwooka\resources.cpp" />
<ClCompile Include="kwooka\netinfo.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="kwooka\charts\include\wx\charts\wxareachart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxareachartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxareachartdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxareachartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbarchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbarchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbarchartdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbarchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxboxplot.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxboxplotctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxboxplotdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxboxplotoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbubblechart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbubblechartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxbubblechartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcandlestickchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcandlestickchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcandlestickchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartbackground.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartbackgroundoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartcommonoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartfontoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartmultitooltip.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartmultitooltipoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartobservers.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartpadding.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcharts.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsarc.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsarcoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsaxis.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsaxisoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsbrushoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartscategoricalaxis.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartscategoricaldata.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartscategoricaldataobserver.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartscircle.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartscircleoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsdataset.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsdatasetid.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsdatasettheme.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsdoubledataset.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartselement.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsgrid.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsgridmapping.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsgridoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslabel.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslabelgroup.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslabeloptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslegendctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslegenditem.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslegendline.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslegendlineoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslegendoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartslicedata.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsnumericalaxis.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsohlcdata.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartspenoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartspoint.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartspointoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsprecisiontheme.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartspresentationtheme.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsradialgrid.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsradialgridoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsrectangle.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsrectangleoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartstheme.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsthemefactory.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsthemeid.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartstimeaxis.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxchartsutilities.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcharttooltip.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcharttooltipoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcharttooltipprovider.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcolumnchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcolumnchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcolumnchartdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcolumnchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcombinationchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcombinationchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxcombinationchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxdoughnutandpiechartbase.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxdoughnutandpiechartoptionsbase.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxdoughnutchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxdoughnutchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxdoughnutchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxhistogram.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxhistogramctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxhistogramoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxlinechart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxlinechartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxlinechartdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxlinechartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxmath2dplot.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxmath2dplotctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxmath2dplotoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxohlcchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxohlcchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxohlcchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxpiechart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxpiechartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxpiechartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxpolarareachart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxpolarareachartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxpolarareachartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxradarchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxradarchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxradarchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxscatterplot.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxscatterplotctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxscatterplotoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedbarchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedbarchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedbarchartdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedbarchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedcolumnchart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedcolumnchartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedcolumnchartdatasetoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxstackedcolumnchartoptions.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxtimeserieschart.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxtimeserieschartctrl.h" />
<ClInclude Include="kwooka\charts\include\wx\charts\wxtimeserieschartoptions.h" />
<ClInclude Include="kwooka\enum_process.hpp" />
<ClInclude Include="kwooka\kWoocaStaticText.hpp" />
<ClInclude Include="kwooka\kWooka.h" />
<ClInclude Include="kwooka\kWookaApplicationConfigPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationGenericJavaPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationItemPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationJavaVMPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationListPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationLoggerPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationMavenPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationMonitorPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationMySQLPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationNginxServerPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationRedisPanel.hpp" />
<ClInclude Include="kwooka\kWookaApplicationViewPanel.hpp" />
<ClInclude Include="kwooka\kWookaDevelopmentPlanPanel.hpp" />
<ClInclude Include="kwooka\kWookaExecuteProcess.hpp" />
<ClInclude Include="kwooka\kWookaProjectInfo.hpp" />
<ClInclude Include="kwooka\kWookaSplashScreen.hpp" />
<ClInclude Include="kwooka\kWookaTaskbarIcon.hpp" />
<ClInclude Include="kwooka\kWookaToolsExecuteProcess.hpp" />
<ClInclude Include="kwooka\kWookaTypedResourceInfo.hpp" />
<ClInclude Include="kwooka\kWooka_aboutdlg.h" />
<ClInclude Include="kwooka\kWooka_frame.hpp" />
<ClInclude Include="kwooka\kWooka_ids.h" />
<ClInclude Include="kwooka\kWooka_perferences.hpp" />
<ClInclude Include="kwooka\kWooka_perferences_utils.hpp" />
<ClInclude Include="kwooka\openapi\json\cJSON.h" />
<ClInclude Include="kwooka\openapi\json\json_type.h" />
<ClInclude Include="kwooka\openapi\json\json_util.h" />
<ClInclude Include="kwooka\resource.h" />
<ClInclude Include="kwooka\netinfo.h" />
</ItemGroup>
<ItemGroup>
<None Include="kwooka\kwooca_zh_CN.mo" />
<Text Include="kwooka\release_note.html">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</Text>
<None Include="kwooka\kWooka.xpm" />
<None Include="kwooka\wx\msw\magnif1.cur" />
</ItemGroup>
<ItemGroup>
<Image Include="kwooka\kWooka.ico" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="kwooka\kWooka.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。