Vault 7: Projects

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

UNCLASSIFIED//FOUO
<target name="debugx64" description="build releasable version" if="$
{x64_supported}">
<exec executable="${msbuild.directory}\msbuild.exe" dir="."
failonerror="true" >
<arg line="${project.name}.sln /m /nologo /t:build
/p:Configuration=&quot;Debug&quot; /p:Platform=x64" />
</exec>
</target>
<target name="debug" description="build releasable version">
<antcall target="debugx86" />
<antcall target="debugx64" />
</target>
<!-- RELEASE -->
<!-- X86 -->
<target name="releasex86" description="build releasable version" if="$
{x86_supported}">
<exec executable="${msbuild.directory}\msbuild.exe" dir="."
failonerror="true" >
<arg line="${project.name}.sln /m /nologo /t:build
/p:Configuration=&quot;Release&quot; /p:Platform=win32" />
</exec>
</target>
<!-- X64 -->
<target name="releasex64" description="build releasable version" if="$
{x64_supported}">
<exec executable="${msbuild.directory}\msbuild.exe" dir="."
failonerror="true" >
<arg line="${project.name}.sln /m /nologo /t:build
/p:Configuration=&quot;Release&quot; /p:Platform=x64" />
</exec>
</target>
<target name="release" description="build releasable version">
<antcall target="releasex86" />
<antcall target="releasex64" />
</target>
<!-- TEST -->
<!-- X86 -->
<target name="testx86" description="test version" if="${x86_supported}">
<exec executable="${basedir}\$
{project.root}\bin\release\x86\ToolPEtoHXE.exe" dir="${basedir}\Win32\Release"
failonerror="true" >
<arg line="${project.name}.dll ${project.name}.hxe" />
</exec>
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