|
From: <ala...@us...> - 2003-10-20 20:41:04
|
Update of /cvsroot/aedgui/aedGUI/VisualC7_2003 In directory sc8-pr-cvs1:/tmp/cvs-serv8795 Modified Files: aedgui.vcproj Log Message: Added aedSizer / aedBoxSizer files to vs.net project Index: aedgui.vcproj =================================================================== RCS file: /cvsroot/aedgui/aedGUI/VisualC7_2003/aedgui.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** aedgui.vcproj 4 Oct 2003 13:01:27 -0000 1.5 --- aedgui.vcproj 20 Oct 2003 19:24:07 -0000 1.6 *************** *** 133,136 **** --- 133,139 ---- </File> <File + RelativePath="..\src\aedBoxSizer.cpp"> + </File> + <File RelativePath="..\src\aedButton.cpp"> </File> *************** *** 184,187 **** --- 187,193 ---- </File> <File + RelativePath="..\src\aedSizer.cpp"> + </File> + <File RelativePath="..\src\aedSlider.cpp"> </File> *************** *** 245,248 **** --- 251,257 ---- </File> <File + RelativePath="..\include\aedBoxSizer.h"> + </File> + <File RelativePath="..\include\aedButton.h"> </File> *************** *** 315,318 **** --- 324,330 ---- <File RelativePath="..\include\aedSignal.h"> + </File> + <File + RelativePath="..\include\aedSizer.h"> </File> <File |