ycb
2025-04-28 25afa4e6feb34aa364a6e4aff5e79dcaefd18507
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
SQLite format 3 @  74.v‰û*ûR†03µt‡T¼3 o Ç  Î h
Ó
n    Ø    ]Í;¾®0ˆé1Î}'M%+indexix_project_refs_project_ref_guidproject_refs&CREATE INDEX ix_project_refs_project_ref_guid ON project_refs(project_ref_guid)s&?%indexix_project_refs_config_idproject_refs%CREATE INDEX ix_project_refs_config_id ON project_refs(config_id)y%A#indexuq_configs_project_id_nameconfigs$CREATE UNIQUE INDEX uq_configs_project_id_name ON configs (project_id,name)O$+gindexix_configs_nameconfigs#CREATE INDEX ix_configs_name ON configs(name)a#7indexix_configs_project_idconfigs"CREATE INDEX ix_configs_project_id ON configs(project_id)Z"-yindexuq_projects_guidprojects!CREATE UNIQUE INDEX uq_projects_guid ON projects(guid)Z!-yindexuq_projects_nameprojects CREATE UNIQUE INDEX uq_projects_name ON projects(name) S+Gindexuq_code_item_kinds_name_parser_guidcode_item_kindsCREATE UNIQUE INDEX uq_code_item_kinds_name_parser_guid ON code_item_kinds (name,parser_guid)~99tableidentifiers_fts_configidentifiers_fts_configCREATE TABLE 'identifiers_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID;;;tableidentifiers_fts_docsizeidentifiers_fts_docsizeCREATE TABLE 'identifiers_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER)33Gtableidentifiers_fts_idxidentifiers_fts_idxCREATE TABLE 'identifiers_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWID|55tableidentifiers_fts_dataidentifiers_fts_dataCREATE TABLE 'identifiers_fts_data'(id INTEGER PRIMARY KEY, block BLOB)‚ ++ƒStableidentifiers_ftsidentifiers_ftsCREATE VIRTUAL TABLE identifiers_fts USING fts5(identifiers, content='', contentless_delete=1, tokenize="unicode61 remove_diacritics 0                      categories 'C* L* M* N* P* S* Z*'                      separators ''"){77tablecode_items_fts_configcode_items_fts_configCREATE TABLE 'code_items_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID999tablecode_items_fts_docsizecode_items_fts_docsizeCREATE TABLE 'code_items_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER) 11Etablecode_items_fts_idxcode_items_fts_idxCREATE TABLE 'code_items_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWIDy33tablecode_items_fts_datacode_items_fts_dataCREATE TABLE 'code_items_fts_data'(id INTEGER PRIMARY KEY, block BLOB)))ctablecode_items_ftscode_items_ftsCREATE VIRTUAL TABLE code_items_fts USING fts5(names, content='', contentless_delete=1, tokenize="trigram")c1!indexuq_hint_files_namehint_filesCREATE UNIQUE INDEX uq_hint_files_name ON hint_files(name)QCindexuq_file_map_code_item_id_config_idfile_mapCREATE UNIQUE INDEX uq_file_map_code_item_id_config_id ON file_map (code_item_id,config_id)d7!indexix_code_items_file_idcode_itemsCREATE INDEX ix_code_items_file_id ON code_items(file_id)N'mindexuq_files_namefilesCREATE UNIQUE INDEX uq_files_name ON files(name)&!!‚tablehint_fileshint_filesCREATE TABLE hint_files ( id integer NOT NULL CONSTRAINT pk_hint_files_id PRIMARY KEY, timestamp bigint NOT NULL, name text NOT NULL)%##‚tableshared_textshared_textCREATE TABLE shared_text ( id integer NOT NULL CONSTRAINT pk_shared_text_id PRIMARY KEY, hash bigint NOT NULL, text text NOT NULL)ƒA11†-tablebase_class_parentsbase_class_parentsCREATE TABLE base_class_parents ( base_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_base_code_item_id REFERENCES code_items(id), parent_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_parent_code_item_id REFERENCES code_items(id), CONSTRAINT pk_base_class_parents_base_code_item_id_parent_code_item_id PRIMARY KEY (base_code_item_id, parent_code_item_id)) WITHOUT ROWID_tablefile_mapfile_mapCREATE TABLE file_map ( code_item_id bigint NOT NULL, config_id bigint NOT NULL, file_id bigint NOT NULL)ƒ ##…qtableassoc_spansassoc_spansCREATE TABLE assoc_spans ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_spans_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, CONSTRAINT pk_assoc_spans_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID‚0 !!„+tableassoc_textassoc_text CREATE TABLE assoc_text ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_text_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, text text NOT NULL, CONSTRAINT pk_assoc_text_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID…j !!‹tablecode_itemscode_items CREATE TABLE code_items ( id integer NOT NULL CONSTRAINT pk_code_items_id PRIMARY KEY, file_id bigint NOT NULL, parent_id bigint NOT NULL, kind integer NOT NULL, attributes integer NOT NULL, name text NOT NULL, type text, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, name_start_column integer NOT NULL, name_start_line integer NOT NULL, name_end_column integer NOT NULL, name_end_line integer NOT NULL, param_default_value text, param_default_value_start_column integer, param_default_value_start_line integer, param_default_value_end_column integer, param_default_value_end_line integer, param_number smallint, lower_name_hint text NOT NULL)„>
%%ˆ?tableconfig_filesconfig_files CREATE TABLE config_files ( config_id bigint NOT NULL, file_id bigint NOT NULL, implicit tinyint NOT NULL, reference tinyint NOT NULL, compiled tinyint NOT NULL, compiled_module tinyint NOT NULL, compiled_header_unit tinyint NOT NULL, compiled_pch tinyint NOT NULL, explicit tinyint NOT NULL, shared tinyint NOT NULL, generated tinyint NOT NULL, config_final tinyint NOT NULL, include_path bigint, framework_include_path bigint, options bigint, CONSTRAINT pk_config_files_config_id_file_id PRIMARY KEY (config_id, file_id)) WITHOUT ROWID‚{    …Utablefilesfiles
CREATE TABLE files ( id integer NOT NULL CONSTRAINT pk_files_id PRIMARY KEY, timestamp bigint NOT NULL, parsetime real NOT NULL, addtime real NOT NULL, difftime real NOT NULL, name text NOT NULL, leaf_name text NOT NULL, extension text, attributes integer NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_files_parser_guid REFERENCES parsers(parser_guid))z%%ƒ7tableproject_refsproject_refs    CREATE TABLE project_refs ( config_id bigint NOT NULL CONSTRAINT fk_project_refs_config_id REFERENCES configs(id) ON DELETE CASCADE, project_ref_guid bigint NOT NULL, project_ref_name bigint, resolved_name bigint)„Sˆ}tableconfigsconfigsCREATE TABLE configs ( id integer NOT NULL CONSTRAINT pk_configs_id PRIMARY KEY, hash bigint NOT NULL, project_id bigint NOT NULL CONSTRAINT fk_configs_project_id REFERENCES projects(id) ON DELETE CASCADE, name text NOT NULL, toolset_isense_identifier text, has_modules tinyint, exclude_path bigint, source_path bigint, config_include_path bigint, config_framework_include_path bigint, config_options bigint, platform_include_path bigint, platform_framework_include_path bigint, platform_options bigint, options_for_reference bigint, include_path_for_reference bigint)I‚etableprojectsprojectsCREATE TABLE projects ( id integer NOT NULL CONSTRAINT pk_projects_id PRIMARY KEY, name text NOT NULL, directory text NOT NULL, guid text NOT NULL, shared tinyint NOT NULL)‚++ƒ?tablecode_item_kindscode_item_kindsCREATE TABLE code_item_kinds ( id integer NOT NULL CONSTRAINT pk_code_item_kinds_id PRIMARY KEY, name text NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_code_item_kinds_parser_guid REFERENCES parsers(parser_guid))(‚'tableparsersparsersCREATE TABLE parsers ( parser_guid text NOT NULL CONSTRAINT pk_parsers_parser_guid PRIMARY KEY, name text NOT NULL, short_name text NOT NULL)-Aindexsqlite_autoindex_parsers_1parsers !!etablepropertiespropertiesCREATE TABLE properties ( name text NOT NULL CONSTRAINT pk_properties_name PRIMARY KEY, value text NOT NULL)3G!indexsqlite_autoindex_properties_1properties(     Ã׿O9ëê×à )code_items_mod0 )code_items_cnt0'indexes_readytrue6)Wcomment_tokensHACKTODOUNDONEUnresolvedMergeConflict%enhanced_ftsfalsenYpathE:\InduSmartControl4.0\Server\申鑫\code\ISC4_server_project\.vs\ISC4_server_project\v17\Browse.VC.db)client_version17.04version17.0016
%safe_to_opentruee
ð    [Ñl¤·’È[ä%safe_to_open
)code_items_mod )code_items_cnt 'indexes_ready)comment_tokens%enhanced_ftspath)client_version versionsafe_to_open Ò¤xH,MB5E9BD386D3E4B5D925E8A43B79820B4HLSLhlsl.MB5E9BD3E6D3E4B5D925E8A43B79820B4Metadatamd*MB5E9BD356D3E4B5D925E8A43B79820B4IDLidl,MB5E9BD326D3E4B5D925E8A43B79820B4C/C++cpp,M00000000000000000000000000000000nullnull
HÜ·’Hm$MB5E9BD386D3E4B5D925E8A43B79820B4$MB5E9BD3E6D3E4B5D925E8A43B79820B4$MB5E9BD356D3E4B5D925E8A43B79820B4$MB5E9BD326D3E4B5D925E8A43B79820B4#M    00000000000000000000000000000000 @ÏÕ©~T%ðÄ”e7ÂA    Ü¬}Q ó¾‰]%õÇ™j2    Û¬~S%ó],ûË™h:بwLôÇ•d1úÉ™i6Ï0@%Munknown_decl000000000000000000000000000000003?+Mmfc_comment_idl000000000000000000000000000000001>'Mimportlib_idl00000000000000000000000000000000.=!Mimport_idl00000000000000000000000000000000.<!Mmodule_idl00000000000000000000000000000000/;#Mlibrary_idl000000000000000000000000000000005:/Mdispinterface_idl0000000000000000000000000000000019'Minterface_idl00000000000000000000000000000000/8#Mcoclass_idl0000000000000000000000000000000007%Mcomment_task00000000000000000000000000000000+6Mskipped00000000000000000000000000000000)5Mscope00000000000000000000000000000000+4Mcomment00000000000000000000000000000000)3Mlabel00000000000000000000000000000000/2#Mpound_endif00000000000000000000000000000000.1!Mpound_elif00000000000000000000000000000000.0!Mpound_else000000000000000000000000000000000/%Mpound_ifndef00000000000000000000000000000000,.Mpound_if00000000000000000000000000000000/-#Mpound_ifdef000000000000000000000000000000000,%Mpound_pragma00000000000000000000000000000000.+!Mpound_line00000000000000000000000000000000/*#Mpound_error00000000000000000000000000000000/)#Mpound_using000000000000000000000000000000000(%Mpound_import000000000000000000000000000000001''Mpound_include00000000000000000000000000000000/&#Mmacro_undef000000000000000000000000000000000%%Mmacro_define00000000000000000000000000000000,$Mdelegate00000000000000000000000000000000)#Mevent00000000000000000000000000000000,"Mproperty00000000000000000000000000000000-!Mdialog_id00000000000000000000000000000000, Mmap_item00000000000000000000000000000000'Mmap0000000000000000000000000000000061Mattribute_argument00000000000000000000000000000000-Mattribute00000000000000000000000000000000,Mvariable00000000000000000000000000000000,Mfunction00000000000000000000000000000000.!Musing_decl0000000000000000000000000000000061Mimport_header_unit00000000000000000000000000000000*Mimport000000000000000000000000000000003+Musing_namespace000000000000000000000000000000003+Mnamespace_alias00000000000000000000000000000000+Mtypedef00000000000000000000000000000000/#Musing_alias00000000000000000000000000000000*Mmodule00000000000000000000000000000000-Mnamespace00000000000000000000000000000000.!Mbase_class00000000000000000000000000000000+Mconcept0000000000000000000000000000000061Mgeneric_constraint00000000000000000000000000000000?CMtemplate_template_parameter00000000000000000000000000000000? CMtemplate_non_type_parameter00000000000000000000000000000000; ;Mtemplate_type_parameter000000000000000000000000000000005 /Mtemplate_argument00000000000000000000000000000000,
Mtemplate00000000000000000000000000000000-    Mparameter00000000000000000000000000000000.!Menumerator00000000000000000000000000000000*Mmember000000000000000000000000000000003+Mmember_function00000000000000000000000000000000-Minterface00000000000000000000000000000000(Menum00000000000000000000000000000000)Munion00000000000000000000000000000000*Mstruct00000000000000000000000000000000)Mclass00000000000000000000000000000000 >>>ˆ?ME:\INDUSMARTCONTROL4.0\SERVER\申鑫\CODE\ISC4_SERVER_PROJECT\ISC4_SERVER_PROJECT.VCXPROJE:\INDUSMARTCONTROL4.0\SERVER\申鑫\CODE\ISC4_SERVER_PROJECT9A230C46DD694E5A8C02BE90E472334D ÕÕ(ˆ     ƒÄMýV¶="Debug|x64   CC9ˆ OSME:\INDUSMARTCONTROL4.0\SERVER\申鑫\CODE\ISC4_SERVER_PROJECT\ISC4_SERVER_PROJECT.VCXPROJ.FILTERSISC4_SERVER_PROJECT.VCXPROJ.FILTERS.FILTERSA00000000000000000000000000000000
ëë  
 
   
   ÁÞ  ‰’Œµ!•@}4 /I "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\include" /I "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\include" /I "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Auxiliary\VS\include" /I "D:\Windows Kits\10\Include\10.0.22621.0\ucrt" /I "D:\Windows Kits\10\Include\10.0.22621.0\um" /I "D:\Windows Kits\10\Include\10.0.22621.0\shared" /I "D:\Windows Kits\10\Include\10.0.22621.0\winrt" /I "D:\Windows Kits\10\Include\10.0.22621.0\cppwinrt" /I "Include\um" /AI "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\lib\x64" /AI "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\lib\x64" /AI "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\lib\x64" /AI "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\lib\x64" /AI "D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Auxiliary\VS\lib\x64" /AI "D:\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" /AI "D:\Windows Kits\10\lib\10.0.22621.0\um\x64" /AI "lib\um\x64" /BCD "E:\InduSmartControl4.0\Server\申鑫\code\ISC4_server_project\\"ƒp‡SG² M2ó'¯D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\include;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\include;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Auxiliary\VS\include;D:\Windows Kits\10\Include\10.0.22621.0\ucrt;D:\Windows Kits\10\Include\10.0.22621.0\um;D:\Windows Kits\10\Include\10.0.22621.0\shared;D:\Windows Kits\10\Include\10.0.22621.0\winrt;D:\Windows Kits\10\Include\10.0.22621.0\cppwinrt;Include\umNƒ˜è:ژ4ða/c /W3 /WX- /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /EHsc /MDd /fp:precise /Zc:wchar_t /Zc:forScope /permissive- /Fo"ISC4_ser.9a230c46\x64\Debug\\" /external:W3 /Gd /TP /errorReport:promptƒ`‡3DMJ;YD:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\src\mfc;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\src\mfcm;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\src\atl;;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\crt\src;;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Auxiliary\VS\src;;D:\Windows Kits\10\Source\10.0.22621.0\ucrt;;;”<¨k.²åôüz.D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\include;;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\include;;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Auxiliary\VS\include;;D:\Windows Kits\10\Include\10.0.22621.0\ucrt;;;D:\Windows Kits\10\Include\10.0.22621.0\um;D:\Windows Kits\10\Include\10.0.22621.0\shared;D:\Windows Kits\10\Include\10.0.22621.0\winrt;D:\Windows Kits\10\Include\10.0.22621.0\cppwinrt;Include\um;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostArm64\arm64\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostArm64\arm\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostArm64\x64\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostArm64\x86\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\arm64\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x86\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\arm64\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\arm\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\x64\2052;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\x86\2052;;;;;;;;;;;;;D:\Windows Kits\10\bin\10.0.22621.0\x64;;D:\Windows Kits\10\bin\10.0.22621.0\x86;;D:\DevelopTools\Ides\VisualStudio2022\Community\Common7\tools;D:\DevelopTools\Ides\VisualStudio2022\Community\Common7\ide;C:\Program Files (x86)\HTML Help Workshop;;;D:\DevelopTools\Ides\VisualStudio2022\Community\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework\v4.0.30319\;D:\DevelopTools\Ides\VisualStudio2022\Community\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\;C:\Windows\Microsoft.NET\Framework\v4.0.30319\;D:\DevelopTools\Ides\VisualStudio2022\Community\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319\;C:\Windows;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\x64;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\lib\x64;;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Tools\MSVC\14.41.34120\atlmfc\lib\x64;;D:\DevelopTools\Ides\VisualStudio2022\Community\VC\Auxiliary\VS\lib\x64;;D:\Windows Kits\10\lib\10.0.22621.0\ucrt\x64;;  
