Changeset 7420 for trunk/Transmission.xcodeproj/project.pbxproj
- Timestamp:
- Dec 16, 2008, 10:10:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r7315 r7420 127 127 A259317E0A73B2CC002F4FE7 /* TransmissionHelp in Resources */ = {isa = PBXBuildFile; fileRef = A259316A0A73B2CC002F4FE7 /* TransmissionHelp */; }; 128 128 A25AFDE90D1038AD0092A1BA /* MenuLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = A25AFDE80D1038AD0092A1BA /* MenuLabel.m */; }; 129 A25B400A0EDCB1B8005DD3F6 /* iobuf.c in Sources */ = {isa = PBXBuildFile; fileRef = A25B40080EDCB1B8005DD3F6 /* iobuf.c */; };130 A25B400B0EDCB1B8005DD3F6 /* iobuf.h in Headers */ = {isa = PBXBuildFile; fileRef = A25B40090EDCB1B8005DD3F6 /* iobuf.h */; };131 129 A25D2CBD0CF4C73E0096A262 /* stats.c in Sources */ = {isa = PBXBuildFile; fileRef = A25D2CBB0CF4C7190096A262 /* stats.c */; }; 132 130 A25D2CBE0CF4C73E0096A262 /* stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A25D2CBA0CF4C7190096A262 /* stats.h */; }; … … 533 531 A25AFDE70D1038AD0092A1BA /* MenuLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MenuLabel.h; path = macosx/MenuLabel.h; sourceTree = "<group>"; }; 534 532 A25AFDE80D1038AD0092A1BA /* MenuLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MenuLabel.m; path = macosx/MenuLabel.m; sourceTree = "<group>"; }; 535 A25B40080EDCB1B8005DD3F6 /* iobuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iobuf.c; path = libtransmission/iobuf.c; sourceTree = "<group>"; };536 A25B40090EDCB1B8005DD3F6 /* iobuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iobuf.h; path = libtransmission/iobuf.h; sourceTree = "<group>"; };537 533 A25D2CBA0CF4C7190096A262 /* stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stats.h; path = libtransmission/stats.h; sourceTree = "<group>"; }; 538 534 A25D2CBB0CF4C7190096A262 /* stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stats.c; path = libtransmission/stats.c; sourceTree = "<group>"; }; … … 1135 1131 4D36BA630CA2F00800A63CA5 /* handshake.c */, 1136 1132 4D36BA640CA2F00800A63CA5 /* handshake.h */, 1137 A25B40080EDCB1B8005DD3F6 /* iobuf.c */,1138 A25B40090EDCB1B8005DD3F6 /* iobuf.h */,1139 1133 4D36BA650CA2F00800A63CA5 /* peer-io.c */, 1140 1134 4D36BA660CA2F00800A63CA5 /* peer-io.h */, … … 1450 1444 A25E03E20E4015380086C225 /* tr-getopt.h in Headers */, 1451 1445 A21FBBAB0EDA78C300BC3C51 /* bandwidth.h in Headers */, 1452 A25B400B0EDCB1B8005DD3F6 /* iobuf.h in Headers */,1453 1446 ); 1454 1447 runOnlyForDeploymentPostprocessing = 0; … … 1865 1858 4DB74F080E8CD75100AEB1A8 /* wildmat.c in Sources */, 1866 1859 A21FBBAC0EDA78C300BC3C51 /* bandwidth.c in Sources */, 1867 A25B400A0EDCB1B8005DD3F6 /* iobuf.c in Sources */,1868 1860 ); 1869 1861 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.