[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.7, 1.58.2.8
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-03 02:03:01
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25902 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add preference panel for document format Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.7 retrieving revision 1.58.2.8 diff -C2 -d -r1.58.2.7 -r1.58.2.8 *** project.pbxproj 2 Dec 2006 05:25:20 -0000 1.58.2.7 --- project.pbxproj 3 Dec 2006 02:02:59 -0000 1.58.2.8 *************** *** 247,250 **** --- 247,252 ---- 4971B11E0B1FA207004FC05F /* ZIP_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 4971B1170B1FA207004FC05F /* ZIP_Prefix.pch */; }; 4971B1FD0B1FD6F5004FC05F /* libZIP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4971B11D0B1FA207004FC05F /* libZIP.a */; }; + 4971B42E0B21E9F2004FC05F /* DocumentFormatPrefsPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971B42C0B21E9F2004FC05F /* DocumentFormatPrefsPanel.h */; }; + 4971B42F0B21E9F2004FC05F /* DocumentFormatPrefsPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4971B42D0B21E9F2004FC05F /* DocumentFormatPrefsPanel.cpp */; }; 4972609007C4301A0099EFE1 /* TextBoxTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 4972608E07C4301A0099EFE1 /* TextBoxTool.h */; }; 4972609107C4301A0099EFE1 /* TextBoxTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4972608F07C4301A0099EFE1 /* TextBoxTool.cpp */; }; *************** *** 945,948 **** --- 947,952 ---- 4971B1140B1FA207004FC05F /* ZIP.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ZIP.xcodeproj; path = ../../CommonSource/Zip/ZIP.xcodeproj; sourceTree = SOURCE_ROOT; }; 4971B1170B1FA207004FC05F /* ZIP_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ZIP_Prefix.pch; path = ../../CommonSource/Zip/ZIP_Prefix.pch; sourceTree = SOURCE_ROOT; }; + 4971B42C0B21E9F2004FC05F /* DocumentFormatPrefsPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DocumentFormatPrefsPanel.h; path = Preferences/DocumentFormatPrefsPanel.h; sourceTree = "<group>"; }; + 4971B42D0B21E9F2004FC05F /* DocumentFormatPrefsPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DocumentFormatPrefsPanel.cpp; path = Preferences/DocumentFormatPrefsPanel.cpp; sourceTree = "<group>"; }; 4972608E07C4301A0099EFE1 /* TextBoxTool.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TextBoxTool.h; path = PlanTool/TextBoxTool.h; sourceTree = "<group>"; }; 4972608F07C4301A0099EFE1 /* TextBoxTool.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TextBoxTool.cpp; path = PlanTool/TextBoxTool.cpp; sourceTree = "<group>"; }; *************** *** 1648,1651 **** --- 1652,1657 ---- 49534ED40649C1D500DB7E02 /* PrintingPrefsPanel.cpp */, 49074A8B06488F1500C334E8 /* PrintingPrefsPanel.h */, + 4971B42D0B21E9F2004FC05F /* DocumentFormatPrefsPanel.cpp */, + 4971B42C0B21E9F2004FC05F /* DocumentFormatPrefsPanel.h */, ); name = Preferences; *************** *** 2320,2323 **** --- 2326,2330 ---- 4971ADB40B1E714B004FC05F /* zip.h in Headers */, 4971B11E0B1FA207004FC05F /* ZIP_Prefix.pch in Headers */, + 4971B42E0B21E9F2004FC05F /* DocumentFormatPrefsPanel.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 2895,2898 **** --- 2902,2906 ---- 497944C20B06D3360011D499 /* PurchaseReport.cpp in Sources */, 4971AC400B1E6612004FC05F /* RGZipFile.cpp in Sources */, + 4971B42F0B21E9F2004FC05F /* DocumentFormatPrefsPanel.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; |