Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

UNCLASSIFIED//FOUO
ANT Support
properties.ant
sitename=athena
buildversion=1_0_RC1
x86_supported=true
x64_supported=true
msbuild.directory=C:\\Program Files (x86)\\MSBuild\\12.0\\Bin
doxygen_supported=true
doxygen.directory=D:\\Program Files\\doxygen\\bin
winddk.directory=C:\\WinDDK
sysinternals.directory=c:\\sysinternalssuite
python.directory=d:\\python34.x64
build.xml - root
<?xml version ="1.0"?>
<project name="root" default="all" basedir=".">
<property file="properties.ant" />
<target name="call" description="build debugging version">
<!-- NOTE ORDER IS IMPORTANT HERE -->
<ant antfile="build.xml" target="${current.target}" dir="Tools" />
<ant antfile="build.xml" target="${current.target}" dir="Code" />
<ant antfile="build.xml" target="${current.target}" dir="Installer" />
<ant antfile="build.xml" target="${current.target}" dir="Console" />
<ant antfile="build.xml" target="${current.target}" dir="Tests" />
<ant antfile="build.xml" target="${current.target}" dir="Deployment" />
<ant antfile="build.xml" target="${current.target}" dir="Doxygen" />
</target>
<target name="debug" description="build debugging version">
<property name="current.target" value="debug" />
<antcall target="call" />
</target>
<target name="release" description="build releasable version">
<property name="current.target" value="release" />
<antcall target="call" />
</target>
<target name="test" description="validate project">
<property name="current.target" value="test" />
<antcall target="call" />
</target>
<target name="publish" description="copy solutions files to distribution
directory">
UNCLASSIFIED//FOUO

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh