1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <project version =" 2" >
3+ <!-- Output SWF options -->
4+ <output >
5+ <movie outputType =" Application" />
6+ <movie input =" " />
7+ <movie path =" bin\cs" />
8+ <movie fps =" 0" />
9+ <movie width =" 0" />
10+ <movie height =" 0" />
11+ <movie version =" 0" />
12+ <movie minorVersion =" 0" />
13+ <movie platform =" C#" />
14+ <movie background =" #FFFFFF" />
15+ </output >
16+ <!-- Other classes to be compiled into your SWF -->
17+ <classpaths >
18+ <class path =" ." />
19+ </classpaths >
20+ <!-- Build options -->
21+ <build >
22+ <option directives =" " />
23+ <option flashStrict =" False" />
24+ <option noInlineOnDebug =" False" />
25+ <option mainClass =" AseSync" />
26+ <option enabledebug =" False" />
27+ <option additional =" " />
28+ </build >
29+ <!-- haxelib libraries -->
30+ <haxelib >
31+ <library name =" yyjson" />
32+ <library name =" haxe-files" />
33+ <library name =" format" />
34+ </haxelib >
35+ <!-- Class files to compile (other referenced classes will automatically be included) -->
36+ <compileTargets >
37+ <compile path =" AseSync.hx" />
38+ </compileTargets >
39+ <!-- Paths to exclude from the Project Explorer tree -->
40+ <hiddenPaths >
41+ <hidden path =" obj" />
42+ </hiddenPaths >
43+ <!-- Executed before build -->
44+ <preBuildCommand />
45+ <!-- Executed after build -->
46+ <postBuildCommand alwaysRun =" False" >DEBUG: cmd /C copy /Y $(OutputDir)\cs\bin\AseSync-Debug.exe $(OutputDir)\AseSync.exe
47+ RELEASE: cmd /C copy /Y $(OutputDir)\cs\bin\AseSync.exe $(OutputDir)\AseSync.exe</postBuildCommand >
48+ <!-- Other project options -->
49+ <options >
50+ <option showHiddenPaths =" True" />
51+ <option testMovie =" Custom" />
52+ <option testMovieCommand =" run-cs.bat" />
53+ </options >
54+ <!-- Plugin storage -->
55+ <storage />
56+ </project >
0 commit comments