forked from wxMEdit/wxMEdit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wxmedit_wxsmith.cbp
66 lines (66 loc) · 4.67 KB
/
wxmedit_wxsmith.cbp
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
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="wxmedit_wxsmith" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="wxmedit_wxsmith" prefix_auto="1" extension_auto="1" />
<Option type="0" />
<Option compiler="gcc" />
</Target>
</Build>
<Unit filename="src/dialog/wxm_conv_enc_dialog.cpp" />
<Unit filename="src/dialog/wxm_conv_enc_dialog.h" />
<Unit filename="src/dialog/wxm_file_association_dialog.cpp" />
<Unit filename="src/dialog/wxm_file_association_dialog.h" />
<Unit filename="src/dialog/wxm_find_in_files_dialog.cpp" />
<Unit filename="src/dialog/wxm_find_in_files_dialog.h" />
<Unit filename="src/dialog/wxm_highlighting_dialog.cpp" />
<Unit filename="src/dialog/wxm_highlighting_dialog.h" />
<Unit filename="src/dialog/wxm_purge_histories_dialog.cpp" />
<Unit filename="src/dialog/wxm_purge_histories_dialog.h" />
<Unit filename="src/dialog/wxm_search_replace_dialog.cpp" />
<Unit filename="src/dialog/wxm_search_replace_dialog.h" />
<Unit filename="src/dialog/wxm_sort_dialog.cpp" />
<Unit filename="src/dialog/wxm_sort_dialog.h" />
<Unit filename="src/dialog/wxm_word_count_dialog.cpp" />
<Unit filename="src/dialog/wxm_word_count_dialog.h" />
<Unit filename="src/dialog/wxmedit_about_dialog.cpp" />
<Unit filename="src/dialog/wxmedit_about_dialog.h" />
<Unit filename="src/dialog/wxmedit_options_dialog.cpp" />
<Unit filename="src/dialog/wxmedit_options_dialog.h" />
<Unit filename="wxsmith/wxm_conv_enc_dialog.wxs" />
<Unit filename="wxsmith/wxm_enumeration.wxs" />
<Unit filename="wxsmith/wxm_file_association_dialog.wxs" />
<Unit filename="wxsmith/wxm_find_in_files_dialog.wxs" />
<Unit filename="wxsmith/wxm_highlighting_dialog.wxs" />
<Unit filename="wxsmith/wxm_purge_histories_dialog.wxs" />
<Unit filename="wxsmith/wxm_search_replace_dialog.wxs" />
<Unit filename="wxsmith/wxm_sort_dialog.wxs" />
<Unit filename="wxsmith/wxm_word_count_dialog.wxs" />
<Unit filename="wxsmith/wxmedit_about_dialog.wxs" />
<Unit filename="wxsmith/wxmedit_options_dialog.wxs" />
<Extensions>
<lib_finder disable_auto="1" />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxDialog wxs="wxsmith/wxm_sort_dialog.wxs" src="src/dialog/wxm_sort_dialog.cpp" hdr="src/dialog/wxm_sort_dialog.h" fwddecl="0" i18n="1" name="WXMSortDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_conv_enc_dialog.wxs" src="src/dialog/wxm_conv_enc_dialog.cpp" hdr="src/dialog/wxm_conv_enc_dialog.h" fwddecl="0" i18n="1" name="WXMConvEncDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_word_count_dialog.wxs" src="src/dialog/wxm_word_count_dialog.cpp" hdr="src/dialog/wxm_word_count_dialog.h" fwddecl="0" i18n="1" name="WXMWordCountDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_file_association_dialog.wxs" src="src/dialog/wxm_file_association_dialog.cpp" hdr="src/dialog/wxm_file_association_dialog.h" fwddecl="0" i18n="1" name="WXMFileAssociationDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_search_replace_dialog.wxs" src="src/dialog/wxm_search_replace_dialog.cpp" hdr="src/dialog/wxm_search_replace_dialog.h" fwddecl="0" i18n="1" name="WXMSearchReplaceDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_find_in_files_dialog.wxs" src="src/dialog/wxm_find_in_files_dialog.cpp" hdr="src/dialog/wxm_find_in_files_dialog.h" fwddecl="0" i18n="1" name="WXMFindInFilesDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_highlighting_dialog.wxs" src="src/dialog/wxm_highlighting_dialog.cpp" hdr="src/dialog/wxm_highlighting_dialog.h" fwddecl="0" i18n="1" name="WXMHighlightingDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_purge_histories_dialog.wxs" src="src/dialog/wxm_purge_histories_dialog.cpp" hdr="src/dialog/wxm_purge_histories_dialog.h" fwddecl="0" i18n="1" name="WXMPurgeHistoriesDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxmedit_about_dialog.wxs" src="src/dialog/wxmedit_about_dialog.cpp" hdr="src/dialog/wxmedit_about_dialog.h" fwddecl="0" i18n="1" name="WXMEditAboutDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxmedit_options_dialog.wxs" src="src/dialog/wxmedit_options_dialog.cpp" hdr="src/dialog/wxmedit_options_dialog.h" fwddecl="0" i18n="1" name="WXMEditOptionsDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_enumeration_dialog.wxs" src="src/dialog/wxm_enumeration_dialog.cpp" hdr="src/dialog/wxm_enumeration_dialog.h" fwddecl="0" i18n="1" name="WXMEnumerationDialog" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>