Develop and Download Open Source Software

Browse Subversion Repository

Diff of /mssp.as3proj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by kreuz45, Sat Feb 16 12:57:42 2008 UTC revision 6 by kreuz45, Sat Feb 16 13:39:06 2008 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0" encoding="utf-8"?>
2  <project>  <project>
3    <!-- Output SWF options -->    <!-- Output SWF options -->
4    <output>    <output>
# Line 18  Line 18 
18    <!-- Build options -->    <!-- Build options -->
19    <build>    <build>
20      <option accessible="False" />      <option accessible="False" />
     <option actionscriptFileEncoding="iso-8859-1" />  
21      <option allowSourcePathOverlap="False" />      <option allowSourcePathOverlap="False" />
     <option as3="True" />  
22      <option benchmark="False" />      <option benchmark="False" />
     <option debug="False" />  
23      <option es="False" />      <option es="False" />
     <option generateFrameLoader="False" />  
     <option headlessServer="False" />  
     <option incremental="True" />  
     <option keepAllTypeSelectors="False" />  
     <option keepGeneratedActionScript="False" />  
     <option linkReport="" />  
24      <option loadConfig="" />      <option loadConfig="" />
25      <option optimize="False" />      <option optimize="False" />
26      <option showActionScriptWarnings="True" />      <option showActionScriptWarnings="True" />
# Line 41  Line 32 
32      <option useResourceBundleMetadata="True" />      <option useResourceBundleMetadata="True" />
33      <option warnings="True" />      <option warnings="True" />
34      <option verboseStackTraces="False" />      <option verboseStackTraces="False" />
35        <option additional="" />
36        <option customSDK="" />
37    </build>    </build>
38      <!-- SWC Include Libraries -->
39      <includeLibraries>
40        <!-- example: <element path="..." /> -->
41      </includeLibraries>
42      <!-- SWC Libraries -->
43      <libraryPaths>
44        <!-- example: <element path="..." /> -->
45      </libraryPaths>
46      <!-- External Libraries -->
47      <externalLibraryPaths>
48        <!-- example: <element path="..." /> -->
49      </externalLibraryPaths>
50      <!-- Runtime Shared Libraries -->
51      <rslPaths>
52        <!-- example: <element path="..." /> -->
53      </rslPaths>
54      <!-- Intrinsic Libraries -->
55      <intrinsics>
56        <!-- example: <element path="..." /> -->
57      </intrinsics>
58      <!-- Assets to embed into the output SWF -->
59      <library>
60        <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
61      </library>
62    <!-- Class files to compile (other referenced classes will automatically be included) -->    <!-- Class files to compile (other referenced classes will automatically be included) -->
63    <compileTargets>    <compileTargets>
64      <compile path="classes\Main.as" />      <compile path="classes\Main.as" />
# Line 59  Line 76 
76      <option showHiddenPaths="False" />      <option showHiddenPaths="False" />
77      <option testMovie="NewTab" />      <option testMovie="NewTab" />
78    </options>    </options>
79  </project>  </project>

Legend:
Removed from v.3  
changed lines
  Added in v.6

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26