[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.4, 1.58.2.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-15 04:03:58
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7947 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add PurchaseReport Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.4 retrieving revision 1.58.2.5 diff -C2 -d -r1.58.2.4 -r1.58.2.5 *** project.pbxproj 11 Nov 2006 15:03:25 -0000 1.58.2.4 --- project.pbxproj 15 Nov 2006 04:03:56 -0000 1.58.2.5 *************** *** 246,249 **** --- 246,255 ---- 4973E08A06F6877C00E3ED15 /* RGXMLUtils.h in Sources */ = {isa = PBXBuildFile; fileRef = 4973E08806F6877C00E3ED15 /* RGXMLUtils.h */; }; 497650B606545FE4007AFB6C /* RGCompression.h in Headers */ = {isa = PBXBuildFile; fileRef = 497650B406545FE4007AFB6C /* RGCompression.h */; }; + 497940870B0620C60011D499 /* Birdbath.svg in Resources */ = {isa = PBXBuildFile; fileRef = 497940840B0620C60011D499 /* Birdbath.svg */; }; + 497940880B0620C60011D499 /* KidneyPool.svg in Resources */ = {isa = PBXBuildFile; fileRef = 497940850B0620C60011D499 /* KidneyPool.svg */; }; + 497940890B0620C60011D499 /* Sundial.svg in Resources */ = {isa = PBXBuildFile; fileRef = 497940860B0620C60011D499 /* Sundial.svg */; }; + 497944C20B06D3360011D499 /* PurchaseReport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497944C00B06D3360011D499 /* PurchaseReport.cpp */; }; + 497944C30B06D3360011D499 /* PurchaseReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 497944C10B06D3360011D499 /* PurchaseReport.h */; }; + 497946A70B08AA370011D499 /* ShopList1.html in Resources */ = {isa = PBXBuildFile; fileRef = 497946A60B08AA370011D499 /* ShopList1.html */; }; 4979A82608A4D51B00AB8671 /* PlanCanvasView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4979A82408A4D51B00AB8671 /* PlanCanvasView.h */; }; 4979A82708A4D51B00AB8671 /* PlanCanvasView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4979A82508A4D51B00AB8671 /* PlanCanvasView.cpp */; }; *************** *** 907,910 **** --- 913,922 ---- 4973E08806F6877C00E3ED15 /* RGXMLUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RGXMLUtils.h; path = ../source/Database/RGXMLUtils.h; sourceTree = SOURCE_ROOT; }; 497650B406545FE4007AFB6C /* RGCompression.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = RGCompression.h; path = ../../CommonSource/YAAFExtensions/RGCompression.h; sourceTree = SOURCE_ROOT; }; + 497940840B0620C60011D499 /* Birdbath.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Birdbath.svg; path = ../source/resources/2DSymbols/Birdbath.svg; sourceTree = SOURCE_ROOT; }; + 497940850B0620C60011D499 /* KidneyPool.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = KidneyPool.svg; path = ../source/resources/2DSymbols/KidneyPool.svg; sourceTree = SOURCE_ROOT; }; + 497940860B0620C60011D499 /* Sundial.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Sundial.svg; path = ../source/resources/2DSymbols/Sundial.svg; sourceTree = SOURCE_ROOT; }; + 497944C00B06D3360011D499 /* PurchaseReport.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PurchaseReport.cpp; path = Reports/PurchaseReport.cpp; sourceTree = "<group>"; }; + 497944C10B06D3360011D499 /* PurchaseReport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PurchaseReport.h; path = Reports/PurchaseReport.h; sourceTree = "<group>"; }; + 497946A60B08AA370011D499 /* ShopList1.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = ShopList1.html; path = Reports/ReportFormats/ShopList1.html; sourceTree = "<group>"; }; 4979A82408A4D51B00AB8671 /* PlanCanvasView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlanCanvasView.h; path = PlanTool/PlanCanvasView.h; sourceTree = "<group>"; }; 4979A82508A4D51B00AB8671 /* PlanCanvasView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlanCanvasView.cpp; path = PlanTool/PlanCanvasView.cpp; sourceTree = "<group>"; }; *************** *** 1395,1398 **** --- 1407,1411 ---- children = ( 49040A380735C7F6009B97F1 /* Label_Borders1.html */, + 497946A60B08AA370011D499 /* ShopList1.html */, 49040A390735C7F6009B97F1 /* Label_Borders2.html */, ); *************** *** 1496,1499 **** --- 1509,1515 ---- isa = PBXGroup; children = ( + 497940840B0620C60011D499 /* Birdbath.svg */, + 497940850B0620C60011D499 /* KidneyPool.svg */, + 497940860B0620C60011D499 /* Sundial.svg */, 49C3C91B0AFE6BCC0022168F /* TestPattern1.svg */, 49C3C91C0AFE6BCC0022168F /* TestPattern2.svg */, *************** *** 1627,1630 **** --- 1643,1648 ---- isa = PBXGroup; children = ( + 497944C00B06D3360011D499 /* PurchaseReport.cpp */, + 497944C10B06D3360011D499 /* PurchaseReport.h */, 49040A370735C7DD009B97F1 /* New Group */, 49074A6706488EF200C334E8 /* PlantLabelReport.h */, *************** *** 2240,2243 **** --- 2258,2262 ---- 4940802109D5ADEE006F7F71 /* AgingWindow.h in Headers */, 4950A95E0AAFA8250048DAF9 /* ImportPlugin.h in Headers */, + 497944C30B06D3360011D499 /* PurchaseReport.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 2476,2479 **** --- 2495,2502 ---- 49C3C91D0AFE6BCC0022168F /* TestPattern1.svg in Resources */, 49C3C91E0AFE6BCC0022168F /* TestPattern2.svg in Resources */, + 497940870B0620C60011D499 /* Birdbath.svg in Resources */, + 497940880B0620C60011D499 /* KidneyPool.svg in Resources */, + 497940890B0620C60011D499 /* Sundial.svg in Resources */, + 497946A70B08AA370011D499 /* ShopList1.html in Resources */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 2795,2798 **** --- 2818,2822 ---- 4940802009D5ADEE006F7F71 /* AgingWindow.cpp in Sources */, 49DB5A100A116EBD0024D8F6 /* PrintingPrefsPanel.cpp in Sources */, + 497944C20B06D3360011D499 /* PurchaseReport.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; |