[Build] Add APITool
authorWonyoung Choi <wy80.choi@samsung.com>
Fri, 8 Feb 2019 02:20:13 +0000 (11:20 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Fri, 8 Feb 2019 02:20:13 +0000 (11:20 +0900)
commit4eb83aed24e69abb2d2d61ce0bf99d72fce6fd4a
tree8189f57935c28d54d76839e351109ff0c8e6b34e
parent389943bbc103cdee6ccb11659d51db6ae6d689ee
[Build] Add APITool

* APITool is a unified tool for printing API lists and generating dummy assemblies.
19 files changed:
tools/Tools.sln
tools/bin/ABIChecker/ABIChecker.deps.json
tools/bin/APITool/APITool.deps.json [new file with mode: 0644]
tools/bin/APITool/APITool.dll [new file with mode: 0644]
tools/bin/APITool/APITool.pdb [new file with mode: 0644]
tools/bin/APITool/APITool.runtimeconfig.json [new file with mode: 0644]
tools/bin/APITool/CommandLine.dll [new file with mode: 0755]
tools/bin/APITool/Mono.Cecil.Mdb.dll [new file with mode: 0755]
tools/bin/APITool/Mono.Cecil.Pdb.dll [new file with mode: 0755]
tools/bin/APITool/Mono.Cecil.Rocks.dll [new file with mode: 0755]
tools/bin/APITool/Mono.Cecil.dll [new file with mode: 0755]
tools/build-tools.sh
tools/src/APITool/APIPrinter.cs [new file with mode: 0644]
tools/src/APITool/APITool.csproj [new file with mode: 0644]
tools/src/APITool/AssemblyProcessor.cs [new file with mode: 0644]
tools/src/APITool/DummyGenerator.cs [new file with mode: 0644]
tools/src/APITool/Log.cs [new file with mode: 0644]
tools/src/APITool/Options.cs [new file with mode: 0644]
tools/src/APITool/Program.cs [new file with mode: 0644]