1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="swflib"
- SccProjectName=""
- SccLocalPath=""
- Keyword="MakeFileProj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Native code|Win32"
- OutputDirectory="."
- IntermediateDirectory="."
- ConfigurationType="0"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="ocamake -opt swfLib.vcproj -a -g"
- ReBuildCommandLine="ocamake -opt swfLib.vcproj -a -g -all"
- Output="swflib.exe"/>
- </Configuration>
- <Configuration
- Name="Bytecode|Win32"
- OutputDirectory="."
- IntermediateDirectory="."
- ConfigurationType="0"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="ocamake -a swfLib.vcproj"
- ReBuildCommandLine="ocamake -a swfLib.vcproj -all"
- Output="swflib.exe"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\actionScript.ml">
- </File>
- <File
- RelativePath=".\as3.mli">
- </File>
- <File
- RelativePath=".\as3code.ml">
- </File>
- <File
- RelativePath=".\as3hl.mli">
- </File>
- <File
- RelativePath=".\as3hlparse.ml">
- </File>
- <File
- RelativePath=".\as3parse.ml">
- </File>
- <File
- RelativePath=".\png.ml">
- </File>
- <File
- RelativePath=".\png.mli">
- </File>
- <File
- RelativePath=".\swf.ml">
- </File>
- <File
- RelativePath=".\swfParser.ml">
- </File>
- <File
- RelativePath=".\swfPic.ml">
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|