Changeset 10609
- Timestamp:
- May 1, 2010, 4:11:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r10465 r10609 105 105 A21FBBAB0EDA78C300BC3C51 /* bandwidth.h in Headers */ = {isa = PBXBuildFile; fileRef = A21FBBA90EDA78C300BC3C51 /* bandwidth.h */; }; 106 106 A21FBBAC0EDA78C300BC3C51 /* bandwidth.c in Sources */ = {isa = PBXBuildFile; fileRef = A21FBBAA0EDA78C300BC3C51 /* bandwidth.c */; }; 107 A220EC5B118C8A060022B4BE /* tr-lds.c in Sources */ = {isa = PBXBuildFile; fileRef = A220EC59118C8A060022B4BE /* tr-lds.c */; }; 108 A220EC5C118C8A060022B4BE /* tr-lds.h in Headers */ = {isa = PBXBuildFile; fileRef = A220EC5A118C8A060022B4BE /* tr-lds.h */; }; 107 109 A22180980D148A71007D09ED /* GroupsPrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A22180970D148A71007D09ED /* GroupsPrefsController.m */; }; 108 110 A221DCC8104B3660008A642D /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A221DCC7104B3660008A642D /* Quartz.framework */; }; … … 545 547 A21FBBA90EDA78C300BC3C51 /* bandwidth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bandwidth.h; path = libtransmission/bandwidth.h; sourceTree = "<group>"; }; 546 548 A21FBBAA0EDA78C300BC3C51 /* bandwidth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bandwidth.c; path = libtransmission/bandwidth.c; sourceTree = "<group>"; }; 549 A220EC59118C8A060022B4BE /* tr-lds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "tr-lds.c"; path = "libtransmission/tr-lds.c"; sourceTree = "<group>"; }; 550 A220EC5A118C8A060022B4BE /* tr-lds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "tr-lds.h"; path = "libtransmission/tr-lds.h"; sourceTree = "<group>"; }; 547 551 A22180960D148A71007D09ED /* GroupsPrefsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupsPrefsController.h; path = macosx/GroupsPrefsController.h; sourceTree = "<group>"; }; 548 552 A22180970D148A71007D09ED /* GroupsPrefsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupsPrefsController.m; path = macosx/GroupsPrefsController.m; sourceTree = "<group>"; }; … … 1209 1213 A22CFCA60FC24ED80009BD3E /* tr-dht.c */, 1210 1214 A22CFCA70FC24ED80009BD3E /* tr-dht.h */, 1215 A220EC59118C8A060022B4BE /* tr-lds.c */, 1216 A220EC5A118C8A060022B4BE /* tr-lds.h */, 1211 1217 A2AAB65B0DE0CF6200E04DDA /* rpcimpl.c */, 1212 1218 A2AAB6590DE0CF6200E04DDA /* rpcimpl.h */, … … 1564 1570 A209EE5D1144B51E002B02D1 /* history.h in Headers */, 1565 1571 A247A443114C701800547DFC /* InfoViewController.h in Headers */, 1572 A220EC5C118C8A060022B4BE /* tr-lds.h in Headers */, 1566 1573 ); 1567 1574 runOnlyForDeploymentPostprocessing = 0; … … 2034 2041 4D80185910BBC0B0008A4AF2 /* magnet.c in Sources */, 2035 2042 A209EE5C1144B51E002B02D1 /* history.c in Sources */, 2043 A220EC5B118C8A060022B4BE /* tr-lds.c in Sources */, 2036 2044 ); 2037 2045 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.