|
|
1
|
+++ a/densaku.aproj |
|
|
1
|
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
2
|
+ <PropertyGroup> |
|
|
3
|
+ <ProjectGuid>{48AEB6F3-398C-4A63-AA74-6F17C6C11D27}</ProjectGuid> |
|
|
4
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
5
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
6
|
+ <OutputType>Exe</OutputType> |
|
|
7
|
+ <RootNamespace>takaden</RootNamespace> |
|
|
8
|
+ <AssemblyName>takaden</AssemblyName> |
|
|
9
|
+ <StartupObject>src\main.anubis</StartupObject> |
|
|
10
|
+ <MakeUsedFile>False</MakeUsedFile> |
|
|
11
|
+ <MakeUnusedFile>False</MakeUnusedFile> |
|
|
12
|
+ <AnubiscVerbosity>False</AnubiscVerbosity> |
|
|
13
|
+ <AnubisPath>C:\Program Files %28x86%29\Anubis\1.14\</AnubisPath> |
|
|
14
|
+ <IncludePaths>./%3b./src</IncludePaths> |
|
|
15
|
+ </PropertyGroup> |
|
|
16
|
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
17
|
+ <OutputPath>bin\Debug\</OutputPath> |
|
|
18
|
+ <DebugSymbols>True</DebugSymbols> |
|
|
19
|
+ <DebugType>Full</DebugType> |
|
|
20
|
+ <Optimize>False</Optimize> |
|
|
21
|
+ </PropertyGroup> |
|
|
22
|
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
23
|
+ <OutputPath>bin\Release\</OutputPath> |
|
|
24
|
+ <DebugSymbols>False</DebugSymbols> |
|
|
25
|
+ <DebugType>None</DebugType> |
|
|
26
|
+ <Optimize>True</Optimize> |
|
|
27
|
+ </PropertyGroup> |
|
|
28
|
+ <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> |
|
|
29
|
+ <ItemGroup> |
|
|
30
|
+ <Folder Include="densaku_lib" /> |
|
|
31
|
+ <Folder Include="densaku_lib\types" /> |
|
|
32
|
+ <Folder Include="library" /> |
|
|
33
|
+ <Folder Include="library\a2a" /> |
|
|
34
|
+ <Folder Include="library\a2a\C" /> |
|
|
35
|
+ <Folder Include="library\a2a\generic" /> |
|
|
36
|
+ <Folder Include="library\charset" /> |
|
|
37
|
+ <Folder Include="library\cipher" /> |
|
|
38
|
+ <Folder Include="library\converters" /> |
|
|
39
|
+ <Folder Include="library\data_base" /> |
|
|
40
|
+ <Folder Include="library\data_base\generated" /> |
|
|
41
|
+ <Folder Include="library\doc_tools" /> |
|
|
42
|
+ <Folder Include="library\examples" /> |
|
|
43
|
+ <Folder Include="library\examples\cryptography" /> |
|
|
44
|
+ <Folder Include="library\examples\graphism" /> |
|
|
45
|
+ <Folder Include="library\examples\graphism\image_samples" /> |
|
|
46
|
+ <Folder Include="library\examples\lexical_analysis" /> |
|
|
47
|
+ <Folder Include="library\examples\logic" /> |
|
|
48
|
+ <Folder Include="library\examples\mathematics" /> |
|
|
49
|
+ <Folder Include="library\examples\mathematics\runge_kutta" /> |
|
|
50
|
+ <Folder Include="library\examples\network" /> |
|
|
51
|
+ <Folder Include="library\examples\network\public" /> |
|
|
52
|
+ <Folder Include="library\examples\system" /> |
|
|
53
|
+ <Folder Include="library\graphism" /> |
|
|
54
|
+ <Folder Include="library\graphism\image_samples" /> |
|
|
55
|
+ <Folder Include="library\lexical_analysis" /> |
|
|
56
|
+ <Folder Include="library\locale" /> |
|
|
57
|
+ <Folder Include="library\mail" /> |
|
|
58
|
+ <Folder Include="library\network" /> |
|
|
59
|
+ <Folder Include="library\syntactic_analysis" /> |
|
|
60
|
+ <Folder Include="library\system" /> |
|
|
61
|
+ <Folder Include="library\system\parameter" /> |
|
|
62
|
+ <Folder Include="library\system_colors" /> |
|
|
63
|
+ <Folder Include="library\system_fonts" /> |
|
|
64
|
+ <Folder Include="library\test" /> |
|
|
65
|
+ <Folder Include="library\test\lexical_analysis" /> |
|
|
66
|
+ <Folder Include="library\test\predefined" /> |
|
|
67
|
+ <Folder Include="library\test\system" /> |
|
|
68
|
+ <Folder Include="library\test\tools" /> |
|
|
69
|
+ <Folder Include="library\tools" /> |
|
|
70
|
+ <Folder Include="library\version2" /> |
|
|
71
|
+ <Folder Include="library\vm" /> |
|
|
72
|
+ <Folder Include="library\web" /> |
|
|
73
|
+ <Folder Include="library\widgets3" /> |
|
|
74
|
+ <Folder Include="library\widgets4" /> |
|
|
75
|
+ <Folder Include="library\widgets4\images" /> |
|
|
76
|
+ <Folder Include="library\xml" /> |
|
|
77
|
+ <Folder Include="src" /> |
|
|
78
|
+ <Folder Include="src\generation" /> |
|
|
79
|
+ <Compile Include="densaku_lib\ds_generator.anubis" /> |
|
|
80
|
+ <Compile Include="densaku_lib\types\densaku.anubis" /> |
|
|
81
|
+ <Compile Include="densaku_lib\types\ds_message.anubis" /> |
|
|
82
|
+ <Compile Include="densaku_lib\types\ds_types.anubis" /> |
|
|
83
|
+ <Compile Include="library\a2a\C\formater.anubis" /> |
|
|
84
|
+ <Compile Include="library\a2a\example.anubis" /> |
|
|
85
|
+ <Compile Include="library\a2a\generic\preformater.anubis" /> |
|
|
86
|
+ <Compile Include="library\charset\charset_decoder.anubis" /> |
|
|
87
|
+ <Compile Include="library\charset\iso2022_jp_decoder.anubis" /> |
|
|
88
|
+ <Compile Include="library\cipher\base64.anubis" /> |
|
|
89
|
+ <Compile Include="library\compile_everything.anubis" /> |
|
|
90
|
+ <Compile Include="library\compil_all.anubis" /> |
|
|
91
|
+ <Compile Include="library\compil_all_beta.anubis" /> |
|
|
92
|
+ <Compile Include="library\converters\_1_7_to_1_8.anubis" /> |
|
|
93
|
+ <Compile Include="library\data_base\alter_table.anubis" /> |
|
|
94
|
+ <Compile Include="library\data_base\db_tools.anubis" /> |
|
|
95
|
+ <Compile Include="library\data_base\db_types.anubis" /> |
|
|
96
|
+ <Compile Include="library\data_base\generated\csv_c_begin_cell.anubis" /> |
|
|
97
|
+ <Compile Include="library\data_base\generated\csv_c_quoted_cell.anubis" /> |
|
|
98
|
+ <Compile Include="library\data_base\generated\csv_c_skip_cell.anubis" /> |
|
|
99
|
+ <Compile Include="library\data_base\generated\csv_s_begin_cell.anubis" /> |
|
|
100
|
+ <Compile Include="library\data_base\generated\csv_s_quoted_cell.anubis" /> |
|
|
101
|
+ <Compile Include="library\data_base\generated\csv_s_skip_cell.anubis" /> |
|
|
102
|
+ <Compile Include="library\data_base\generated\csv_to_eol.anubis" /> |
|
|
103
|
+ <Compile Include="library\data_base\import_csv.anubis" /> |
|
|
104
|
+ <Compile Include="library\data_base\metaSQL.anubis" /> |
|
|
105
|
+ <Compile Include="library\data_base\metaSQL_example_database.anubis" /> |
|
|
106
|
+ <Compile Include="library\data_base\metaSQL_example_queries.anubis" /> |
|
|
107
|
+ <Compile Include="library\data_base\metaSQL_Postgres.anubis" /> |
|
|
108
|
+ <Compile Include="library\data_base\metaSQL_test.anubis" /> |
|
|
109
|
+ <Compile Include="library\data_base\metaSQL_web.anubis" /> |
|
|
110
|
+ <Compile Include="library\data_base\mysql_client.anubis" /> |
|
|
111
|
+ <Compile Include="library\data_base\postgres_client.anubis" /> |
|
|
112
|
+ <Compile Include="library\data_base\postgres_graphic_interface.anubis" /> |
|
|
113
|
+ <Compile Include="library\data_base\read_csv.anubis" /> |
|
|
114
|
+ <Compile Include="library\data_base\read_csv_4.5.anubis" /> |
|
|
115
|
+ <Compile Include="library\data_base\read_csv_table.anubis" /> |
|
|
116
|
+ <Compile Include="library\data_base\sdbms.anubis" /> |
|
|
117
|
+ <Compile Include="library\data_base\sdbms1.anubis" /> |
|
|
118
|
+ <Compile Include="library\data_base\sdbms3.anubis" /> |
|
|
119
|
+ <Compile Include="library\data_base\sdbms4.anubis" /> |
|
|
120
|
+ <Compile Include="library\data_base\sqlite.anubis" /> |
|
|
121
|
+ <Compile Include="library\data_base\sqlite_foreign_key.anubis" /> |
|
|
122
|
+ <Compile Include="library\data_base\theory.anubis" /> |
|
|
123
|
+ <Compile Include="library\doc_tools\latex.anubis" /> |
|
|
124
|
+ <Compile Include="library\doc_tools\make_doc.anubis" /> |
|
|
125
|
+ <Compile Include="library\doc_tools\maml.anubis" /> |
|
|
126
|
+ <Compile Include="library\doc_tools\maml3.anubis" /> |
|
|
127
|
+ <Compile Include="library\examples\args.anubis" /> |
|
|
128
|
+ <Compile Include="library\examples\conditional_examples.anubis" /> |
|
|
129
|
+ <Compile Include="library\examples\cryptography\md5.anubis" /> |
|
|
130
|
+ <Compile Include="library\examples\cryptography\sha1.anubis" /> |
|
|
131
|
+ <Compile Include="library\examples\fibonacci.anubis" /> |
|
|
132
|
+ <Compile Include="library\examples\file_manager_example.anubis" /> |
|
|
133
|
+ <Compile Include="library\examples\graphism\diaporama.anubis" /> |
|
|
134
|
+ <Compile Include="library\examples\graphism\paint.anubis" /> |
|
|
135
|
+ <Compile Include="library\examples\graphism\paint2.anubis" /> |
|
|
136
|
+ <Compile Include="library\examples\graphism\show_image.anubis" /> |
|
|
137
|
+ <Compile Include="library\examples\graphism\try_window.anubis" /> |
|
|
138
|
+ <Compile Include="library\examples\hello.anubis" /> |
|
|
139
|
+ <Compile Include="library\examples\kbd.anubis" /> |
|
|
140
|
+ <Compile Include="library\examples\lexical_analysis\href_extractor.anubis" /> |
|
|
141
|
+ <Compile Include="library\examples\logic\church_integers.anubis" /> |
|
|
142
|
+ <Compile Include="library\examples\logic\peano.anubis" /> |
|
|
143
|
+ <Compile Include="library\examples\ls.anubis" /> |
|
|
144
|
+ <Compile Include="library\examples\mathematics\fact.anubis" /> |
|
|
145
|
+ <Compile Include="library\examples\mathematics\mandelbrot_set.anubis" /> |
|
|
146
|
+ <Compile Include="library\examples\mathematics\mandelbrot_set_old.anubis" /> |
|
|
147
|
+ <Compile Include="library\examples\mathematics\runge_kutta\runge_kutta.anubis" /> |
|
|
148
|
+ <Compile Include="library\examples\mathematics\syracuse.anubis" /> |
|
|
149
|
+ <Compile Include="library\examples\merge_list.anubis" /> |
|
|
150
|
+ <Compile Include="library\examples\mkdir_test.anubis" /> |
|
|
151
|
+ <Compile Include="library\examples\network\client_browser_info.anubis" /> |
|
|
152
|
+ <Compile Include="library\examples\network\client_server.anubis" /> |
|
|
153
|
+ <Compile Include="library\examples\network\minimal_web_site.anubis" /> |
|
|
154
|
+ <Compile Include="library\examples\network\muscle_echo.anubis" /> |
|
|
155
|
+ <Compile Include="library\examples\network\port_scan.anubis" /> |
|
|
156
|
+ <Compile Include="library\examples\network\sntp_client.anubis" /> |
|
|
157
|
+ <Compile Include="library\examples\network\sokoban.anubis" /> |
|
|
158
|
+ <Compile Include="library\examples\network\try_dns.anubis" /> |
|
|
159
|
+ <Compile Include="library\examples\network\udp_client_server.anubis" /> |
|
|
160
|
+ <Compile Include="library\examples\network\upload.anubis" /> |
|
|
161
|
+ <Compile Include="library\examples\playing_with_functions.anubis" /> |
|
|
162
|
+ <Compile Include="library\examples\read_line_example.anubis" /> |
|
|
163
|
+ <Compile Include="library\examples\restart.anubis" /> |
|
|
164
|
+ <Compile Include="library\examples\saturate_example.anubis" /> |
|
|
165
|
+ <Compile Include="library\examples\system\load_adm.anubis" /> |
|
|
166
|
+ <Compile Include="library\examples\test_web_site.anubis" /> |
|
|
167
|
+ <Compile Include="library\examples\try_now.anubis" /> |
|
|
168
|
+ <Compile Include="library\examples\try_protect.anubis" /> |
|
|
169
|
+ <Compile Include="library\examples\watt.anubis" /> |
|
|
170
|
+ <Compile Include="library\examples\_99_bottles_of_beer.anubis" /> |
|
|
171
|
+ <Compile Include="library\graphism\charts.anubis" /> |
|
|
172
|
+ <Compile Include="library\graphism\float_int32.anubis" /> |
|
|
173
|
+ <Compile Include="library\graphism\font_tools.anubis" /> |
|
|
174
|
+ <Compile Include="library\graphism\geometrical_figures.anubis" /> |
|
|
175
|
+ <Compile Include="library\graphism\gif.anubis" /> |
|
|
176
|
+ <Compile Include="library\graphism\image_tools.anubis" /> |
|
|
177
|
+ <Compile Include="library\graphism\jpeg.anubis" /> |
|
|
178
|
+ <Compile Include="library\graphism\jpeg_size.anubis" /> |
|
|
179
|
+ <Compile Include="library\graphism\lzw_gif.anubis" /> |
|
|
180
|
+ <Compile Include="library\graphism\png_size.anubis" /> |
|
|
181
|
+ <Compile Include="library\graphism\test_charts.anubis" /> |
|
|
182
|
+ <Compile Include="library\graphism\test_gfigures.anubis" /> |
|
|
183
|
+ <Compile Include="library\install_released_files.anubis" /> |
|
|
184
|
+ <Compile Include="library\lexical_analysis\compile_time_test.anubis" /> |
|
|
185
|
+ <Compile Include="library\lexical_analysis\fast_lexer.anubis" /> |
|
|
186
|
+ <Compile Include="library\lexical_analysis\fast_lexer_2.anubis" /> |
|
|
187
|
+ <Compile Include="library\lexical_analysis\fast_lexer_3.anubis" /> |
|
|
188
|
+ <Compile Include="library\lexical_analysis\fast_lexer_4.5.anubis" /> |
|
|
189
|
+ <Compile Include="library\lexical_analysis\fast_lexer_4.anubis" /> |
|
|
190
|
+ <Compile Include="library\lexical_analysis\fast_lexer_example_1.anubis" /> |
|
|
191
|
+ <Compile Include="library\lexical_analysis\fast_lexer_example_2.anubis" /> |
|
|
192
|
+ <Compile Include="library\lexical_analysis\lexer_maker_v2.anubis" /> |
|
|
193
|
+ <Compile Include="library\lexical_analysis\testing_fast_lexer.anubis" /> |
|
|
194
|
+ <Compile Include="library\lexical_analysis\xml.anubis" /> |
|
|
195
|
+ <Compile Include="library\locale\iso3166-1.anubis" /> |
|
|
196
|
+ <Compile Include="library\locale\L3.anubis" /> |
|
|
197
|
+ <Compile Include="library\locale\L3LanguageInfo.anubis" /> |
|
|
198
|
+ <Compile Include="library\mail\send_mail.anubis" /> |
|
|
199
|
+ <Compile Include="library\mail\smtp_server.anubis" /> |
|
|
200
|
+ <Compile Include="library\make_distribution_library.anubis" /> |
|
|
201
|
+ <Compile Include="library\mycompile_everything.anubis" /> |
|
|
202
|
+ <Compile Include="library\network\dns.anubis" /> |
|
|
203
|
+ <Compile Include="library\network\dns_tools.anubis" /> |
|
|
204
|
+ <Compile Include="library\network\metaprotocol.anubis" /> |
|
|
205
|
+ <Compile Include="library\network\remote_files_manager_common.anubis" /> |
|
|
206
|
+ <Compile Include="library\network\sntp.anubis" /> |
|
|
207
|
+ <Compile Include="library\network\tools.anubis" /> |
|
|
208
|
+ <Compile Include="library\official_library.anubis" /> |
|
|
209
|
+ <Compile Include="library\predefined.anubis" /> |
|
|
210
|
+ <Compile Include="library\syntactic_analysis\anubis_output.anubis" /> |
|
|
211
|
+ <Compile Include="library\syntactic_analysis\common.anubis" /> |
|
|
212
|
+ <Compile Include="library\syntactic_analysis\make_automaton.anubis" /> |
|
|
213
|
+ <Compile Include="library\syntactic_analysis\parser_generator.anubis" /> |
|
|
214
|
+ <Compile Include="library\syntactic_analysis\read_grammar.anubis" /> |
|
|
215
|
+ <Compile Include="library\syntactic_analysis\yacc_version.anubis" /> |
|
|
216
|
+ <Compile Include="library\system\bytearray.anubis" /> |
|
|
217
|
+ <Compile Include="library\system\convert.anubis" /> |
|
|
218
|
+ <Compile Include="library\system\data_io.anubis" /> |
|
|
219
|
+ <Compile Include="library\system\datetime.anubis" /> |
|
|
220
|
+ <Compile Include="library\system\files.anubis" /> |
|
|
221
|
+ <Compile Include="library\system\lists.anubis" /> |
|
|
222
|
+ <Compile Include="library\system\logger.anubis" /> |
|
|
223
|
+ <Compile Include="library\system\message_queue.anubis" /> |
|
|
224
|
+ <Compile Include="library\system\message_transceiver.anubis" /> |
|
|
225
|
+ <Compile Include="library\system\muscle.anubis" /> |
|
|
226
|
+ <Compile Include="library\system\parameter\inifile.anubis" /> |
|
|
227
|
+ <Compile Include="library\system\string.anubis" /> |
|
|
228
|
+ <Compile Include="library\system\test_logger.anubis" /> |
|
|
229
|
+ <Compile Include="library\system\types.anubis" /> |
|
|
230
|
+ <Compile Include="library\system_colors\hsl.anubis" /> |
|
|
231
|
+ <Compile Include="library\system_colors\hsv.anubis" /> |
|
|
232
|
+ <Compile Include="library\system_colors\rgb.anubis" /> |
|
|
233
|
+ <Compile Include="library\system_colors\system_colors.anubis" /> |
|
|
234
|
+ <Compile Include="library\system_fonts\draw_font.anubis" /> |
|
|
235
|
+ <Compile Include="library\system_fonts\font_table.anubis" /> |
|
|
236
|
+ <Compile Include="library\test\all_unit_test.anubis" /> |
|
|
237
|
+ <Compile Include="library\test\cp_test.anubis" /> |
|
|
238
|
+ <Compile Include="library\test\execute_capture.anubis" /> |
|
|
239
|
+ <Compile Include="library\test\inifile_test.anubis" /> |
|
|
240
|
+ <Compile Include="library\test\lexical_analysis\fast_lexer.ut.anubis" /> |
|
|
241
|
+ <Compile Include="library\test\lexical_analysis\low_level_fast_lexer_test.anubis" /> |
|
|
242
|
+ <Compile Include="library\test\locale_test.anubis" /> |
|
|
243
|
+ <Compile Include="library\test\Logger_test.anubis" /> |
|
|
244
|
+ <Compile Include="library\test\predefined\ByteArray.ut.anubis" /> |
|
|
245
|
+ <Compile Include="library\test\predefined\date_and_time.unit_test.anubis" /> |
|
|
246
|
+ <Compile Include="library\test\predefined\dbapi.unit_test.anubis" /> |
|
|
247
|
+ <Compile Include="library\test\predefined\decimal_scan.unit_test.anubis" /> |
|
|
248
|
+ <Compile Include="library\test\predefined\fast_lexer.unit_test.anubis" /> |
|
|
249
|
+ <Compile Include="library\test\predefined\file.ut.anubis" /> |
|
|
250
|
+ <Compile Include="library\test\predefined\Int.unit_test.anubis" /> |
|
|
251
|
+ <Compile Include="library\test\predefined\sqlite.obsolete.unit_test.anubis" /> |
|
|
252
|
+ <Compile Include="library\test\predefined\sqlite.unit_test.anubis" /> |
|
|
253
|
+ <Compile Include="library\test\serialize_test.anubis" /> |
|
|
254
|
+ <Compile Include="library\test\sqlite3_test.anubis" /> |
|
|
255
|
+ <Compile Include="library\test\SSLTest.anubis" /> |
|
|
256
|
+ <Compile Include="library\test\system\convert.unit_test.anubis" /> |
|
|
257
|
+ <Compile Include="library\test\system\files.unit_test.anubis" /> |
|
|
258
|
+ <Compile Include="library\test\system\Int.unit_test.anubis" /> |
|
|
259
|
+ <Compile Include="library\test\system\message_queue.unit_test.anubis" /> |
|
|
260
|
+ <Compile Include="library\test\system\message_transceiver.unit_test.anubis" /> |
|
|
261
|
+ <Compile Include="library\test\system\string.unit_test.anubis" /> |
|
|
262
|
+ <Compile Include="library\test\system\wordXX.unit_test.anubis" /> |
|
|
263
|
+ <Compile Include="library\test\TestItem.anubis" /> |
|
|
264
|
+ <Compile Include="library\test\tools\line_reader.ut.anubis" /> |
|
|
265
|
+ <Compile Include="library\test\tools\utf-8.unit_test.anubis" /> |
|
|
266
|
+ <Compile Include="library\test\vm_test.anubis" /> |
|
|
267
|
+ <Compile Include="library\tools\2-4tree.anubis" /> |
|
|
268
|
+ <Compile Include="library\tools\admloader_test.anubis" /> |
|
|
269
|
+ <Compile Include="library\tools\adm_autoreload.anubis" /> |
|
|
270
|
+ <Compile Include="library\tools\adm_autoreload_tools.anubis" /> |
|
|
271
|
+ <Compile Include="library\tools\ANSI-colors.anubis" /> |
|
|
272
|
+ <Compile Include="library\tools\autocompile.anubis" /> |
|
|
273
|
+ <Compile Include="library\tools\avltrees.anubis" /> |
|
|
274
|
+ <Compile Include="library\tools\base64.anubis" /> |
|
|
275
|
+ <Compile Include="library\tools\basis.anubis" /> |
|
|
276
|
+ <Compile Include="library\tools\bool.anubis" /> |
|
|
277
|
+ <Compile Include="library\tools\btree1.anubis" /> |
|
|
278
|
+ <Compile Include="library\tools\buffered_connection.anubis" /> |
|
|
279
|
+ <Compile Include="library\tools\bytearray.anubis" /> |
|
|
280
|
+ <Compile Include="library\tools\cmd_line.anubis" /> |
|
|
281
|
+ <Compile Include="library\tools\connections.anubis" /> |
|
|
282
|
+ <Compile Include="library\tools\delegate_writer.anubis" /> |
|
|
283
|
+ <Compile Include="library\tools\dictionaries.anubis" /> |
|
|
284
|
+ <Compile Include="library\tools\dump_file.anubis" /> |
|
|
285
|
+ <Compile Include="library\tools\explore_disk.anubis" /> |
|
|
286
|
+ <Compile Include="library\tools\file_and_dir.anubis" /> |
|
|
287
|
+ <Compile Include="library\tools\findstring.anubis" /> |
|
|
288
|
+ <Compile Include="library\tools\find_and_replace.anubis" /> |
|
|
289
|
+ <Compile Include="library\tools\find_and_replace_simulator.anubis" /> |
|
|
290
|
+ <Compile Include="library\tools\finger_trees.anubis" /> |
|
|
291
|
+ <Compile Include="library\tools\float.anubis" /> |
|
|
292
|
+ <Compile Include="library\tools\function.anubis" /> |
|
|
293
|
+ <Compile Include="library\tools\graphic.anubis" /> |
|
|
294
|
+ <Compile Include="library\tools\graphviz.anubis" /> |
|
|
295
|
+ <Compile Include="library\tools\hashtable.anubis" /> |
|
|
296
|
+ <Compile Include="library\tools\int.anubis" /> |
|
|
297
|
+ <Compile Include="library\tools\ip_address.anubis" /> |
|
|
298
|
+ <Compile Include="library\tools\ISO-8601.anubis" /> |
|
|
299
|
+ <Compile Include="library\tools\iterators.anubis" /> |
|
|
300
|
+ <Compile Include="library\tools\latex.anubis" /> |
|
|
301
|
+ <Compile Include="library\tools\line_reader.anubis" /> |
|
|
302
|
+ <Compile Include="library\tools\list.anubis" /> |
|
|
303
|
+ <Compile Include="library\tools\maml.anubis" /> |
|
|
304
|
+ <Compile Include="library\tools\maybefloat.anubis" /> |
|
|
305
|
+ <Compile Include="library\tools\printable_tree.anubis" /> |
|
|
306
|
+ <Compile Include="library\tools\prompt.anubis" /> |
|
|
307
|
+ <Compile Include="library\tools\random.anubis" /> |
|
|
308
|
+ <Compile Include="library\tools\rationals.anubis" /> |
|
|
309
|
+ <Compile Include="library\tools\read_table.anubis" /> |
|
|
310
|
+ <Compile Include="library\tools\safe_save_retrieve.anubis" /> |
|
|
311
|
+ <Compile Include="library\tools\saturate.anubis" /> |
|
|
312
|
+ <Compile Include="library\tools\schedul_task.anubis" /> |
|
|
313
|
+ <Compile Include="library\tools\sdbms.anubis" /> |
|
|
314
|
+ <Compile Include="library\tools\sdbms1.anubis" /> |
|
|
315
|
+ <Compile Include="library\tools\sdbms2.anubis" /> |
|
|
316
|
+ <Compile Include="library\tools\sorting.anubis" /> |
|
|
317
|
+ <Compile Include="library\tools\streams.anubis" /> |
|
|
318
|
+ <Compile Include="library\tools\string.anubis" /> |
|
|
319
|
+ <Compile Include="library\tools\tables.anubis" /> |
|
|
320
|
+ <Compile Include="library\tools\time.anubis" /> |
|
|
321
|
+ <Compile Include="library\tools\tools.anubis" /> |
|
|
322
|
+ <Compile Include="library\tools\unit_test.anubis" /> |
|
|
323
|
+ <Compile Include="library\tools\useful_types.anubis" /> |
|
|
324
|
+ <Compile Include="library\tools\utf-8.anubis" /> |
|
|
325
|
+ <Compile Include="library\tools\words.anubis" /> |
|
|
326
|
+ <Compile Include="library\version2\diaconescu.anubis" /> |
|
|
327
|
+ <Compile Include="library\vm\vm_dump.anubis" /> |
|
|
328
|
+ <Compile Include="library\vm_test.anubis" /> |
|
|
329
|
+ <Compile Include="library\web\calculatrice.anubis" /> |
|
|
330
|
+ <Compile Include="library\web\common.anubis" /> |
|
|
331
|
+ <Compile Include="library\web\cookies.anubis" /> |
|
|
332
|
+ <Compile Include="library\web\counter.anubis" /> |
|
|
333
|
+ <Compile Include="library\web\default_web_site.anubis" /> |
|
|
334
|
+ <Compile Include="library\web\dynamic_http_server.anubis" /> |
|
|
335
|
+ <Compile Include="library\web\file_manager.anubis" /> |
|
|
336
|
+ <Compile Include="library\web\generic_form.anubis" /> |
|
|
337
|
+ <Compile Include="library\web\generic_login.anubis" /> |
|
|
338
|
+ <Compile Include="library\web\generic_table.anubis" /> |
|
|
339
|
+ <Compile Include="library\web\html.anubis" /> |
|
|
340
|
+ <Compile Include="library\web\https_get.anubis" /> |
|
|
341
|
+ <Compile Include="library\web\http_get.anubis" /> |
|
|
342
|
+ <Compile Include="library\web\http_get_common.anubis" /> |
|
|
343
|
+ <Compile Include="library\web\http_trace.anubis" /> |
|
|
344
|
+ <Compile Include="library\web\kernel.anubis" /> |
|
|
345
|
+ <Compile Include="library\web\making_a_web_site.anubis" /> |
|
|
346
|
+ <Compile Include="library\web\making_forms.anubis" /> |
|
|
347
|
+ <Compile Include="library\web\mime.anubis" /> |
|
|
348
|
+ <Compile Include="library\web\modules.anubis" /> |
|
|
349
|
+ <Compile Include="library\web\multihost_http_server.anubis" /> |
|
|
350
|
+ <Compile Include="library\web\read_html.anubis" /> |
|
|
351
|
+ <Compile Include="library\web\secure_action.anubis" /> |
|
|
352
|
+ <Compile Include="library\web\service_machine.anubis" /> |
|
|
353
|
+ <Compile Include="library\web\site_test.anubis" /> |
|
|
354
|
+ <Compile Include="library\web\sokoban.anubis" /> |
|
|
355
|
+ <Compile Include="library\web\torture_server.anubis" /> |
|
|
356
|
+ <Compile Include="library\web\web_arg_encode.anubis" /> |
|
|
357
|
+ <Compile Include="library\widgets3\5_ht.anubis" /> |
|
|
358
|
+ <Compile Include="library\widgets3\box.anubis" /> |
|
|
359
|
+ <Compile Include="library\widgets3\bubble.anubis" /> |
|
|
360
|
+ <Compile Include="library\widgets3\button.anubis" /> |
|
|
361
|
+ <Compile Include="library\widgets3\characters_example.anubis" /> |
|
|
362
|
+ <Compile Include="library\widgets3\check_box.anubis" /> |
|
|
363
|
+ <Compile Include="library\widgets3\colors.anubis" /> |
|
|
364
|
+ <Compile Include="library\widgets3\desktop.anubis" /> |
|
|
365
|
+ <Compile Include="library\widgets3\desktop_example.anubis" /> |
|
|
366
|
+ <Compile Include="library\widgets3\drag_and_drop.anubis" /> |
|
|
367
|
+ <Compile Include="library\widgets3\generic_editor.anubis" /> |
|
|
368
|
+ <Compile Include="library\widgets3\generic_editor_example.anubis" /> |
|
|
369
|
+ <Compile Include="library\widgets3\host_window.anubis" /> |
|
|
370
|
+ <Compile Include="library\widgets3\hypertext.anubis" /> |
|
|
371
|
+ <Compile Include="library\widgets3\image.anubis" /> |
|
|
372
|
+ <Compile Include="library\widgets3\input.anubis" /> |
|
|
373
|
+ <Compile Include="library\widgets3\map_list.anubis" /> |
|
|
374
|
+ <Compile Include="library\widgets3\menus.anubis" /> |
|
|
375
|
+ <Compile Include="library\widgets3\menu_manager.anubis" /> |
|
|
376
|
+ <Compile Include="library\widgets3\o_essai.anubis" /> |
|
|
377
|
+ <Compile Include="library\widgets3\o_hypertext.anubis" /> |
|
|
378
|
+ <Compile Include="library\widgets3\resizer.anubis" /> |
|
|
379
|
+ <Compile Include="library\widgets3\scrollbar.anubis" /> |
|
|
380
|
+ <Compile Include="library\widgets3\simple_example.anubis" /> |
|
|
381
|
+ <Compile Include="library\widgets3\simple_window.anubis" /> |
|
|
382
|
+ <Compile Include="library\widgets3\space.anubis" /> |
|
|
383
|
+ <Compile Include="library\widgets3\table.anubis" /> |
|
|
384
|
+ <Compile Include="library\widgets3\table_example.anubis" /> |
|
|
385
|
+ <Compile Include="library\widgets3\text.anubis" /> |
|
|
386
|
+ <Compile Include="library\widgets3\tickets_holder.anubis" /> |
|
|
387
|
+ <Compile Include="library\widgets3\tools.anubis" /> |
|
|
388
|
+ <Compile Include="library\widgets3\trace.anubis" /> |
|
|
389
|
+ <Compile Include="library\widgets3\tree_editor.anubis" /> |
|
|
390
|
+ <Compile Include="library\widgets3\tree_editor_test.anubis" /> |
|
|
391
|
+ <Compile Include="library\widgets3\try_ht.anubis" /> |
|
|
392
|
+ <Compile Include="library\widgets3\ubiquity.anubis" /> |
|
|
393
|
+ <Compile Include="library\widgets3\variable.anubis" /> |
|
|
394
|
+ <Compile Include="library\widgets3\widget.anubis" /> |
|
|
395
|
+ <Compile Include="library\widgets3\window.anubis" /> |
|
|
396
|
+ <Compile Include="library\widgets4\background.anubis" /> |
|
|
397
|
+ <Compile Include="library\widgets4\box.anubis" /> |
|
|
398
|
+ <Compile Include="library\widgets4\bubble_manager.anubis" /> |
|
|
399
|
+ <Compile Include="library\widgets4\bubble_manager_test.anubis" /> |
|
|
400
|
+ <Compile Include="library\widgets4\button.anubis" /> |
|
|
401
|
+ <Compile Include="library\widgets4\check_box.anubis" /> |
|
|
402
|
+ <Compile Include="library\widgets4\desktop.anubis" /> |
|
|
403
|
+ <Compile Include="library\widgets4\desktop_example.anubis" /> |
|
|
404
|
+ <Compile Include="library\widgets4\detect_event.anubis" /> |
|
|
405
|
+ <Compile Include="library\widgets4\host_window.anubis" /> |
|
|
406
|
+ <Compile Include="library\widgets4\hypertext.anubis" /> |
|
|
407
|
+ <Compile Include="library\widgets4\hypertext_test.anubis" /> |
|
|
408
|
+ <Compile Include="library\widgets4\image.anubis" /> |
|
|
409
|
+ <Compile Include="library\widgets4\make_tartan_files.anubis" /> |
|
|
410
|
+ <Compile Include="library\widgets4\menus.anubis" /> |
|
|
411
|
+ <Compile Include="library\widgets4\menu_manager.anubis" /> |
|
|
412
|
+ <Compile Include="library\widgets4\menu_manager_test.anubis" /> |
|
|
413
|
+ <Compile Include="library\widgets4\mouse_tracker.anubis" /> |
|
|
414
|
+ <Compile Include="library\widgets4\radio_button.anubis" /> |
|
|
415
|
+ <Compile Include="library\widgets4\radio_buttons_test.anubis" /> |
|
|
416
|
+ <Compile Include="library\widgets4\resizer.anubis" /> |
|
|
417
|
+ <Compile Include="library\widgets4\scrollbar.anubis" /> |
|
|
418
|
+ <Compile Include="library\widgets4\simple_window.anubis" /> |
|
|
419
|
+ <Compile Include="library\widgets4\space.anubis" /> |
|
|
420
|
+ <Compile Include="library\widgets4\table.anubis" /> |
|
|
421
|
+ <Compile Include="library\widgets4\tartan_generator.anubis" /> |
|
|
422
|
+ <Compile Include="library\widgets4\tartan_generator_demo.anubis" /> |
|
|
423
|
+ <Compile Include="library\widgets4\tests.anubis" /> |
|
|
424
|
+ <Compile Include="library\widgets4\text.anubis" /> |
|
|
425
|
+ <Compile Include="library\widgets4\text_input.anubis" /> |
|
|
426
|
+ <Compile Include="library\widgets4\text_input_test.anubis" /> |
|
|
427
|
+ <Compile Include="library\widgets4\ticket_keeper.anubis" /> |
|
|
428
|
+ <Compile Include="library\widgets4\tools.anubis" /> |
|
|
429
|
+ <Compile Include="library\widgets4\trace.anubis" /> |
|
|
430
|
+ <Compile Include="library\widgets4\tree_editor.anubis" /> |
|
|
431
|
+ <Compile Include="library\widgets4\tree_editor_test.anubis" /> |
|
|
432
|
+ <Compile Include="library\widgets4\tree_node.anubis" /> |
|
|
433
|
+ <Compile Include="library\widgets4\variable_widget.anubis" /> |
|
|
434
|
+ <Compile Include="library\widgets4\widget.anubis" /> |
|
|
435
|
+ <Compile Include="library\widgets4\widget_demo.anubis" /> |
|
|
436
|
+ <Compile Include="library\widgets4\widget_test.anubis" /> |
|
|
437
|
+ <Compile Include="library\widgets4\window.anubis" /> |
|
|
438
|
+ <Compile Include="library\widgets4\window_test.anubis" /> |
|
|
439
|
+ <Compile Include="library\xml\basic_xml_parser.anubis" /> |
|
|
440
|
+ <Compile Include="library\xml\xml_parser.apg.anubis" /> |
|
|
441
|
+ <Compile Include="library\xml\xml_parser_types.anubis" /> |
|
|
442
|
+ <Compile Include="src\generation\files.anubis" /> |
|
|
443
|
+ <Compile Include="src\generation\types.anubis" /> |
|
|
444
|
+ <Compile Include="src\generation\types_header.anubis" /> |
|
|
445
|
+ <Compile Include="src\generation\types_messages.anubis" /> |
|
|
446
|
+ <Compile Include="src\main.anubis" /> |
|
|
447
|
+ <Compile Include="src\types_checking.anubis" /> |
|
|
448
|
+ <None Include="library\anubis_doc.maml" /> |
|
|
449
|
+ <None Include="library\compile_all.inproj" /> |
|
|
450
|
+ <None Include="library\doc_tools\cows.jpg" /> |
|
|
451
|
+ <None Include="library\doc_tools\fNScTnBA4MH-qH_w0pRfArXeeKE8.png" /> |
|
|
452
|
+ <None Include="library\doc_tools\fq22PnfBrYNx2fPr8NQyxy5tdO_A.png" /> |
|
|
453
|
+ <None Include="library\doc_tools\maml3_tutorial.html" /> |
|
|
454
|
+ <None Include="library\doc_tools\maml3_tutorial.maml" /> |
|
|
455
|
+ <None Include="library\doc_tools\maml3_tutorial.maml.html" /> |
|
|
456
|
+ <None Include="library\doc_tools\maml3_tutorial.maml.pdf" /> |
|
|
457
|
+ <None Include="library\doc_tools\maml3_tutorial.pdf" /> |
|
|
458
|
+ <None Include="library\doc_tools\tNScTnBA4MH-qH_w0pRfArXeeKE8.png" /> |
|
|
459
|
+ <None Include="library\examples\determinism.anubis.c" /> |
|
|
460
|
+ <None Include="library\examples\for_loop.anubis.c" /> |
|
|
461
|
+ <None Include="library\examples\graphism\image_samples\cows.jpg" /> |
|
|
462
|
+ <None Include="library\examples\graphism\image_samples\farm.jpg" /> |
|
|
463
|
+ <None Include="library\examples\graphism\image_samples\fingers.jpg" /> |
|
|
464
|
+ <None Include="library\examples\graphism\image_samples\flowers.jpg" /> |
|
|
465
|
+ <None Include="library\examples\graphism\image_samples\mountain.jpg" /> |
|
|
466
|
+ <None Include="library\examples\graphism\image_samples\torrent.jpg" /> |
|
|
467
|
+ <None Include="library\examples\mathematics\runge_kutta\runge_kutta.apg" /> |
|
|
468
|
+ <None Include="library\examples\network\public\bambou.gif" /> |
|
|
469
|
+ <None Include="library\examples\network\public\bleuc.gif" /> |
|
|
470
|
+ <None Include="library\examples\network\public\bleuccloud.gif" /> |
|
|
471
|
+ <None Include="library\examples\network\public\boule.gif" /> |
|
|
472
|
+ <None Include="library\examples\network\public\button_prev.gif" /> |
|
|
473
|
+ <None Include="library\examples\network\public\cloud.gif" /> |
|
|
474
|
+ <None Include="library\examples\network\public\gboule.gif" /> |
|
|
475
|
+ <None Include="library\examples\network\public\gtete.gif" /> |
|
|
476
|
+ <None Include="library\examples\network\public\noir25.gif" /> |
|
|
477
|
+ <None Include="library\examples\network\public\noir25cloud.gif" /> |
|
|
478
|
+ <None Include="library\examples\network\public\tete.gif" /> |
|
|
479
|
+ <None Include="library\examples\OOCounter.anubis.cpp" /> |
|
|
480
|
+ <None Include="library\graphism\image_samples\cows.jpg" /> |
|
|
481
|
+ <None Include="library\graphism\image_samples\farm.jpg" /> |
|
|
482
|
+ <None Include="library\graphism\image_samples\fingers.jpg" /> |
|
|
483
|
+ <None Include="library\graphism\image_samples\flowers.jpg" /> |
|
|
484
|
+ <None Include="library\graphism\image_samples\mountain.jpg" /> |
|
|
485
|
+ <None Include="library\graphism\image_samples\torrent.jpg" /> |
|
|
486
|
+ <None Include="library\install_released_files.bat" /> |
|
|
487
|
+ <None Include="library\install_test.bat" /> |
|
|
488
|
+ <None Include="library\lexical_analysis\lexer_maker_v2_example.lexer" /> |
|
|
489
|
+ <None Include="library\lexical_analysis\test.xml" /> |
|
|
490
|
+ <None Include="library\locale\ISO-639-1 and ISO-639-2.txt" /> |
|
|
491
|
+ <None Include="library\locale\ISO-639-2_values_8bits.txt" /> |
|
|
492
|
+ <None Include="library\syntactic_analysis\anubis_output.anubis.test" /> |
|
|
493
|
+ <None Include="library\syntactic_analysis\calculator_example.apg" /> |
|
|
494
|
+ <None Include="library\syntactic_analysis\essai.apg" /> |
|
|
495
|
+ <None Include="library\syntactic_analysis\README" /> |
|
|
496
|
+ <None Include="library\system_fonts\courier_bold_o_10.sf" /> |
|
|
497
|
+ <None Include="library\system_fonts\courier_bold_o_12.sf" /> |
|
|
498
|
+ <None Include="library\system_fonts\courier_bold_o_14.sf" /> |
|
|
499
|
+ <None Include="library\system_fonts\courier_bold_o_18.sf" /> |
|
|
500
|
+ <None Include="library\system_fonts\courier_bold_o_24.sf" /> |
|
|
501
|
+ <None Include="library\system_fonts\courier_bold_o_8.sf" /> |
|
|
502
|
+ <None Include="library\system_fonts\courier_bold_r_10.sf" /> |
|
|
503
|
+ <None Include="library\system_fonts\courier_bold_r_12.sf" /> |
|
|
504
|
+ <None Include="library\system_fonts\courier_bold_r_14.sf" /> |
|
|
505
|
+ <None Include="library\system_fonts\courier_bold_r_18.sf" /> |
|
|
506
|
+ <None Include="library\system_fonts\courier_bold_r_24.sf" /> |
|
|
507
|
+ <None Include="library\system_fonts\courier_bold_r_8.sf" /> |
|
|
508
|
+ <None Include="library\system_fonts\courier_medium_o_10.sf" /> |
|
|
509
|
+ <None Include="library\system_fonts\courier_medium_o_12.sf" /> |
|
|
510
|
+ <None Include="library\system_fonts\courier_medium_o_14.sf" /> |
|
|
511
|
+ <None Include="library\system_fonts\courier_medium_o_18.sf" /> |
|
|
512
|
+ <None Include="library\system_fonts\courier_medium_o_24.sf" /> |
|
|
513
|
+ <None Include="library\system_fonts\courier_medium_o_8.sf" /> |
|
|
514
|
+ <None Include="library\system_fonts\courier_medium_r_10.sf" /> |
|
|
515
|
+ <None Include="library\system_fonts\courier_medium_r_12.sf" /> |
|
|
516
|
+ <None Include="library\system_fonts\courier_medium_r_14.sf" /> |
|
|
517
|
+ <None Include="library\system_fonts\courier_medium_r_18.sf" /> |
|
|
518
|
+ <None Include="library\system_fonts\courier_medium_r_24.sf" /> |
|
|
519
|
+ <None Include="library\system_fonts\courier_medium_r_8.sf" /> |
|
|
520
|
+ <None Include="library\system_fonts\helvetica_bold_o_10.sf" /> |
|
|
521
|
+ <None Include="library\system_fonts\helvetica_bold_o_12.sf" /> |
|
|
522
|
+ <None Include="library\system_fonts\helvetica_bold_o_14.sf" /> |
|
|
523
|
+ <None Include="library\system_fonts\helvetica_bold_o_18.sf" /> |
|
|
524
|
+ <None Include="library\system_fonts\helvetica_bold_o_24.sf" /> |
|
|
525
|
+ <None Include="library\system_fonts\helvetica_bold_o_8.sf" /> |
|
|
526
|
+ <None Include="library\system_fonts\helvetica_bold_r_10.sf" /> |
|
|
527
|
+ <None Include="library\system_fonts\helvetica_bold_r_12.sf" /> |
|
|
528
|
+ <None Include="library\system_fonts\helvetica_bold_r_14.sf" /> |
|
|
529
|
+ <None Include="library\system_fonts\helvetica_bold_r_18.sf" /> |
|
|
530
|
+ <None Include="library\system_fonts\helvetica_bold_r_24.sf" /> |
|
|
531
|
+ <None Include="library\system_fonts\helvetica_bold_r_8.sf" /> |
|
|
532
|
+ <None Include="library\system_fonts\helvetica_medium_o_10.sf" /> |
|
|
533
|
+ <None Include="library\system_fonts\helvetica_medium_o_12.sf" /> |
|
|
534
|
+ <None Include="library\system_fonts\helvetica_medium_o_14.sf" /> |
|
|
535
|
+ <None Include="library\system_fonts\helvetica_medium_o_18.sf" /> |
|
|
536
|
+ <None Include="library\system_fonts\helvetica_medium_o_24.sf" /> |
|
|
537
|
+ <None Include="library\system_fonts\helvetica_medium_o_8.sf" /> |
|
|
538
|
+ <None Include="library\system_fonts\helvetica_medium_r_10.sf" /> |
|
|
539
|
+ <None Include="library\system_fonts\helvetica_medium_r_12.sf" /> |
|
|
540
|
+ <None Include="library\system_fonts\helvetica_medium_r_14.sf" /> |
|
|
541
|
+ <None Include="library\system_fonts\helvetica_medium_r_18.sf" /> |
|
|
542
|
+ <None Include="library\system_fonts\helvetica_medium_r_24.sf" /> |
|
|
543
|
+ <None Include="library\system_fonts\helvetica_medium_r_8.sf" /> |
|
|
544
|
+ <None Include="library\system_fonts\times_bold_i_10.sf" /> |
|
|
545
|
+ <None Include="library\system_fonts\times_bold_i_12.sf" /> |
|
|
546
|
+ <None Include="library\system_fonts\times_bold_i_14.sf" /> |
|
|
547
|
+ <None Include="library\system_fonts\times_bold_i_18.sf" /> |
|
|
548
|
+ <None Include="library\system_fonts\times_bold_i_24.sf" /> |
|
|
549
|
+ <None Include="library\system_fonts\times_bold_i_8.sf" /> |
|
|
550
|
+ <None Include="library\system_fonts\times_bold_r_10.sf" /> |
|
|
551
|
+ <None Include="library\system_fonts\times_bold_r_12.sf" /> |
|
|
552
|
+ <None Include="library\system_fonts\times_bold_r_14.sf" /> |
|
|
553
|
+ <None Include="library\system_fonts\times_bold_r_18.sf" /> |
|
|
554
|
+ <None Include="library\system_fonts\times_bold_r_24.sf" /> |
|
|
555
|
+ <None Include="library\system_fonts\times_bold_r_8.sf" /> |
|
|
556
|
+ <None Include="library\system_fonts\times_medium_i_10.sf" /> |
|
|
557
|
+ <None Include="library\system_fonts\times_medium_i_12.sf" /> |
|
|
558
|
+ <None Include="library\system_fonts\times_medium_i_14.sf" /> |
|
|
559
|
+ <None Include="library\system_fonts\times_medium_i_18.sf" /> |
|
|
560
|
+ <None Include="library\system_fonts\times_medium_i_24.sf" /> |
|
|
561
|
+ <None Include="library\system_fonts\times_medium_i_8.sf" /> |
|
|
562
|
+ <None Include="library\system_fonts\times_medium_r_10.sf" /> |
|
|
563
|
+ <None Include="library\system_fonts\times_medium_r_12.sf" /> |
|
|
564
|
+ <None Include="library\system_fonts\times_medium_r_14.sf" /> |
|
|
565
|
+ <None Include="library\system_fonts\times_medium_r_18.sf" /> |
|
|
566
|
+ <None Include="library\system_fonts\times_medium_r_24.sf" /> |
|
|
567
|
+ <None Include="library\system_fonts\times_medium_r_8.sf" /> |
|
|
568
|
+ <None Include="library\test\Anubis UnitTest.aproj" /> |
|
|
569
|
+ <None Include="library\test\Anubis UnitTest.ide" /> |
|
|
570
|
+ <None Include="library\test\duplicate_letters.c" /> |
|
|
571
|
+ <None Include="library\tools\maml.anubis.1" /> |
|
|
572
|
+ <None Include="library\tools\safe_save_retrieve.anubis_back" /> |
|
|
573
|
+ <None Include="library\web\spacer.gif" /> |
|
|
574
|
+ <None Include="library\widgets3\alienor.jpg" /> |
|
|
575
|
+ <None Include="library\widgets3\alienor_aquitaine.jpg" /> |
|
|
576
|
+ <None Include="library\widgets3\anubis.jpg" /> |
|
|
577
|
+ <None Include="library\widgets3\flowers.jpg" /> |
|
|
578
|
+ <None Include="library\widgets3\gisant_alienor.jpg" /> |
|
|
579
|
+ <None Include="library\widgets3\gisant_alienor2.jpg" /> |
|
|
580
|
+ <None Include="library\widgets3\henri_2.jpg" /> |
|
|
581
|
+ <None Include="library\widgets3\john_lackland.jpg" /> |
|
|
582
|
+ <None Include="library\widgets3\old_sarum.jpg" /> |
|
|
583
|
+ <None Include="library\widgets3\richard.jpg" /> |
|
|
584
|
+ <None Include="library\widgets4\images\bidon.jpg" /> |
|
|
585
|
+ <None Include="library\widgets4\images\checked.jpg" /> |
|
|
586
|
+ <None Include="library\widgets4\images\cows.jpg" /> |
|
|
587
|
+ <None Include="library\widgets4\images\farm.jpg" /> |
|
|
588
|
+ <None Include="library\widgets4\images\fingers.jpg" /> |
|
|
589
|
+ <None Include="library\widgets4\images\flowers.jpg" /> |
|
|
590
|
+ <None Include="library\widgets4\images\mountain.jpg" /> |
|
|
591
|
+ <None Include="library\widgets4\images\not_checked.jpg" /> |
|
|
592
|
+ <None Include="library\widgets4\images\torrent.jpg" /> |
|
|
593
|
+ <None Include="library\xml\xml_parser.apg" /> |
|
|
594
|
+ </ItemGroup> |
|
|
595
|
+</Project> |
|
0
|
596
|
\ No newline at end of file |
...
|
...
|
|