X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Mothur.xcodeproj%2Fproject.pbxproj;h=c59979fe15bb1ce671c189216fdd3d9776d10280;hb=37eac2026d91179acda0494c4dcca22f176551b9;hp=20b0e4898f2e58c2fc781931725fffab60cf569e;hpb=605ab6fa594317a38f0df7bb6797740c735b2348;p=mothur.git diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj index 20b0e48..c59979f 100644 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -281,6 +281,7 @@ A7E9B98E12D37EC400DA6239 /* weightedlinkage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B87E12D37EC400DA6239 /* weightedlinkage.cpp */; }; A7E9B98F12D37EC400DA6239 /* whittaker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B87F12D37EC400DA6239 /* whittaker.cpp */; }; A7FC480E12D788F20055BC5C /* linearalgebra.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7FC480D12D788F20055BC5C /* linearalgebra.cpp */; }; + A7FC486712D795D60055BC5C /* pcacommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7FC486612D795D60055BC5C /* pcacommand.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -863,6 +864,8 @@ A7E9B88012D37EC400DA6239 /* whittaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = whittaker.h; sourceTree = ""; }; A7FC480C12D788F20055BC5C /* linearalgebra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linearalgebra.h; sourceTree = ""; }; A7FC480D12D788F20055BC5C /* linearalgebra.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linearalgebra.cpp; sourceTree = ""; }; + A7FC486512D795D60055BC5C /* pcacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcacommand.h; sourceTree = ""; }; + A7FC486612D795D60055BC5C /* pcacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pcacommand.cpp; sourceTree = ""; }; C6A0FF2C0290799A04C91782 /* mothur.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = mothur.1; sourceTree = ""; }; /* End PBXFileReference section */ @@ -1115,6 +1118,8 @@ A7E9B78212D37EC400DA6239 /* parselistscommand.h */, A7E9B78512D37EC400DA6239 /* parsimonycommand.cpp */, A7E9B78612D37EC400DA6239 /* parsimonycommand.h */, + A7FC486512D795D60055BC5C /* pcacommand.h */, + A7FC486612D795D60055BC5C /* pcacommand.cpp */, A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */, A7E9B78812D37EC400DA6239 /* pcoacommand.h */, A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */, @@ -1862,6 +1867,7 @@ A7E9B98F12D37EC400DA6239 /* whittaker.cpp in Sources */, A70332B712D3A13400761E33 /* makefile in Sources */, A7FC480E12D788F20055BC5C /* linearalgebra.cpp in Sources */, + A7FC486712D795D60055BC5C /* pcacommand.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };