Changeset 3654 for branches/0.9x/Transmission.xcodeproj/project.pbxproj
- Timestamp:
- Oct 30, 2007, 7:22:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/Transmission.xcodeproj/project.pbxproj
r3604 r3654 18 18 4D1838DD09DEC0E80047D688 /* libtransmission.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D18389709DEC0030047D688 /* libtransmission.a */; }; 19 19 4D364DA0091FBB2C00377D12 /* TorrentTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D364D9F091FBB2C00377D12 /* TorrentTableView.m */; }; 20 4D36BA6E0CA2F00800A63CA5 /* basename.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA5F0CA2F00800A63CA5 /* basename.c */; };21 20 4D36BA6F0CA2F00800A63CA5 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA600CA2F00800A63CA5 /* crypto.c */; }; 22 21 4D36BA700CA2F00800A63CA5 /* crypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA610CA2F00800A63CA5 /* crypto.h */; }; 23 4D36BA710CA2F00800A63CA5 /* dirname.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA620CA2F00800A63CA5 /* dirname.c */; };24 22 4D36BA720CA2F00800A63CA5 /* handshake.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D36BA630CA2F00800A63CA5 /* handshake.c */; }; 25 23 4D36BA730CA2F00800A63CA5 /* handshake.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D36BA640CA2F00800A63CA5 /* handshake.h */; }; … … 320 318 4D364D9E091FBB2C00377D12 /* TorrentTableView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TorrentTableView.h; path = macosx/TorrentTableView.h; sourceTree = "<group>"; }; 321 319 4D364D9F091FBB2C00377D12 /* TorrentTableView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentTableView.m; path = macosx/TorrentTableView.m; sourceTree = "<group>"; }; 322 4D36BA5F0CA2F00800A63CA5 /* basename.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = basename.c; path = libtransmission/basename.c; sourceTree = "<group>"; };323 320 4D36BA600CA2F00800A63CA5 /* crypto.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = crypto.c; path = libtransmission/crypto.c; sourceTree = "<group>"; }; 324 321 4D36BA610CA2F00800A63CA5 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = libtransmission/crypto.h; sourceTree = "<group>"; }; 325 4D36BA620CA2F00800A63CA5 /* dirname.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dirname.c; path = libtransmission/dirname.c; sourceTree = "<group>"; };326 322 4D36BA630CA2F00800A63CA5 /* handshake.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = handshake.c; path = libtransmission/handshake.c; sourceTree = "<group>"; }; 327 323 4D36BA640CA2F00800A63CA5 /* handshake.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = handshake.h; path = libtransmission/handshake.h; sourceTree = "<group>"; }; … … 880 876 isa = PBXGroup; 881 877 children = ( 882 4D36BA5F0CA2F00800A63CA5 /* basename.c */,883 878 4D36BA600CA2F00800A63CA5 /* crypto.c */, 884 879 4D36BA610CA2F00800A63CA5 /* crypto.h */, 885 4D36BA620CA2F00800A63CA5 /* dirname.c */,886 880 4D36BA630CA2F00800A63CA5 /* handshake.c */, 887 881 4D36BA640CA2F00800A63CA5 /* handshake.h */, … … 1484 1478 4394AC680C74FB6000F367E8 /* publish.c in Sources */, 1485 1479 A24621420C769D0900088E81 /* trevent.c in Sources */, 1486 4D36BA6E0CA2F00800A63CA5 /* basename.c in Sources */,1487 1480 4D36BA6F0CA2F00800A63CA5 /* crypto.c in Sources */, 1488 4D36BA710CA2F00800A63CA5 /* dirname.c in Sources */,1489 1481 4D36BA720CA2F00800A63CA5 /* handshake.c in Sources */, 1490 1482 4D36BA740CA2F00800A63CA5 /* peer-io.c in Sources */,
Note: See TracChangeset
for help on using the changeset viewer.