mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<project>
|
||
|
<!-- Output SWF options -->
|
||
|
<output>
|
||
|
<movie disabled="False" />
|
||
|
<movie input="" />
|
||
|
<movie path="swfupload_f8.swf" />
|
||
|
<movie fps="1" />
|
||
|
<movie width="1" />
|
||
|
<movie height="1" />
|
||
|
<movie version="8" />
|
||
|
<movie background="#FFFFFF" />
|
||
|
</output>
|
||
|
<!-- Other classes to be compiled into your SWF -->
|
||
|
<classpaths>
|
||
|
<class path="." />
|
||
|
</classpaths>
|
||
|
<!-- Build options -->
|
||
|
<build>
|
||
|
<option verbose="False" />
|
||
|
<option strict="False" />
|
||
|
<option infer="False" />
|
||
|
<option useMain="True" />
|
||
|
<option useMX="False" />
|
||
|
<option warnUnusedImports="False" />
|
||
|
<option traceMode="FlashConnect" />
|
||
|
<option traceFunction="" />
|
||
|
<option libraryPrefix="" />
|
||
|
<option excludeFile="" />
|
||
|
<option groupClasses="False" />
|
||
|
<option frame="1" />
|
||
|
<option keep="True" />
|
||
|
</build>
|
||
|
<!-- Class files to compile (other referenced classes will automatically be included) -->
|
||
|
<compileTargets>
|
||
|
<compile path="SWFUpload.as" />
|
||
|
</compileTargets>
|
||
|
<!-- Assets to embed into the output SWF -->
|
||
|
<library>
|
||
|
<!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
|
||
|
</library>
|
||
|
<!-- Paths to exclude from the Project Explorer tree -->
|
||
|
<hiddenPaths>
|
||
|
<!-- example: <hidden path="..." /> -->
|
||
|
</hiddenPaths>
|
||
|
<!-- Executed before build -->
|
||
|
<preBuildCommand />
|
||
|
<!-- Executed after build -->
|
||
|
<postBuildCommand alwaysRun="False">deploy.bat</postBuildCommand>
|
||
|
<!-- Other project options -->
|
||
|
<options>
|
||
|
<option showHiddenPaths="False" />
|
||
|
<option testMovie="Default" />
|
||
|
</options>
|
||
|
</project>
|