1 <?xml version="1.0" encoding="Windows-1252"?>
3 ProjectType="Visual C++"
6 ProjectGUID="{4FC72D4A-80EE-4B1A-8724-0201C1A35621}"
9 TargetFrameworkVersion="0"
24 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25 IntermediateDirectory="$(ConfigurationName)"
30 Name="VCPreBuildEventTool"
33 Name="VCCustomBuildTool"
36 Name="VCXMLDataGeneratorTool"
39 Name="VCWebServiceProxyGeneratorTool"
45 Name="VCCLCompilerTool"
47 AdditionalIncludeDirectories="includes;src/c;../../libs/MALLOC/includes;../windows_tools/includes;../core/includes;../string/includes;../output_stream/includes;../io/includes;../localization/includes;../../libs/intl"
48 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;FILEIO_EXPORTS"
50 BasicRuntimeChecks="0"
52 UsePrecompiledHeader="0"
54 Detect64BitPortabilityProblems="false"
55 DebugInformationFormat="3"
59 Name="VCManagedResourceCompilerTool"
62 Name="VCResourceCompilerTool"
65 Name="VCPreLinkEventTool"
66 Description="Make dependencies"
67 CommandLine="lib /DEF:"$(InputDir)LibScilab_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)LibScilab.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Scilab_windows_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)scilab_windows.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Localization_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)scilocalization.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)io_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)io.lib" 1>NUL 2>NUL
cd $(IntDir) >nul
for %%f in (*.obj) do ..\..\..\bin\dumpexts -o %%~nf.def -n fileio.dll %%f >nul
copy *.def fileiotmp.def >nul
copy ..\fileio_header.def+fileiotmp.def ..\fileio.def >nul
del *.def >nul
cd .. >nul
"
71 AdditionalDependencies="libscilab.lib scilab_windows.lib scilocalization.lib io.lib"
72 OutputFile="../../bin/$(ProjectName).dll"
74 IgnoreDefaultLibraryNames=""
75 ModuleDefinitionFile="fileio.def"
76 GenerateDebugInformation="true"
78 RandomizedBaseAddress="1"
79 DataExecutionPrevention="0"
81 CLRUnmanagedCodeCheck="true"
99 Name="VCAppVerifierTool"
102 Name="VCPostBuildEventTool"
107 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
108 IntermediateDirectory="$(ConfigurationName)"
109 ConfigurationType="2"
113 Name="VCPreBuildEventTool"
116 Name="VCCustomBuildTool"
119 Name="VCXMLDataGeneratorTool"
122 Name="VCWebServiceProxyGeneratorTool"
126 TargetEnvironment="3"
129 Name="VCCLCompilerTool"
131 AdditionalIncludeDirectories="includes;src/c;../../libs/MALLOC/includes;../windows_tools/includes;../core/includes;../string/includes;../output_stream/includes;../io/includes;../localization/includes;../../libs/intl"
132 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;FILEIO_EXPORTS"
133 MinimalRebuild="true"
134 BasicRuntimeChecks="0"
136 UsePrecompiledHeader="0"
138 Detect64BitPortabilityProblems="false"
139 DebugInformationFormat="3"
143 Name="VCManagedResourceCompilerTool"
146 Name="VCResourceCompilerTool"
149 Name="VCPreLinkEventTool"
150 Description="Make dependencies"
151 CommandLine="lib /DEF:"$(InputDir)LibScilab_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)LibScilab.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Scilab_windows_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)scilab_windows.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Localization_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)scilocalization.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)io_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)io.lib" 1>NUL 2>NUL
cd $(IntDir) >nul
for %%f in (*.obj) do ..\..\..\bin\dumpexts -o %%~nf.def -n fileio.dll %%f >nul
copy *.def fileiotmp.def >nul
copy ..\fileio_header.def+fileiotmp.def ..\fileio.def >nul
del *.def >nul
cd .. >nul
"
155 AdditionalDependencies="libscilab.lib scilab_windows.lib scilocalization.lib io.lib"
156 OutputFile="../../bin/$(ProjectName).dll"
158 IgnoreDefaultLibraryNames=""
159 ModuleDefinitionFile="fileio.def"
160 GenerateDebugInformation="true"
162 RandomizedBaseAddress="1"
163 DataExecutionPrevention="0"
165 CLRUnmanagedCodeCheck="true"
171 Name="VCManifestTool"
183 Name="VCAppVerifierTool"
186 Name="VCPostBuildEventTool"
191 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
192 IntermediateDirectory="$(ConfigurationName)"
193 ConfigurationType="2"
195 WholeProgramOptimization="0"
198 Name="VCPreBuildEventTool"
201 Name="VCCustomBuildTool"
204 Name="VCXMLDataGeneratorTool"
207 Name="VCWebServiceProxyGeneratorTool"
213 Name="VCCLCompilerTool"
214 InlineFunctionExpansion="1"
216 WholeProgramOptimization="false"
217 AdditionalIncludeDirectories="includes;src/c;../../libs/MALLOC/includes;../windows_tools/includes;../core/includes;../string/includes;../output_stream/includes;../io/includes;../localization/includes;../../libs/intl"
218 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;FILEIO_EXPORTS"
221 EnableEnhancedInstructionSet="0"
222 UsePrecompiledHeader="0"
224 Detect64BitPortabilityProblems="false"
225 DebugInformationFormat="3"
229 Name="VCManagedResourceCompilerTool"
232 Name="VCResourceCompilerTool"
235 Name="VCPreLinkEventTool"
236 Description="Make dependencies"
237 CommandLine="lib /DEF:"$(InputDir)LibScilab_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)LibScilab.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Scilab_windows_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)scilab_windows.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Localization_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)scilocalization.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)io_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)io.lib" 1>NUL 2>NUL
cd $(IntDir) >nul
for %%f in (*.obj) do ..\..\..\bin\dumpexts -o %%~nf.def -n fileio.dll %%f >nul
copy *.def fileiotmp.def >nul
copy ..\fileio_header.def+fileiotmp.def ..\fileio.def >nul
del *.def >nul
cd .. >nul
"
241 AdditionalDependencies="libscilab.lib scilab_windows.lib scilocalization.lib io.lib"
242 OutputFile="../../bin/$(ProjectName).dll"
244 IgnoreDefaultLibraryNames=""
245 ModuleDefinitionFile="fileio.def"
246 GenerateDebugInformation="false"
248 OptimizeReferences="2"
249 EnableCOMDATFolding="2"
250 LinkTimeCodeGeneration="0"
251 RandomizedBaseAddress="1"
252 DataExecutionPrevention="0"
253 ImportLibrary="../../bin/$(ProjectName).lib"
255 CLRUnmanagedCodeCheck="true"
261 Name="VCManifestTool"
273 Name="VCAppVerifierTool"
276 Name="VCPostBuildEventTool"
281 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
282 IntermediateDirectory="$(ConfigurationName)"
283 ConfigurationType="2"
285 WholeProgramOptimization="0"
288 Name="VCPreBuildEventTool"
291 Name="VCCustomBuildTool"
294 Name="VCXMLDataGeneratorTool"
297 Name="VCWebServiceProxyGeneratorTool"
301 TargetEnvironment="3"
304 Name="VCCLCompilerTool"
305 InlineFunctionExpansion="1"
307 WholeProgramOptimization="false"
308 AdditionalIncludeDirectories="includes;src/c;../../libs/MALLOC/includes;../windows_tools/includes;../core/includes;../string/includes;../output_stream/includes;../io/includes;../localization/includes;../../libs/intl"
309 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;FILEIO_EXPORTS"
312 EnableEnhancedInstructionSet="0"
313 UsePrecompiledHeader="0"
315 Detect64BitPortabilityProblems="false"
316 DebugInformationFormat="3"
320 Name="VCManagedResourceCompilerTool"
323 Name="VCResourceCompilerTool"
326 Name="VCPreLinkEventTool"
327 Description="Make dependencies"
328 CommandLine="lib /DEF:"$(InputDir)LibScilab_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)LibScilab.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Scilab_windows_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)scilab_windows.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)Localization_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)scilocalization.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)io_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)io.lib" 1>NUL 2>NUL
cd $(IntDir) >nul
for %%f in (*.obj) do ..\..\..\bin\dumpexts -o %%~nf.def -n fileio.dll %%f >nul
copy *.def fileiotmp.def >nul
copy ..\fileio_header.def+fileiotmp.def ..\fileio.def >nul
del *.def >nul
cd .. >nul
"
332 AdditionalDependencies="libscilab.lib scilab_windows.lib scilocalization.lib io.lib"
333 OutputFile="../../bin/$(ProjectName).dll"
335 IgnoreDefaultLibraryNames=""
336 ModuleDefinitionFile="fileio.def"
337 GenerateDebugInformation="false"
339 OptimizeReferences="2"
340 EnableCOMDATFolding="2"
341 LinkTimeCodeGeneration="0"
342 RandomizedBaseAddress="1"
343 DataExecutionPrevention="0"
344 ImportLibrary="../../bin/$(ProjectName).lib"
346 CLRUnmanagedCodeCheck="true"
352 Name="VCManifestTool"
364 Name="VCAppVerifierTool"
367 Name="VCPostBuildEventTool"
376 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
377 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
380 RelativePath=".\src\c\addfile.c"
384 RelativePath=".\src\c\cluni0.c"
388 RelativePath=".\src\c\createdirectory.c"
392 RelativePath=".\src\c\deleteafile.c"
396 RelativePath=".\src\c\delfile.c"
400 RelativePath=".\src\c\diary.c"
404 RelativePath=".\src\c\DllmainFileio.c"
408 RelativePath=".\src\c\do_xxprintf.c"
412 RelativePath=".\src\c\do_xxscanf.c"
416 RelativePath=".\src\c\FileExist.c"
420 RelativePath=".\src\c\fileinfo.c"
424 RelativePath=".\src\c\fileio.c"
428 RelativePath=".\src\c\filesmanagement.c"
432 RelativePath=".\src\c\FindFileExtension.c"
436 RelativePath=".\src\c\findfiles.c"
440 RelativePath=".\src\c\fullpath.c"
444 RelativePath=".\src\c\getdrives.c"
448 RelativePath=".\src\c\getfiledesc.c"
452 RelativePath=".\src\c\getfileinfo.c"
456 RelativePath=".\src\c\getfiletype.c"
460 RelativePath=".\src\c\getlongpathname.c"
464 RelativePath=".\src\c\getrelativefilename.c"
468 RelativePath=".\src\c\getshortpathname.c"
472 RelativePath=".\sci_gateway\c\gw_fileio.c"
476 RelativePath=".\src\c\isdir.c"
480 RelativePath=".\src\c\isDrive.c"
484 RelativePath=".\src\c\mclearerr.c"
488 RelativePath=".\src\c\mclose.c"
492 RelativePath=".\src\c\meof.c"
496 RelativePath=".\src\c\merror.c"
500 RelativePath=".\src\c\mget.c"
504 RelativePath=".\src\c\mgeti.c"
508 RelativePath=".\src\c\mgetstr.c"
512 RelativePath=".\src\c\mopen.c"
516 RelativePath=".\src\c\mput.c"
520 RelativePath=".\src\c\mputi.c"
524 RelativePath=".\src\c\mputstr.c"
528 RelativePath=".\src\c\mseek.c"
532 RelativePath=".\src\c\mtell.c"
536 RelativePath=".\src\c\readline.c"
540 RelativePath=".\src\c\removedir.c"
544 RelativePath=".\sci_gateway\c\sci_chdir.c"
548 RelativePath=".\sci_gateway\c\sci_createdir.c"
552 RelativePath=".\sci_gateway\c\sci_deletefile.c"
556 RelativePath=".\sci_gateway\c\sci_fileext.c"
560 RelativePath=".\sci_gateway\c\sci_fileinfo.c"
564 RelativePath=".\sci_gateway\c\sci_filesep.c"
568 RelativePath=".\sci_gateway\c\sci_findfiles.c"
572 RelativePath=".\sci_gateway\c\sci_fprintfMat.c"
576 RelativePath=".\sci_gateway\c\sci_fscanfMat.c"
580 RelativePath=".\sci_gateway\c\sci_fullpath.c"
584 RelativePath=".\sci_gateway\c\sci_get_absolute_file_path.c"
588 RelativePath=".\sci_gateway\c\sci_getcwd.c"
592 RelativePath=".\sci_gateway\c\sci_getdrives.c"
596 RelativePath=".\sci_gateway\c\sci_getlongpathname.c"
600 RelativePath=".\sci_gateway\c\sci_getrelativefilename.c"
604 RelativePath=".\sci_gateway\c\sci_getshortpathname.c"
608 RelativePath=".\sci_gateway\c\sci_isdir.c"
612 RelativePath=".\sci_gateway\c\sci_maxfiles.c"
616 RelativePath=".\sci_gateway\c\sci_mclearerr.c"
620 RelativePath=".\sci_gateway\c\sci_mclose.c"
624 RelativePath=".\sci_gateway\c\sci_merror.c"
628 RelativePath=".\sci_gateway\c\sci_mfprintf.c"
632 RelativePath=".\sci_gateway\c\sci_mfscanf.c"
636 RelativePath=".\sci_gateway\c\sci_mget.c"
640 RelativePath=".\sci_gateway\c\sci_mgetstr.c"
644 RelativePath=".\sci_gateway\c\sci_moef.c"
648 RelativePath=".\sci_gateway\c\sci_mopen.c"
652 RelativePath=".\sci_gateway\c\sci_mprintf.c"
656 RelativePath=".\sci_gateway\c\sci_mput.c"
660 RelativePath=".\sci_gateway\c\sci_mputstr.c"
664 RelativePath=".\sci_gateway\c\sci_mscanf.c"
668 RelativePath=".\sci_gateway\c\sci_mseek.c"
672 RelativePath=".\sci_gateway\c\sci_msprintf.c"
676 RelativePath=".\sci_gateway\c\sci_msscanf.c"
680 RelativePath=".\sci_gateway\c\sci_mtell.c"
684 RelativePath=".\sci_gateway\c\sci_newest.c"
688 RelativePath=".\sci_gateway\c\sci_NumTokens.c"
692 RelativePath=".\sci_gateway\c\sci_pathsep.c"
696 RelativePath=".\sci_gateway\c\sci_removedir.c"
700 RelativePath=".\src\c\scicurdir.c"
704 RelativePath=".\src\c\set_xxprintf.c"
708 RelativePath=".\src\c\Status2Mode.c"
712 RelativePath=".\src\c\URIFileToFilename.c"
718 Filter="h;hpp;hxx;hm;inl;inc;xsd"
719 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
722 RelativePath=".\includes\addfile.h"
726 RelativePath=".\includes\cluni0.h"
730 RelativePath=".\includes\createdirectory.h"
734 RelativePath=".\src\c\deleteafile.h"
738 RelativePath=".\includes\delfile.h"
742 RelativePath=".\includes\diary.h"
746 RelativePath=".\src\c\do_xxprintf.h"
750 RelativePath=".\src\c\do_xxscanf.h"
754 RelativePath=".\includes\FileExist.h"
758 RelativePath=".\src\c\fileinfo.h"
762 RelativePath=".\src\c\fileio.h"
766 RelativePath=".\includes\filesmanagement.h"
770 RelativePath=".\includes\FindFileExtension.h"
774 RelativePath=".\includes\findfiles.h"
778 RelativePath=".\src\c\fullpath.h"
782 RelativePath=".\src\c\getdrives.h"
786 RelativePath=".\includes\getfiledesc.h"
790 RelativePath=".\includes\getfileinfo.h"
794 RelativePath=".\includes\getfiletype.h"
798 RelativePath=".\src\c\getlongpathname.h"
802 RelativePath=".\src\c\getrelativefilename.h"
806 RelativePath=".\src\c\getshortpathname.h"
810 RelativePath=".\includes\gw_fileio.h"
814 RelativePath=".\includes\isdir.h"
818 RelativePath=".\src\c\isDrive.h"
822 RelativePath=".\src\c\mclearerr.h"
826 RelativePath=".\includes\mclose.h"
830 RelativePath=".\src\c\meof.h"
834 RelativePath=".\src\c\merror.h"
838 RelativePath=".\includes\mget.h"
842 RelativePath=".\src\c\mgeti.h"
846 RelativePath=".\src\c\mgetstr.h"
850 RelativePath=".\includes\mopen.h"
854 RelativePath=".\includes\mput.h"
858 RelativePath=".\src\c\mputi.h"
862 RelativePath=".\src\c\mputstr.h"
866 RelativePath=".\includes\mseek.h"
870 RelativePath=".\includes\mtell.h"
874 RelativePath=".\includes\removedir.h"
878 RelativePath=".\src\c\resource.h"
882 RelativePath=".\includes\scicurdir.h"
886 RelativePath=".\src\c\set_xxprintf.h"
890 RelativePath=".\src\c\Status2Mode.h"
894 RelativePath=".\includes\URIFileToFilename.h"
899 Name="Resource Files"
900 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
901 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
904 RelativePath=".\src\c\fileio.rc"
912 RelativePath=".\locales\en_US\messages.pot"
917 Name="Libraries Dependencies"
920 RelativePath=".\fileio_header.def"
927 RelativePath=".\io_Import.def"
931 RelativePath=".\LibScilab_Import.def"
935 RelativePath=".\Localization_Import.def"
939 RelativePath=".\Scilab_windows_Import.def"
945 RelativePath=".\fileio.iss"
949 RelativePath=".\sci_gateway\fileio_gateway.xml"
953 RelativePath=".\Makefile.am"
957 RelativePath=".\version.xml"
963 </VisualStudioProject>