˜˜gOE:\INDUSMARTCONTROL4.0\SERVER\申鑫\CODE\ISC4_SERVER_PROJECT\ISC4_SERVER_PROJECT.VCXPROJ.FILTERS
 
 
  ëûë
"ÿ
   
ôô version ëûë
"ÿ
   
ôô version
@ÐÑ™i?ᯂT%îÄ”i;ןo< Ú¯~LòĘc.Ò£n?ß®}O캇W%ôÆ›nBÝœ[ñÆ”c3þÐ-Mvariable000000000000000000000000000000004+Musing_namespace00000000000000000000000000000000/!Musing_decl000000000000000000000000000000000#Musing_alias000000000000000000000000000000001%Munknown_decl00000000000000000000000000000000@*Munion00000000000000000000000000000000,Mtypedef00000000000000000000000000000000<;Mtemplate_type_parameter00000000000000000000000000000000 @CMtemplate_template_parameter00000000000000000000000000000000@CMtemplate_non_type_parameter00000000000000000000000000000000 6/Mtemplate_argument00000000000000000000000000000000 -Mtemplate00000000000000000000000000000000
+Mstruct00000000000000000000000000000000,Mskipped000000000000000000000000000000006*Mscope000000000000000000000000000000005-Mproperty00000000000000000000000000000000"0#Mpound_using00000000000000000000000000000000)1%Mpound_pragma00000000000000000000000000000000,/!Mpound_line00000000000000000000000000000000+2'Mpound_include00000000000000000000000000000000'1%Mpound_import00000000000000000000000000000000(1%Mpound_ifndef00000000000000000000000000000000/0#Mpound_ifdef00000000000000000000000000000000--Mpound_if00000000000000000000000000000000.0#Mpound_error00000000000000000000000000000000*0#Mpound_endif000000000000000000000000000000002/!Mpound_else000000000000000000000000000000000/!Mpound_elif000000000000000000000000000000001.Mparameter00000000000000000000000000000000    4+Mnamespace_alias00000000000000000000000000000000.Mnamespace00000000000000000000000000000000/!Mmodule_idl00000000000000000000000000000000<+Mmodule000000000000000000000000000000004+Mmfc_comment_idl00000000000000000000000000000000?4+Mmember_function00000000000000000000000000000000+Mmember00000000000000000000000000000000-Mmap_item00000000000000000000000000000000 (Mmap000000000000000000000000000000000#Mmacro_undef00000000000000000000000000000000&1%Mmacro_define00000000000000000000000000000000%0#Mlibrary_idl00000000000000000000000000000000;*Mlabel0000000000000000000000000000000032'Minterface_idl000000000000000000000000000000009.Minterface000000000000000000000000000000002'Mimportlib_idl00000000000000000000000000000000>/!Mimport_idl00000000000000000000000000000000=71Mimport_header_unit00000000000000000000000000000000+Mimport0000000000000000000000000000000071Mgeneric_constraint00000000000000000000000000000000-Mfunction00000000000000000000000000000000*Mevent00000000000000000000000000000000#/!Menumerator00000000000000000000000000000000)Menum000000000000000000000000000000006/Mdispinterface_idl00000000000000000000000000000000:.Mdialog_id00000000000000000000000000000000!-Mdelegate00000000000000000000000000000000$,Mconcept000000000000000000000000000000001%Mcomment_task000000000000000000000000000000007,Mcomment0000000000000000000000000000000040#Mcoclass_idl000000000000000000000000000000008)M    class00000000000000000000000000000000/!Mbase_class0000000000000000000000000000000071Mattribute_argument00000000000000000000000000000000.Mattribute00000000000000000000000000000000
  _?E:\INDUSMARTCONTROL4.0\SERVER\申鑫\CODE\ISC4_SERVER_PROJECT\ISC4_SERVER_PROJECT.VCXPROJ
ÚÚ%M9A230C46DD694E5A8C02BE90E472334D
øø
ññDebug|x64
îîDebug|x64
 
 
××(SISC4_SERVER_PROJECT.VCXPROJ.FILTERS ø ¼3ÃYR†03µt‡T¼3 o Ç  Î h
Ó
n    Ø    ]Í;¾®0ˆé1Î}ª'M%+inV(1sindexix_files_leaf_namefiles'CREATE INDEX ix_files_leaf_name ON files(leaf_name)'M%+indexix_project_refs_project_ref_guidproject_refs&CREATE INDEX ix_project_refs_project_ref_guid ON project_refs(project_ref_guid)s&?%indexix_project_refs_config_idproject_refs%CREATE INDEX ix_project_refs_config_id ON project_refs(config_id)y%A#indexuq_configs_project_id_nameconfigs$CREATE UNIQUE INDEX uq_configs_project_id_name ON configs (project_id,name)O$+gindexix_configs_nameconfigs#CREATE INDEX ix_configs_name ON configs(name)a#7indexix_configs_project_idconfigs"CREATE INDEX ix_configs_project_id ON configs(project_id)Z"-yindexuq_projects_guidprojects!CREATE UNIQUE INDEX uq_projects_guid ON projects(guid)Z!-yindexuq_projects_nameprojects CREATE UNIQUE INDEX uq_projects_name ON projects(name) S+Gindexuq_code_item_kinds_name_parser_guidcode_item_kindsCREATE UNIQUE INDEX uq_code_item_kinds_name_parser_guid ON code_item_kinds (name,parser_guid)~99tableidentifiers_fts_configidentifiers_fts_configCREATE TABLE 'identifiers_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID;;;tableidentifiers_fts_docsizeidentifiers_fts_docsizeCREATE TABLE 'identifiers_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER)33Gtableidentifiers_fts_idxidentifiers_fts_idxCREATE TABLE 'identifiers_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWID|55tableidentifiers_fts_dataidentifiers_fts_dataCREATE TABLE 'identifiers_fts_data'(id INTEGER PRIMARY KEY, block BLOB)‚ ++ƒStableidentifiers_ftsidentifiers_ftsCREATE VIRTUAL TABLE identifiers_fts USING fts5(identifiers, content='', contentless_delete=1, tokenize="unicode61 remove_diacritics 0                      categories 'C* L* M* N* P* S* Z*'                      separators ''"){77tablecode_items_fts_configcode_items_fts_configCREATE TABLE 'code_items_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID999tablecode_items_fts_docsizecode_items_fts_docsizeCREATE TABLE 'code_items_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER) 11Etablecode_items_fts_idxcode_items_fts_idxCREATE TABLE 'code_items_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWIDy33tablecode_items_fts_datacode_items_fts_dataCREATE TABLE 'code_items_fts_data'(id INTEGER PRIMARY KEY, block BLOB)))ctablecode_items_ftscode_items_ftsCREATE VIRTUAL TABLE code_items_fts USING fts5(names, content='', contentless_delete=1, tokenize="trigram")c1!indexuq_hint_files_namehint_filesCREATE UNIQUE INDEX uq_hint_files_name ON hint_files(name)QCindexuq_file_map_code_item_id_config_idfile_mapCREATE UNIQUE INDEX uq_file_map_code_item_id_config_id ON file_map (code_item_id,config_id)d7!indexix_code_items_file_idcode_itemsCREATE INDEX ix_code_items_file_id ON code_items(file_id)N'mindexuq_files_namefilesCREATE UNIQUE INDEX uq_files_name ON files(name)&!!‚tablehint_fileshint_filesCREATE TABLE hint_files ( id integer NOT NULL CONSTRAINT pk_hint_files_id PRIMARY KEY, timestamp bigint NOT NULL, name text NOT NULL)%##‚tableshared_textshared_textCREATE TABLE shared_text ( id integer NOT NULL CONSTRAINT pk_shared_text_id PRIMARY KEY, hash bigint NOT NULL, text text NOT NULL)ƒA11†-tablebase_class_parentsbase_class_parentsCREATE TABLE base_class_parents ( base_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_base_code_item_id REFERENCES code_items(id), parent_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_parent_code_item_id REFERENCES code_items(id), CONSTRAINT pk_base_class_parents_base_code_item_id_parent_code_item_id PRIMARY KEY (base_code_item_id, parent_code_item_id)) WITHOUT ROWID_tablefile_mapfile_mapCREATE TABLE file_map ( code_item_id bigint NOT NULL, config_id bigint NOT NULL, file_id bigint NOT NULL)ƒ ##…qtableassoc_spansassoc_spansCREATE TABLE assoc_spans ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_spans_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, CONSTRAINT pk_assoc_spans_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID‚0 !!„+tableassoc_textassoc_text CREATE TABLE assoc_text ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_text_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, text text NOT NULL, CONSTRAINT pk_assoc_text_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID…j !!‹tablecode_itemscode_items CREATE TABLE code_items ( id integer NOT NULL CONSTRAINT pk_code_items_id PRIMARY KEY, file_id bigint NOT NULL, parent_id bigint NOT NULL, kind integer NOT NULL, attributes integer NOT NULL, name text NOT NULL, type text, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, name_start_column integer NOT NULL, name_start_line integer NOT NULL, name_end_column integer NOT NULL, name_end_line integer NOT NULL, param_default_value text, param_default_value_start_column integer, param_default_value_start_line integer, param_default_value_end_column integer, param_default_value_end_line integer, param_number smallint, lower_name_hint text NOT NULL)„>
%%ˆ?tableconfig_filesconfig_files CREATE TABLE config_files ( config_id bigint NOT NULL, file_id bigint NOT NULL, implicit tinyint NOT NULL, reference tinyint NOT NULL, compiled tinyint NOT NULL, compiled_module tinyint NOT NULL, compiled_header_unit tinyint NOT NULL, compiled_pch tinyint NOT NULL, explicit tinyint NOT NULL, shared tinyint NOT NULL, generated tinyint NOT NULL, config_final tinyint NOT NULL, include_path bigint, framework_include_path bigint, options bigint, CONSTRAINT pk_config_files_config_id_file_id PRIMARY KEY (config_id, file_id)) WITHOUT ROWID‚{    …Utablefilesfiles
CREATE TABLE files ( id integer NOT NULL CONSTRAINT pk_files_id PRIMARY KEY, timestamp bigint NOT NULL, parsetime real NOT NULL, addtime real NOT NULL, difftime real NOT NULL, name text NOT NULL, leaf_name text NOT NULL, extension text, attributes integer NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_files_parser_guid REFERENCES parsers(parser_guid))z%%ƒ7tableproject_refsproject_refs    CREATE TABLE project_refs ( config_id bigint NOT NULL CONSTRAINT fk_project_refs_config_id REFERENCES configs(id) ON DELETE CASCADE, project_ref_guid bigint NOT NULL, project_ref_name bigint, resolved_name bigint)„Sˆ}tableconfigsconfigsCREATE TABLE configs ( id integer NOT NULL CONSTRAINT pk_configs_id PRIMARY KEY, hash bigint NOT NULL, project_id bigint NOT NULL CONSTRAINT fk_configs_project_id REFERENCES projects(id) ON DELETE CASCADE, name text NOT NULL, toolset_isense_identifier text, has_modules tinyint, exclude_path bigint, source_path bigint, config_include_path bigint, config_framework_include_path bigint, config_options bigint, platform_include_path bigint, platform_framework_include_path bigint, platform_options bigint, options_for_reference bigint, include_path_for_reference bigint)I‚etableprojectsprojectsCREATE TABLE projects ( id integer NOT NULL CONSTRAINT pk_projects_id PRIMARY KEY, name text NOT NULL, directory text NOT NULL, guid text NOT NULL, shared tinyint NOT NULL)‚++ƒ?tablecode_item_kindscode_item_kindsCREATE TABLE code_item_kinds ( id integer NOT NULL CONSTRAINT pk_code_item_kinds_id PRIMARY KEY, name text NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_code_item_kinds_parser_guid REFERENCES parsers(parser_guid))(‚'tableparsersparsersCREATE TABLE parsers ( parser_guid text NOT NULL CONSTRAINT pk_parsers_parser_guid PRIMARY KEY, name text NOT NULL, short_name text NOT NULL)-Aindexsqlite_autoindex_parsers_1parsers !!etablepropertiespropertiesCREATE TABLE properties ( name text NOT NULL CONSTRAINT pk_properties_name PRIMARY KEY, value text NOT NULL)3G!indexsqlite_autoindex_properties_1properties
øø )
qw³ b¬²¡òtáLÌ-ÑuÁFÑFîy
@ÁD Î T æ ‚ $ ~
Ò
q_63#windexix_shared_text_hashshared_text7CREATE INDEX ix_shared_text_hash ON shared_text(hash))5_1Oindexix_base_class_parents_parent_code_item_idbase_class_parents6CREATE INDEX ix_base_class_parents_parent_code_item_id ON base_class_parents(parent_code_item_id)#4[1Gindexix_base_class_parents_base_code_item_idbase_class_parents5CREATE INDEX ix_base_class_parents_base_code_item_id ON base_class_parents(base_code_item_id)\33windexix_file_map_file_idfile_map4CREATE INDEX ix_file_map_file_id ON file_map(file_id)b27indexix_file_map_config_idfile_map3CREATE INDEX ix_file_map_config_id ON file_map(config_id)l1= indexix_file_map_code_item_idfile_map2CREATE INDEX ix_file_map_code_item_id ON file_map(code_item_id)x0C#indexix_assoc_spans_code_item_idassoc_spans1CREATE INDEX ix_assoc_spans_code_item_id ON assoc_spans(code_item_id)t/A!indexix_assoc_text_code_item_idassoc_text0CREATE INDEX ix_assoc_text_code_item_id ON assoc_text(code_item_id){.E!indexix_code_items_parent_id_kindcode_items/CREATE INDEX ix_code_items_parent_id_kind ON code_items (parent_id,kind)}-G!indexix_code_items_lower_name_hintcode_items.CREATE INDEX ix_code_items_lower_name_hint ON code_items(lower_name_hint)[,1!sindexix_code_items_namecode_items-CREATE INDEX ix_code_items_name ON code_items(name)k+;!indexix_code_items_parent_idcode_items,CREATE INDEX ix_code_items_parent_id ON code_items(parent_id)m*;%indexix_config_files_file_idconfig_files+CREATE INDEX ix_config_files_file_id ON config_files(file_id)s)?%indexix_config_files_config_idconfig_files)CREATE INDEX ix_config_files_config_id ON config_files(config_id)V(1sindexix_files_leaf_namefiles'CREATE INDEX ix_files_leaf_name ON files(leaf_name)'M%+indexix_project_refs_project_ref_guidproject_refs&CREATE INDEX ix_project_refs_project_ref_guid ON project_refs(project_ref_guid)s&?%indexix_project_refs_config_idproject_refs%CREATE INDEX ix_project_refs_config_id ON project_refs(config_id)y%A#indexuq_configs_project_id_nameconfigs$CREATE UNIQUE INDEX uq_configs_project_id_name ON configs (project_id,name)O$+gindexix_configs_nameconfigs#CREATE INDEX ix_configs_name ON configs(name)a#7indexix_configs_project_idconfigs"CREATE INDEX ix_configs_project_id ON configs(project_id)Z"-yindexuq_projects_guidprojects!CREATE UNIQUE INDEX uq_projects_guid ON projects(guid)Z!-yindexuq_projects_nameprojects CREATE UNIQUE INDEX uq_projects_name ON projects(name) S+Gindexuq_code_item_kinds_name_parser_guidcode_item_kindsCREATE UNIQUE INDEX uq_code_item_kinds_name_parser_guid ON code_item_kinds (name,parser_guid)~99tableidentifiers_fts_configidentifiers_fts_configCREATE TABLE 'identifiers_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID;;;tableidentifiers_fts_docsizeidentifiers_fts_docsizeCREATE TABLE 'identifiers_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER)33Gtableidentifiers_fts_idxidentifiers_fts_idxCREATE TABLE 'identifiers_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWID|55tableidentifiers_fts_dataidentifiers_fts_dataCREATE TABLE 'identifiers_fts_data'(id INTEGER PRIMARY KEY, block BLOB)‚ ++ƒStableidentifiers_ftsidentifiers_ftsCREATE VIRTUAL TABLE identifiers_fts USING fts5(identifiers, content='', contentless_delete=1, tokenize="unicode61 remove_diacritics 0                      categories 'C* L* M* N* P* S* Z*'                      separators ''"){77tablecode_items_fts_configcode_items_fts_configCREATE TABLE 'code_items_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID999tablecode_items_fts_docsizecode_items_fts_docsizeCREATE TABLE 'code_items_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER) 11Etablecode_items_fts_idxcode_items_fts_idxCREATE TABLE 'code_items_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWIDy33tablecode_items_fts_datacode_items_fts_dataCREATE TABLE 'code_items_fts_data'(id INTEGER PRIMARY KEY, block BLOB)))ctablecode_items_ftscode_items_ftsCREATE VIRTUAL TABLE code_items_fts USING fts5(names, content='', contentless_delete=1, tokenize="trigram")c1!indexuq_hint_files_namehint_filesCREATE UNIQUE INDEX uq_hint_files_name ON hint_files(name)QCindexuq_file_map_code_item_id_config_idfile_mapCREATE UNIQUE INDEX uq_file_map_code_item_id_config_id ON file_map (code_item_id,config_id)d7!indexix_code_items_file_idcode_itemsCREATE INDEX ix_code_items_file_id ON code_items(file_id)N'mindexuq_files_namefilesCREATE UNIQUE INDEX uq_files_name ON files(name)&!!‚tablehint_fileshint_filesCREATE TABLE hint_files ( id integer NOT NULL CONSTRAINT pk_hint_files_id PRIMARY KEY, timestamp bigint NOT NULL, name text NOT NULL)%##‚tableshared_textshared_textCREATE TABLE shared_text ( id integer NOT NULL CONSTRAINT pk_shared_text_id PRIMARY KEY, hash bigint NOT NULL, text text NOT NULL)ƒA11†-tablebase_class_parentsbase_class_parentsCREATE TABLE base_class_parents ( base_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_base_code_item_id REFERENCES code_items(id), parent_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_parent_code_item_id REFERENCES code_items(id), CONSTRAINT pk_base_class_parents_base_code_item_id_parent_code_item_id PRIMARY KEY (base_code_item_id, parent_code_item_id)) WITHOUT ROWID_tablefile_mapfile_mapCREATE TABLE file_map ( code_item_id bigint NOT NULL, config_id bigint NOT NULL, file_id bigint NOT NULL)
øø
 
 
 
 
 
 
 
 
 
 
 
ÀóæÚÍÀ G² M2ó'¯ DMJ;Y     .²åôüz. ˜è:ژ4ða Œµ!•@}4