[Dda-cvs] ntdda ntdda.sln, NONE, 1.1 ntdda.vcproj, NONE, 1.1 ntdda.dsp, 1.45, 1.46
Status: Beta
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2008-04-10 02:45:26
|
Update of /cvsroot/dda/ntdda In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2244 Modified Files: ntdda.dsp Added Files: ntdda.sln ntdda.vcproj Log Message: Added vs2005 ide files. Index: ntdda.dsp =================================================================== RCS file: /cvsroot/dda/ntdda/ntdda.dsp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** ntdda.dsp 27 Nov 2007 02:51:08 -0000 1.45 --- ntdda.dsp 10 Apr 2008 02:45:21 -0000 1.46 *************** *** 1,554 **** ! # Microsoft Developer Studio Project File - Name="ntdda" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Application" 0x0101 ! ! CFG=ntdda - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE [...1079 lines suppressed...] ! SOURCE=.\include\gravity.h ! # End Source File ! # Begin Source File ! ! SOURCE=.\include\material.h ! # End Source File ! # Begin Source File ! ! SOURCE=.\include\postprocess.h ! # End Source File ! # Begin Source File ! ! SOURCE=.\include\timehistory.h ! # End Source File ! # Begin Source File ! ! SOURCE=.\include\utils.h ! # End Source File ! # End Target ! # End Project --- NEW FILE: ntdda.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="ntdda" ProjectGUID="{38F5E6BE-3306-4DB9-A177-5F89B64F099C}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" [...1919 lines suppressed...] <File RelativePath="include\material.h" > </File> <File RelativePath="include\postprocess.h" > </File> <File RelativePath="include\timehistory.h" > </File> <File RelativePath="include\utils.h" > </File> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE: ntdda.sln --- (This appears to be a binary file; contents omitted.) |