This repository was archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathbuild.bat
More file actions
34 lines (17 loc) · 1.29 KB
/
Copy pathbuild.bat
File metadata and controls
34 lines (17 loc) · 1.29 KB
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
csc language.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc concepts.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc keywords.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc categories.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc feed_links.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc microformats.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc entities.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc text_extract.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc constraint_queries.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc parameters.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc sentiment.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc relations.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc author.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc combined.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc taxonomy.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc image.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
csc ranked_image_keywords.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll -r:System.Drawing.dll