X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Mothur.xcodeproj%2Fproject.pbxproj;h=6ea76d739c9f338b11ad6479dc0f7487610f6b77;hb=64eee3a595ae53817f52807d7393b22e74e31f56;hp=bed134c8d0e6cb80a0ebd02a2e13411b4a84cae9;hpb=986663e2220f6b043ee83d1699cfa081dc49cbed;p=mothur.git diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj index bed134c..6ea76d7 100644 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -143,6 +143,7 @@ 37E5F3E30F29FD4200F8D827 /* treenode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37E5F3E20F29FD4200F8D827 /* treenode.cpp */; }; 37E5F4920F2A3DA800F8D827 /* readtreecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37E5F4910F2A3DA800F8D827 /* readtreecommand.cpp */; }; 7E09C5140FDA79C5002ECAE5 /* reversecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E09C5130FDA79C5002ECAE5 /* reversecommand.cpp */; }; + 7E09C5360FDA7F65002ECAE5 /* trimseqscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E09C5350FDA7F65002ECAE5 /* trimseqscommand.cpp */; }; 7E412F490F8D21B600381DD0 /* slibshuff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E412F480F8D21B600381DD0 /* slibshuff.cpp */; }; 7E412FEA0F8D3E2C00381DD0 /* libshuff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E412FE90F8D3E2C00381DD0 /* libshuff.cpp */; }; 7E4130F80F8E58FA00381DD0 /* dlibshuff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E4130F60F8E58FA00381DD0 /* dlibshuff.cpp */; }; @@ -464,6 +465,8 @@ 37E5F4910F2A3DA800F8D827 /* readtreecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = readtreecommand.cpp; sourceTree = SOURCE_ROOT; }; 7E09C5120FDA79C5002ECAE5 /* reversecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reversecommand.h; sourceTree = ""; }; 7E09C5130FDA79C5002ECAE5 /* reversecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reversecommand.cpp; sourceTree = ""; }; + 7E09C5340FDA7F65002ECAE5 /* trimseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trimseqscommand.h; sourceTree = ""; }; + 7E09C5350FDA7F65002ECAE5 /* trimseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trimseqscommand.cpp; sourceTree = ""; }; 7E412F420F8D213C00381DD0 /* libshuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libshuff.h; sourceTree = SOURCE_ROOT; }; 7E412F470F8D21B600381DD0 /* slibshuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = slibshuff.h; sourceTree = SOURCE_ROOT; }; 7E412F480F8D21B600381DD0 /* slibshuff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slibshuff.cpp; sourceTree = SOURCE_ROOT; }; @@ -735,6 +738,8 @@ 37D928A90F2133E5001D4494 /* commands */ = { isa = PBXGroup; children = ( + 7E09C5340FDA7F65002ECAE5 /* trimseqscommand.h */, + 7E09C5350FDA7F65002ECAE5 /* trimseqscommand.cpp */, 7E09C5120FDA79C5002ECAE5 /* reversecommand.h */, 7E09C5130FDA79C5002ECAE5 /* reversecommand.cpp */, 37D927CD0F21331F001D4494 /* command.hpp */, @@ -1097,6 +1102,7 @@ 3799A9510FD6A58C00E33EDE /* seqsummarycommand.cpp in Sources */, 371B30B40FD7EE67000414CA /* screenseqscommand.cpp in Sources */, 7E09C5140FDA79C5002ECAE5 /* reversecommand.cpp in Sources */, + 7E09C5360FDA7F65002ECAE5 /* trimseqscommand.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };