From 3131b9dd434f7d2924195d44936cb2dffd8d783e Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 25 Sep 2016 15:55:38 +0300 Subject: [PATCH] Update example-camera xcodeproj to match latest changes --- .../example-camera.xcodeproj/project.pbxproj | 1070 ++++++++--------- 1 file changed, 535 insertions(+), 535 deletions(-) diff --git a/example-camera/example-camera.xcodeproj/project.pbxproj b/example-camera/example-camera.xcodeproj/project.pbxproj index c20b448..1e8bf91 100644 --- a/example-camera/example-camera.xcodeproj/project.pbxproj +++ b/example-camera/example-camera.xcodeproj/project.pbxproj @@ -7,77 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 01048DBD1D8BEA5400D0FC21 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D1F1D8BEA5400D0FC21 /* Application.cpp */; }; - 01048DBE1D8BEA5400D0FC21 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D211D8BEA5400D0FC21 /* SettingsLoader.cpp */; }; - 01048DBF1D8BEA5400D0FC21 /* ApplicationBaseState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D241D8BEA5400D0FC21 /* ApplicationBaseState.cpp */; }; - 01048DC01D8BEA5400D0FC21 /* PresentationState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D261D8BEA5400D0FC21 /* PresentationState.cpp */; }; - 01048DC11D8BEA5400D0FC21 /* ProjectionMappingState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D281D8BEA5400D0FC21 /* ProjectionMappingState.cpp */; }; - 01048DC21D8BEA5400D0FC21 /* SourceSelectionState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D2A1D8BEA5400D0FC21 /* SourceSelectionState.cpp */; }; - 01048DC31D8BEA5400D0FC21 /* TextureMappingState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D2C1D8BEA5400D0FC21 /* TextureMappingState.cpp */; }; - 01048DC41D8BEA5400D0FC21 /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D2F1D8BEA5400D0FC21 /* AddGridColCmd.cpp */; }; - 01048DC51D8BEA5400D0FC21 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D311D8BEA5400D0FC21 /* AddGridRowCmd.cpp */; }; - 01048DC61D8BEA5400D0FC21 /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D331D8BEA5400D0FC21 /* AddSurfaceCmd.cpp */; }; - 01048DC71D8BEA5400D0FC21 /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D361D8BEA5400D0FC21 /* ClearSurfacesCmd.cpp */; }; - 01048DC81D8BEA5400D0FC21 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D381D8BEA5400D0FC21 /* CmdManager.cpp */; }; - 01048DC91D8BEA5400D0FC21 /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D3A1D8BEA5400D0FC21 /* DeselectSurfaceCmd.cpp */; }; - 01048DCA1D8BEA5400D0FC21 /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D3C1D8BEA5400D0FC21 /* DeselectTexCoordCmd.cpp */; }; - 01048DCB1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D3E1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.cpp */; }; - 01048DCC1D8BEA5400D0FC21 /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D401D8BEA5400D0FC21 /* MvAllTexCoordsCmd.cpp */; }; - 01048DCD1D8BEA5400D0FC21 /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D421D8BEA5400D0FC21 /* MvLayerDnCmd.cpp */; }; - 01048DCE1D8BEA5400D0FC21 /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D441D8BEA5400D0FC21 /* MvLayerUpCmd.cpp */; }; - 01048DCF1D8BEA5400D0FC21 /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D461D8BEA5400D0FC21 /* MvSelectionCmd.cpp */; }; - 01048DD01D8BEA5400D0FC21 /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D481D8BEA5400D0FC21 /* MvSurfaceVertCmd.cpp */; }; - 01048DD11D8BEA5400D0FC21 /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D4A1D8BEA5400D0FC21 /* MvTexCoordCmd.cpp */; }; - 01048DD21D8BEA5400D0FC21 /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D4C1D8BEA5400D0FC21 /* RmGridColCmd.cpp */; }; - 01048DD31D8BEA5400D0FC21 /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D4E1D8BEA5400D0FC21 /* RmGridRowCmd.cpp */; }; - 01048DD41D8BEA5400D0FC21 /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D501D8BEA5400D0FC21 /* RmSurfaceCmd.cpp */; }; - 01048DD51D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D521D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.cpp */; }; - 01048DD61D8BEA5400D0FC21 /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D541D8BEA5400D0FC21 /* SelNextSurfaceCmd.cpp */; }; - 01048DD71D8BEA5400D0FC21 /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D561D8BEA5400D0FC21 /* SelNextTexCoordCmd.cpp */; }; - 01048DD81D8BEA5400D0FC21 /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D581D8BEA5400D0FC21 /* SelNextVertexCmd.cpp */; }; - 01048DD91D8BEA5400D0FC21 /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D5A1D8BEA5400D0FC21 /* SelPrevSurfaceCmd.cpp */; }; - 01048DDA1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D5C1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.cpp */; }; - 01048DDB1D8BEA5400D0FC21 /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D5E1D8BEA5400D0FC21 /* SelPrevVertexCmd.cpp */; }; - 01048DDC1D8BEA5400D0FC21 /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D601D8BEA5400D0FC21 /* SelSurfaceCmd.cpp */; }; - 01048DDD1D8BEA5400D0FC21 /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D621D8BEA5400D0FC21 /* SelVertexCmd.cpp */; }; - 01048DDE1D8BEA5400D0FC21 /* SetApplicationStateCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D641D8BEA5400D0FC21 /* SetApplicationStateCmd.cpp */; }; - 01048DDF1D8BEA5400D0FC21 /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D661D8BEA5400D0FC21 /* SetNextSourceCmd.cpp */; }; - 01048DE01D8BEA5400D0FC21 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D681D8BEA5400D0FC21 /* SetSourceCmd.cpp */; }; - 01048DE11D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D6A1D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.cpp */; }; - 01048DE21D8BEA5400D0FC21 /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D6C1D8BEA5400D0FC21 /* StartDragSurfaceCmd.cpp */; }; - 01048DE31D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D6E1D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.cpp */; }; - 01048DE41D8BEA5400D0FC21 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D701D8BEA5400D0FC21 /* TogglePerspectiveCmd.cpp */; }; - 01048DE51D8BEA5400D0FC21 /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D721D8BEA5400D0FC21 /* TranslateCanvasCmd.cpp */; }; - 01048DE61D8BEA5400D0FC21 /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D751D8BEA5400D0FC21 /* Gui.cpp */; }; - 01048DE71D8BEA5400D0FC21 /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D791D8BEA5400D0FC21 /* LayerPanelWidget.cpp */; }; - 01048DE81D8BEA5400D0FC21 /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D7B1D8BEA5400D0FC21 /* ScaleWidget.cpp */; }; - 01048DE91D8BEA5400D0FC21 /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D7D1D8BEA5400D0FC21 /* SurfaceHighlightWidget.cpp */; }; - 01048DEA1D8BEA5400D0FC21 /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D7F1D8BEA5400D0FC21 /* TextureHighlightWidget.cpp */; }; - 01048DEB1D8BEA5400D0FC21 /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D821D8BEA5400D0FC21 /* Info.cpp */; }; - 01048DEC1D8BEA5400D0FC21 /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D851D8BEA5400D0FC21 /* DirectoryWatcher.cpp */; }; - 01048DED1D8BEA5400D0FC21 /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D871D8BEA5400D0FC21 /* MediaServer.cpp */; }; - 01048DEE1D8BEA5400D0FC21 /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D891D8BEA5400D0FC21 /* ofxPiMapper.cpp */; }; - 01048DEF1D8BEA5400D0FC21 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D8C1D8BEA5400D0FC21 /* BaseSource.cpp */; }; - 01048DF01D8BEA5400D0FC21 /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D8E1D8BEA5400D0FC21 /* FboSource.cpp */; }; - 01048DF11D8BEA5400D0FC21 /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D901D8BEA5400D0FC21 /* ImageSource.cpp */; }; - 01048DF21D8BEA5400D0FC21 /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D921D8BEA5400D0FC21 /* OMXPlayerCache.cpp */; }; - 01048DF31D8BEA5400D0FC21 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D951D8BEA5400D0FC21 /* VideoSource.cpp */; }; - 01048DF41D8BEA5400D0FC21 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D981D8BEA5400D0FC21 /* BaseSurface.cpp */; }; - 01048DF51D8BEA5400D0FC21 /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D9A1D8BEA5400D0FC21 /* GridWarpSurface.cpp */; }; - 01048DF61D8BEA5400D0FC21 /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D9C1D8BEA5400D0FC21 /* QuadSurface.cpp */; }; - 01048DF71D8BEA5400D0FC21 /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048D9E1D8BEA5400D0FC21 /* SurfaceFactory.cpp */; }; - 01048DF81D8BEA5400D0FC21 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DA01D8BEA5400D0FC21 /* SurfaceManager.cpp */; }; - 01048DF91D8BEA5400D0FC21 /* SurfaceManagerGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DA21D8BEA5400D0FC21 /* SurfaceManagerGui.cpp */; }; - 01048DFA1D8BEA5400D0FC21 /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DA41D8BEA5400D0FC21 /* SurfaceStack.cpp */; }; - 01048DFB1D8BEA5400D0FC21 /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DA71D8BEA5400D0FC21 /* TriangleSurface.cpp */; }; - 01048DFC1D8BEA5400D0FC21 /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DAA1D8BEA5400D0FC21 /* BaseJoint.cpp */; }; - 01048DFD1D8BEA5400D0FC21 /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DAC1D8BEA5400D0FC21 /* CircleJoint.cpp */; }; - 01048DFE1D8BEA5400D0FC21 /* ProjectionEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DB01D8BEA5400D0FC21 /* ProjectionEditor.cpp */; }; - 01048DFF1D8BEA5400D0FC21 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DB21D8BEA5400D0FC21 /* RadioList.cpp */; }; - 01048E001D8BEA5400D0FC21 /* SourcesEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DB41D8BEA5400D0FC21 /* SourcesEditor.cpp */; }; - 01048E011D8BEA5400D0FC21 /* TextureEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DB61D8BEA5400D0FC21 /* TextureEditor.cpp */; }; - 01048E021D8BEA5400D0FC21 /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DB91D8BEA5400D0FC21 /* HomographyHelper.cpp */; }; - 01048E031D8BEA5400D0FC21 /* TerminalListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01048DBB1D8BEA5400D0FC21 /* TerminalListener.cpp */; }; 01E9B08B1D01D25E0007979C /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B02D1D01D25E0007979C /* README.md */; }; 01E9B08C1D01D25E0007979C /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B0301D01D25E0007979C /* lz4.c */; }; 01E9B08D1D01D25E0007979C /* Base64Encoding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B0511D01D25E0007979C /* Base64Encoding.cpp */; }; @@ -107,6 +36,77 @@ 01E9B0A51D01D25E0007979C /* snappy-sinksource.cc in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B06C1D01D25E0007979C /* snappy-sinksource.cc */; }; 01E9B0A61D01D25E0007979C /* snappy-stubs-internal.cc in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B06E1D01D25E0007979C /* snappy-stubs-internal.cc */; }; 01E9B0A71D01D25E0007979C /* snappy.cc in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B0711D01D25E0007979C /* snappy.cc */; }; + 01FA15971D980093005831AA /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA14F91D980093005831AA /* Application.cpp */; }; + 01FA15981D980093005831AA /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA14FB1D980093005831AA /* SettingsLoader.cpp */; }; + 01FA15991D980093005831AA /* ApplicationBaseState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA14FE1D980093005831AA /* ApplicationBaseState.cpp */; }; + 01FA159A1D980093005831AA /* PresentationState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15001D980093005831AA /* PresentationState.cpp */; }; + 01FA159B1D980093005831AA /* ProjectionMappingState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15021D980093005831AA /* ProjectionMappingState.cpp */; }; + 01FA159C1D980093005831AA /* SourceSelectionState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15041D980093005831AA /* SourceSelectionState.cpp */; }; + 01FA159D1D980093005831AA /* TextureMappingState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15061D980093005831AA /* TextureMappingState.cpp */; }; + 01FA159E1D980093005831AA /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15091D980093005831AA /* AddGridColCmd.cpp */; }; + 01FA159F1D980093005831AA /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA150B1D980093005831AA /* AddGridRowCmd.cpp */; }; + 01FA15A01D980093005831AA /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA150D1D980093005831AA /* AddSurfaceCmd.cpp */; }; + 01FA15A11D980093005831AA /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15101D980093005831AA /* ClearSurfacesCmd.cpp */; }; + 01FA15A21D980093005831AA /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15121D980093005831AA /* CmdManager.cpp */; }; + 01FA15A31D980093005831AA /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15141D980093005831AA /* DeselectSurfaceCmd.cpp */; }; + 01FA15A41D980093005831AA /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15161D980093005831AA /* DeselectTexCoordCmd.cpp */; }; + 01FA15A51D980093005831AA /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15181D980093005831AA /* DuplicateSurfaceCmd.cpp */; }; + 01FA15A61D980093005831AA /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA151A1D980093005831AA /* MvAllTexCoordsCmd.cpp */; }; + 01FA15A71D980093005831AA /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA151C1D980093005831AA /* MvLayerDnCmd.cpp */; }; + 01FA15A81D980093005831AA /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA151E1D980093005831AA /* MvLayerUpCmd.cpp */; }; + 01FA15A91D980093005831AA /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15201D980093005831AA /* MvSelectionCmd.cpp */; }; + 01FA15AA1D980093005831AA /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15221D980093005831AA /* MvSurfaceVertCmd.cpp */; }; + 01FA15AB1D980093005831AA /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15241D980093005831AA /* MvTexCoordCmd.cpp */; }; + 01FA15AC1D980093005831AA /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15261D980093005831AA /* RmGridColCmd.cpp */; }; + 01FA15AD1D980093005831AA /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15281D980093005831AA /* RmGridRowCmd.cpp */; }; + 01FA15AE1D980093005831AA /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA152A1D980093005831AA /* RmSurfaceCmd.cpp */; }; + 01FA15AF1D980093005831AA /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA152C1D980093005831AA /* ScaleSurfaceFromToCmd.cpp */; }; + 01FA15B01D980093005831AA /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA152E1D980093005831AA /* SelNextSurfaceCmd.cpp */; }; + 01FA15B11D980093005831AA /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15301D980093005831AA /* SelNextTexCoordCmd.cpp */; }; + 01FA15B21D980093005831AA /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15321D980093005831AA /* SelNextVertexCmd.cpp */; }; + 01FA15B31D980093005831AA /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15341D980093005831AA /* SelPrevSurfaceCmd.cpp */; }; + 01FA15B41D980093005831AA /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15361D980093005831AA /* SelPrevTexCoordCmd.cpp */; }; + 01FA15B51D980093005831AA /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15381D980093005831AA /* SelPrevVertexCmd.cpp */; }; + 01FA15B61D980093005831AA /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA153A1D980093005831AA /* SelSurfaceCmd.cpp */; }; + 01FA15B71D980093005831AA /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA153C1D980093005831AA /* SelVertexCmd.cpp */; }; + 01FA15B81D980093005831AA /* SetApplicationStateCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA153E1D980093005831AA /* SetApplicationStateCmd.cpp */; }; + 01FA15B91D980093005831AA /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15401D980093005831AA /* SetNextSourceCmd.cpp */; }; + 01FA15BA1D980093005831AA /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15421D980093005831AA /* SetSourceCmd.cpp */; }; + 01FA15BB1D980093005831AA /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15441D980093005831AA /* SetTexMapDrawModeCmd.cpp */; }; + 01FA15BC1D980093005831AA /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15461D980093005831AA /* StartDragSurfaceCmd.cpp */; }; + 01FA15BD1D980093005831AA /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15481D980093005831AA /* ToggleAnimatedSourceCmd.cpp */; }; + 01FA15BE1D980093005831AA /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA154A1D980093005831AA /* TogglePerspectiveCmd.cpp */; }; + 01FA15BF1D980093005831AA /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA154C1D980093005831AA /* TranslateCanvasCmd.cpp */; }; + 01FA15C01D980093005831AA /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA154F1D980093005831AA /* Gui.cpp */; }; + 01FA15C11D980093005831AA /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15531D980093005831AA /* LayerPanelWidget.cpp */; }; + 01FA15C21D980093005831AA /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15551D980093005831AA /* ScaleWidget.cpp */; }; + 01FA15C31D980093005831AA /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15571D980093005831AA /* SurfaceHighlightWidget.cpp */; }; + 01FA15C41D980093005831AA /* TextureEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15591D980093005831AA /* TextureEditorWidget.cpp */; }; + 01FA15C51D980093005831AA /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA155B1D980093005831AA /* TextureHighlightWidget.cpp */; }; + 01FA15C61D980093005831AA /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA155E1D980093005831AA /* Info.cpp */; }; + 01FA15C71D980093005831AA /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15611D980093005831AA /* DirectoryWatcher.cpp */; }; + 01FA15C81D980093005831AA /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15631D980093005831AA /* MediaServer.cpp */; }; + 01FA15C91D980093005831AA /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15651D980093005831AA /* ofxPiMapper.cpp */; }; + 01FA15CA1D980093005831AA /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15681D980093005831AA /* BaseSource.cpp */; }; + 01FA15CB1D980093005831AA /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA156A1D980093005831AA /* FboSource.cpp */; }; + 01FA15CC1D980093005831AA /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA156C1D980093005831AA /* ImageSource.cpp */; }; + 01FA15CD1D980093005831AA /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA156E1D980093005831AA /* OMXPlayerCache.cpp */; }; + 01FA15CE1D980093005831AA /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15711D980093005831AA /* VideoSource.cpp */; }; + 01FA15CF1D980093005831AA /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15741D980093005831AA /* BaseSurface.cpp */; }; + 01FA15D01D980093005831AA /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15761D980093005831AA /* GridWarpSurface.cpp */; }; + 01FA15D11D980093005831AA /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15781D980093005831AA /* QuadSurface.cpp */; }; + 01FA15D21D980093005831AA /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA157A1D980093005831AA /* SurfaceFactory.cpp */; }; + 01FA15D31D980093005831AA /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA157C1D980093005831AA /* SurfaceManager.cpp */; }; + 01FA15D41D980093005831AA /* SurfaceManagerGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA157E1D980093005831AA /* SurfaceManagerGui.cpp */; }; + 01FA15D51D980093005831AA /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15801D980093005831AA /* SurfaceStack.cpp */; }; + 01FA15D61D980093005831AA /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15831D980093005831AA /* TriangleSurface.cpp */; }; + 01FA15D71D980093005831AA /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15861D980093005831AA /* BaseJoint.cpp */; }; + 01FA15D81D980093005831AA /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15881D980093005831AA /* CircleJoint.cpp */; }; + 01FA15D91D980093005831AA /* ProjectionEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA158C1D980093005831AA /* ProjectionEditor.cpp */; }; + 01FA15DA1D980093005831AA /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA158E1D980093005831AA /* RadioList.cpp */; }; + 01FA15DB1D980093005831AA /* SourcesEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15901D980093005831AA /* SourcesEditor.cpp */; }; + 01FA15DC1D980093005831AA /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15931D980093005831AA /* HomographyHelper.cpp */; }; + 01FA15DD1D980093005831AA /* TerminalListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FA15951D980093005831AA /* TerminalListener.cpp */; }; 3926483B192224DA0008A7F5 /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */; }; 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483D192224F90008A7F5 /* tinyxml.cpp */; }; 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */; }; @@ -170,154 +170,6 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 01048D1F1D8BEA5400D0FC21 /* Application.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = ""; }; - 01048D201D8BEA5400D0FC21 /* Application.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = ""; }; - 01048D211D8BEA5400D0FC21 /* SettingsLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingsLoader.cpp; sourceTree = ""; }; - 01048D221D8BEA5400D0FC21 /* SettingsLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsLoader.h; sourceTree = ""; }; - 01048D241D8BEA5400D0FC21 /* ApplicationBaseState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationBaseState.cpp; sourceTree = ""; }; - 01048D251D8BEA5400D0FC21 /* ApplicationBaseState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationBaseState.h; sourceTree = ""; }; - 01048D261D8BEA5400D0FC21 /* PresentationState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PresentationState.cpp; sourceTree = ""; }; - 01048D271D8BEA5400D0FC21 /* PresentationState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PresentationState.h; sourceTree = ""; }; - 01048D281D8BEA5400D0FC21 /* ProjectionMappingState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionMappingState.cpp; sourceTree = ""; }; - 01048D291D8BEA5400D0FC21 /* ProjectionMappingState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectionMappingState.h; sourceTree = ""; }; - 01048D2A1D8BEA5400D0FC21 /* SourceSelectionState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SourceSelectionState.cpp; sourceTree = ""; }; - 01048D2B1D8BEA5400D0FC21 /* SourceSelectionState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceSelectionState.h; sourceTree = ""; }; - 01048D2C1D8BEA5400D0FC21 /* TextureMappingState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureMappingState.cpp; sourceTree = ""; }; - 01048D2D1D8BEA5400D0FC21 /* TextureMappingState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureMappingState.h; sourceTree = ""; }; - 01048D2F1D8BEA5400D0FC21 /* AddGridColCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridColCmd.cpp; sourceTree = ""; }; - 01048D301D8BEA5400D0FC21 /* AddGridColCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddGridColCmd.h; sourceTree = ""; }; - 01048D311D8BEA5400D0FC21 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridRowCmd.cpp; sourceTree = ""; }; - 01048D321D8BEA5400D0FC21 /* AddGridRowCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddGridRowCmd.h; sourceTree = ""; }; - 01048D331D8BEA5400D0FC21 /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddSurfaceCmd.cpp; sourceTree = ""; }; - 01048D341D8BEA5400D0FC21 /* AddSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddSurfaceCmd.h; sourceTree = ""; }; - 01048D351D8BEA5400D0FC21 /* BaseCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseCmd.h; sourceTree = ""; }; - 01048D361D8BEA5400D0FC21 /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClearSurfacesCmd.cpp; sourceTree = ""; }; - 01048D371D8BEA5400D0FC21 /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClearSurfacesCmd.h; sourceTree = ""; }; - 01048D381D8BEA5400D0FC21 /* CmdManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CmdManager.cpp; sourceTree = ""; }; - 01048D391D8BEA5400D0FC21 /* CmdManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CmdManager.h; sourceTree = ""; }; - 01048D3A1D8BEA5400D0FC21 /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectSurfaceCmd.cpp; sourceTree = ""; }; - 01048D3B1D8BEA5400D0FC21 /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeselectSurfaceCmd.h; sourceTree = ""; }; - 01048D3C1D8BEA5400D0FC21 /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectTexCoordCmd.cpp; sourceTree = ""; }; - 01048D3D1D8BEA5400D0FC21 /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeselectTexCoordCmd.h; sourceTree = ""; }; - 01048D3E1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DuplicateSurfaceCmd.cpp; sourceTree = ""; }; - 01048D3F1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DuplicateSurfaceCmd.h; sourceTree = ""; }; - 01048D401D8BEA5400D0FC21 /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvAllTexCoordsCmd.cpp; sourceTree = ""; }; - 01048D411D8BEA5400D0FC21 /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvAllTexCoordsCmd.h; sourceTree = ""; }; - 01048D421D8BEA5400D0FC21 /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerDnCmd.cpp; sourceTree = ""; }; - 01048D431D8BEA5400D0FC21 /* MvLayerDnCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvLayerDnCmd.h; sourceTree = ""; }; - 01048D441D8BEA5400D0FC21 /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerUpCmd.cpp; sourceTree = ""; }; - 01048D451D8BEA5400D0FC21 /* MvLayerUpCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvLayerUpCmd.h; sourceTree = ""; }; - 01048D461D8BEA5400D0FC21 /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvSelectionCmd.cpp; sourceTree = ""; }; - 01048D471D8BEA5400D0FC21 /* MvSelectionCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvSelectionCmd.h; sourceTree = ""; }; - 01048D481D8BEA5400D0FC21 /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvSurfaceVertCmd.cpp; sourceTree = ""; }; - 01048D491D8BEA5400D0FC21 /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvSurfaceVertCmd.h; sourceTree = ""; }; - 01048D4A1D8BEA5400D0FC21 /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvTexCoordCmd.cpp; sourceTree = ""; }; - 01048D4B1D8BEA5400D0FC21 /* MvTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvTexCoordCmd.h; sourceTree = ""; }; - 01048D4C1D8BEA5400D0FC21 /* RmGridColCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridColCmd.cpp; sourceTree = ""; }; - 01048D4D1D8BEA5400D0FC21 /* RmGridColCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RmGridColCmd.h; sourceTree = ""; }; - 01048D4E1D8BEA5400D0FC21 /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridRowCmd.cpp; sourceTree = ""; }; - 01048D4F1D8BEA5400D0FC21 /* RmGridRowCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RmGridRowCmd.h; sourceTree = ""; }; - 01048D501D8BEA5400D0FC21 /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RmSurfaceCmd.cpp; sourceTree = ""; }; - 01048D511D8BEA5400D0FC21 /* RmSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RmSurfaceCmd.h; sourceTree = ""; }; - 01048D521D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleSurfaceFromToCmd.cpp; sourceTree = ""; }; - 01048D531D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScaleSurfaceFromToCmd.h; sourceTree = ""; }; - 01048D541D8BEA5400D0FC21 /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextSurfaceCmd.cpp; sourceTree = ""; }; - 01048D551D8BEA5400D0FC21 /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelNextSurfaceCmd.h; sourceTree = ""; }; - 01048D561D8BEA5400D0FC21 /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextTexCoordCmd.cpp; sourceTree = ""; }; - 01048D571D8BEA5400D0FC21 /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelNextTexCoordCmd.h; sourceTree = ""; }; - 01048D581D8BEA5400D0FC21 /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextVertexCmd.cpp; sourceTree = ""; }; - 01048D591D8BEA5400D0FC21 /* SelNextVertexCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelNextVertexCmd.h; sourceTree = ""; }; - 01048D5A1D8BEA5400D0FC21 /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevSurfaceCmd.cpp; sourceTree = ""; }; - 01048D5B1D8BEA5400D0FC21 /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelPrevSurfaceCmd.h; sourceTree = ""; }; - 01048D5C1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevTexCoordCmd.cpp; sourceTree = ""; }; - 01048D5D1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelPrevTexCoordCmd.h; sourceTree = ""; }; - 01048D5E1D8BEA5400D0FC21 /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevVertexCmd.cpp; sourceTree = ""; }; - 01048D5F1D8BEA5400D0FC21 /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelPrevVertexCmd.h; sourceTree = ""; }; - 01048D601D8BEA5400D0FC21 /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelSurfaceCmd.cpp; sourceTree = ""; }; - 01048D611D8BEA5400D0FC21 /* SelSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelSurfaceCmd.h; sourceTree = ""; }; - 01048D621D8BEA5400D0FC21 /* SelVertexCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelVertexCmd.cpp; sourceTree = ""; }; - 01048D631D8BEA5400D0FC21 /* SelVertexCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelVertexCmd.h; sourceTree = ""; }; - 01048D641D8BEA5400D0FC21 /* SetApplicationStateCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetApplicationStateCmd.cpp; sourceTree = ""; }; - 01048D651D8BEA5400D0FC21 /* SetApplicationStateCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetApplicationStateCmd.h; sourceTree = ""; }; - 01048D661D8BEA5400D0FC21 /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetNextSourceCmd.cpp; sourceTree = ""; }; - 01048D671D8BEA5400D0FC21 /* SetNextSourceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetNextSourceCmd.h; sourceTree = ""; }; - 01048D681D8BEA5400D0FC21 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetSourceCmd.cpp; sourceTree = ""; }; - 01048D691D8BEA5400D0FC21 /* SetSourceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetSourceCmd.h; sourceTree = ""; }; - 01048D6A1D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetTexMapDrawModeCmd.cpp; sourceTree = ""; }; - 01048D6B1D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetTexMapDrawModeCmd.h; sourceTree = ""; }; - 01048D6C1D8BEA5400D0FC21 /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StartDragSurfaceCmd.cpp; sourceTree = ""; }; - 01048D6D1D8BEA5400D0FC21 /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StartDragSurfaceCmd.h; sourceTree = ""; }; - 01048D6E1D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ToggleAnimatedSourceCmd.cpp; sourceTree = ""; }; - 01048D6F1D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ToggleAnimatedSourceCmd.h; sourceTree = ""; }; - 01048D701D8BEA5400D0FC21 /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TogglePerspectiveCmd.cpp; sourceTree = ""; }; - 01048D711D8BEA5400D0FC21 /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TogglePerspectiveCmd.h; sourceTree = ""; }; - 01048D721D8BEA5400D0FC21 /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TranslateCanvasCmd.cpp; sourceTree = ""; }; - 01048D731D8BEA5400D0FC21 /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TranslateCanvasCmd.h; sourceTree = ""; }; - 01048D751D8BEA5400D0FC21 /* Gui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Gui.cpp; sourceTree = ""; }; - 01048D761D8BEA5400D0FC21 /* Gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gui.h; sourceTree = ""; }; - 01048D781D8BEA5400D0FC21 /* GuiBaseWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuiBaseWidget.h; sourceTree = ""; }; - 01048D791D8BEA5400D0FC21 /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LayerPanelWidget.cpp; sourceTree = ""; }; - 01048D7A1D8BEA5400D0FC21 /* LayerPanelWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LayerPanelWidget.h; sourceTree = ""; }; - 01048D7B1D8BEA5400D0FC21 /* ScaleWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleWidget.cpp; sourceTree = ""; }; - 01048D7C1D8BEA5400D0FC21 /* ScaleWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScaleWidget.h; sourceTree = ""; }; - 01048D7D1D8BEA5400D0FC21 /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceHighlightWidget.cpp; sourceTree = ""; }; - 01048D7E1D8BEA5400D0FC21 /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceHighlightWidget.h; sourceTree = ""; }; - 01048D7F1D8BEA5400D0FC21 /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureHighlightWidget.cpp; sourceTree = ""; }; - 01048D801D8BEA5400D0FC21 /* TextureHighlightWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureHighlightWidget.h; sourceTree = ""; }; - 01048D821D8BEA5400D0FC21 /* Info.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Info.cpp; sourceTree = ""; }; - 01048D831D8BEA5400D0FC21 /* Info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Info.h; sourceTree = ""; }; - 01048D851D8BEA5400D0FC21 /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryWatcher.cpp; sourceTree = ""; }; - 01048D861D8BEA5400D0FC21 /* DirectoryWatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryWatcher.h; sourceTree = ""; }; - 01048D871D8BEA5400D0FC21 /* MediaServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaServer.cpp; sourceTree = ""; }; - 01048D881D8BEA5400D0FC21 /* MediaServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaServer.h; sourceTree = ""; }; - 01048D891D8BEA5400D0FC21 /* ofxPiMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPiMapper.cpp; sourceTree = ""; }; - 01048D8A1D8BEA5400D0FC21 /* ofxPiMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxPiMapper.h; sourceTree = ""; }; - 01048D8C1D8BEA5400D0FC21 /* BaseSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSource.cpp; sourceTree = ""; }; - 01048D8D1D8BEA5400D0FC21 /* BaseSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseSource.h; sourceTree = ""; }; - 01048D8E1D8BEA5400D0FC21 /* FboSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FboSource.cpp; sourceTree = ""; }; - 01048D8F1D8BEA5400D0FC21 /* FboSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = ""; }; - 01048D901D8BEA5400D0FC21 /* ImageSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageSource.cpp; sourceTree = ""; }; - 01048D911D8BEA5400D0FC21 /* ImageSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageSource.h; sourceTree = ""; }; - 01048D921D8BEA5400D0FC21 /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OMXPlayerCache.cpp; sourceTree = ""; }; - 01048D931D8BEA5400D0FC21 /* OMXPlayerCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OMXPlayerCache.h; sourceTree = ""; }; - 01048D941D8BEA5400D0FC21 /* SourceType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceType.h; sourceTree = ""; }; - 01048D951D8BEA5400D0FC21 /* VideoSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoSource.cpp; sourceTree = ""; }; - 01048D961D8BEA5400D0FC21 /* VideoSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoSource.h; sourceTree = ""; }; - 01048D981D8BEA5400D0FC21 /* BaseSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSurface.cpp; sourceTree = ""; }; - 01048D991D8BEA5400D0FC21 /* BaseSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseSurface.h; sourceTree = ""; }; - 01048D9A1D8BEA5400D0FC21 /* GridWarpSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GridWarpSurface.cpp; sourceTree = ""; }; - 01048D9B1D8BEA5400D0FC21 /* GridWarpSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GridWarpSurface.h; sourceTree = ""; }; - 01048D9C1D8BEA5400D0FC21 /* QuadSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QuadSurface.cpp; sourceTree = ""; }; - 01048D9D1D8BEA5400D0FC21 /* QuadSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuadSurface.h; sourceTree = ""; }; - 01048D9E1D8BEA5400D0FC21 /* SurfaceFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceFactory.cpp; sourceTree = ""; }; - 01048D9F1D8BEA5400D0FC21 /* SurfaceFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceFactory.h; sourceTree = ""; }; - 01048DA01D8BEA5400D0FC21 /* SurfaceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceManager.cpp; sourceTree = ""; }; - 01048DA11D8BEA5400D0FC21 /* SurfaceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceManager.h; sourceTree = ""; }; - 01048DA21D8BEA5400D0FC21 /* SurfaceManagerGui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceManagerGui.cpp; sourceTree = ""; }; - 01048DA31D8BEA5400D0FC21 /* SurfaceManagerGui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceManagerGui.h; sourceTree = ""; }; - 01048DA41D8BEA5400D0FC21 /* SurfaceStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceStack.cpp; sourceTree = ""; }; - 01048DA51D8BEA5400D0FC21 /* SurfaceStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceStack.h; sourceTree = ""; }; - 01048DA61D8BEA5400D0FC21 /* SurfaceType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceType.h; sourceTree = ""; }; - 01048DA71D8BEA5400D0FC21 /* TriangleSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TriangleSurface.cpp; sourceTree = ""; }; - 01048DA81D8BEA5400D0FC21 /* TriangleSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TriangleSurface.h; sourceTree = ""; }; - 01048DAA1D8BEA5400D0FC21 /* BaseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseJoint.cpp; sourceTree = ""; }; - 01048DAB1D8BEA5400D0FC21 /* BaseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseJoint.h; sourceTree = ""; }; - 01048DAC1D8BEA5400D0FC21 /* CircleJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CircleJoint.cpp; sourceTree = ""; }; - 01048DAD1D8BEA5400D0FC21 /* CircleJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CircleJoint.h; sourceTree = ""; }; - 01048DAE1D8BEA5400D0FC21 /* EditorType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditorType.h; sourceTree = ""; }; - 01048DAF1D8BEA5400D0FC21 /* GuiMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuiMode.h; sourceTree = ""; }; - 01048DB01D8BEA5400D0FC21 /* ProjectionEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionEditor.cpp; sourceTree = ""; }; - 01048DB11D8BEA5400D0FC21 /* ProjectionEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectionEditor.h; sourceTree = ""; }; - 01048DB21D8BEA5400D0FC21 /* RadioList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RadioList.cpp; sourceTree = ""; }; - 01048DB31D8BEA5400D0FC21 /* RadioList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RadioList.h; sourceTree = ""; }; - 01048DB41D8BEA5400D0FC21 /* SourcesEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SourcesEditor.cpp; sourceTree = ""; }; - 01048DB51D8BEA5400D0FC21 /* SourcesEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourcesEditor.h; sourceTree = ""; }; - 01048DB61D8BEA5400D0FC21 /* TextureEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureEditor.cpp; sourceTree = ""; }; - 01048DB71D8BEA5400D0FC21 /* TextureEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureEditor.h; sourceTree = ""; }; - 01048DB91D8BEA5400D0FC21 /* HomographyHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HomographyHelper.cpp; sourceTree = ""; }; - 01048DBA1D8BEA5400D0FC21 /* HomographyHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomographyHelper.h; sourceTree = ""; }; - 01048DBB1D8BEA5400D0FC21 /* TerminalListener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TerminalListener.cpp; sourceTree = ""; }; - 01048DBC1D8BEA5400D0FC21 /* TerminalListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TerminalListener.h; sourceTree = ""; }; 01E9B0271D01D25E0007979C /* alphanum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alphanum.hpp; sourceTree = ""; }; 01E9B02A1D01D25E0007979C /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = ""; }; 01E9B02C1D01D25E0007979C /* LICENSE.MIT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.MIT; sourceTree = ""; }; @@ -383,6 +235,154 @@ 01E9B0711D01D25E0007979C /* snappy.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = snappy.cc; sourceTree = ""; }; 01E9B0721D01D25E0007979C /* snappy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = snappy.h; sourceTree = ""; }; 01E9B07E1D01D25E0007979C /* ofxIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxIO.h; sourceTree = ""; }; + 01FA14F91D980093005831AA /* Application.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = ""; }; + 01FA14FA1D980093005831AA /* Application.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = ""; }; + 01FA14FB1D980093005831AA /* SettingsLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingsLoader.cpp; sourceTree = ""; }; + 01FA14FC1D980093005831AA /* SettingsLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsLoader.h; sourceTree = ""; }; + 01FA14FE1D980093005831AA /* ApplicationBaseState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationBaseState.cpp; sourceTree = ""; }; + 01FA14FF1D980093005831AA /* ApplicationBaseState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationBaseState.h; sourceTree = ""; }; + 01FA15001D980093005831AA /* PresentationState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PresentationState.cpp; sourceTree = ""; }; + 01FA15011D980093005831AA /* PresentationState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PresentationState.h; sourceTree = ""; }; + 01FA15021D980093005831AA /* ProjectionMappingState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionMappingState.cpp; sourceTree = ""; }; + 01FA15031D980093005831AA /* ProjectionMappingState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectionMappingState.h; sourceTree = ""; }; + 01FA15041D980093005831AA /* SourceSelectionState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SourceSelectionState.cpp; sourceTree = ""; }; + 01FA15051D980093005831AA /* SourceSelectionState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceSelectionState.h; sourceTree = ""; }; + 01FA15061D980093005831AA /* TextureMappingState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureMappingState.cpp; sourceTree = ""; }; + 01FA15071D980093005831AA /* TextureMappingState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureMappingState.h; sourceTree = ""; }; + 01FA15091D980093005831AA /* AddGridColCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridColCmd.cpp; sourceTree = ""; }; + 01FA150A1D980093005831AA /* AddGridColCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddGridColCmd.h; sourceTree = ""; }; + 01FA150B1D980093005831AA /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridRowCmd.cpp; sourceTree = ""; }; + 01FA150C1D980093005831AA /* AddGridRowCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddGridRowCmd.h; sourceTree = ""; }; + 01FA150D1D980093005831AA /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddSurfaceCmd.cpp; sourceTree = ""; }; + 01FA150E1D980093005831AA /* AddSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddSurfaceCmd.h; sourceTree = ""; }; + 01FA150F1D980093005831AA /* BaseCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseCmd.h; sourceTree = ""; }; + 01FA15101D980093005831AA /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClearSurfacesCmd.cpp; sourceTree = ""; }; + 01FA15111D980093005831AA /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClearSurfacesCmd.h; sourceTree = ""; }; + 01FA15121D980093005831AA /* CmdManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CmdManager.cpp; sourceTree = ""; }; + 01FA15131D980093005831AA /* CmdManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CmdManager.h; sourceTree = ""; }; + 01FA15141D980093005831AA /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectSurfaceCmd.cpp; sourceTree = ""; }; + 01FA15151D980093005831AA /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeselectSurfaceCmd.h; sourceTree = ""; }; + 01FA15161D980093005831AA /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectTexCoordCmd.cpp; sourceTree = ""; }; + 01FA15171D980093005831AA /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeselectTexCoordCmd.h; sourceTree = ""; }; + 01FA15181D980093005831AA /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DuplicateSurfaceCmd.cpp; sourceTree = ""; }; + 01FA15191D980093005831AA /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DuplicateSurfaceCmd.h; sourceTree = ""; }; + 01FA151A1D980093005831AA /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvAllTexCoordsCmd.cpp; sourceTree = ""; }; + 01FA151B1D980093005831AA /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvAllTexCoordsCmd.h; sourceTree = ""; }; + 01FA151C1D980093005831AA /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerDnCmd.cpp; sourceTree = ""; }; + 01FA151D1D980093005831AA /* MvLayerDnCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvLayerDnCmd.h; sourceTree = ""; }; + 01FA151E1D980093005831AA /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerUpCmd.cpp; sourceTree = ""; }; + 01FA151F1D980093005831AA /* MvLayerUpCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvLayerUpCmd.h; sourceTree = ""; }; + 01FA15201D980093005831AA /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvSelectionCmd.cpp; sourceTree = ""; }; + 01FA15211D980093005831AA /* MvSelectionCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvSelectionCmd.h; sourceTree = ""; }; + 01FA15221D980093005831AA /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvSurfaceVertCmd.cpp; sourceTree = ""; }; + 01FA15231D980093005831AA /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvSurfaceVertCmd.h; sourceTree = ""; }; + 01FA15241D980093005831AA /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MvTexCoordCmd.cpp; sourceTree = ""; }; + 01FA15251D980093005831AA /* MvTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MvTexCoordCmd.h; sourceTree = ""; }; + 01FA15261D980093005831AA /* RmGridColCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridColCmd.cpp; sourceTree = ""; }; + 01FA15271D980093005831AA /* RmGridColCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RmGridColCmd.h; sourceTree = ""; }; + 01FA15281D980093005831AA /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridRowCmd.cpp; sourceTree = ""; }; + 01FA15291D980093005831AA /* RmGridRowCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RmGridRowCmd.h; sourceTree = ""; }; + 01FA152A1D980093005831AA /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RmSurfaceCmd.cpp; sourceTree = ""; }; + 01FA152B1D980093005831AA /* RmSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RmSurfaceCmd.h; sourceTree = ""; }; + 01FA152C1D980093005831AA /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleSurfaceFromToCmd.cpp; sourceTree = ""; }; + 01FA152D1D980093005831AA /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScaleSurfaceFromToCmd.h; sourceTree = ""; }; + 01FA152E1D980093005831AA /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextSurfaceCmd.cpp; sourceTree = ""; }; + 01FA152F1D980093005831AA /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelNextSurfaceCmd.h; sourceTree = ""; }; + 01FA15301D980093005831AA /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextTexCoordCmd.cpp; sourceTree = ""; }; + 01FA15311D980093005831AA /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelNextTexCoordCmd.h; sourceTree = ""; }; + 01FA15321D980093005831AA /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextVertexCmd.cpp; sourceTree = ""; }; + 01FA15331D980093005831AA /* SelNextVertexCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelNextVertexCmd.h; sourceTree = ""; }; + 01FA15341D980093005831AA /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevSurfaceCmd.cpp; sourceTree = ""; }; + 01FA15351D980093005831AA /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelPrevSurfaceCmd.h; sourceTree = ""; }; + 01FA15361D980093005831AA /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevTexCoordCmd.cpp; sourceTree = ""; }; + 01FA15371D980093005831AA /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelPrevTexCoordCmd.h; sourceTree = ""; }; + 01FA15381D980093005831AA /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevVertexCmd.cpp; sourceTree = ""; }; + 01FA15391D980093005831AA /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelPrevVertexCmd.h; sourceTree = ""; }; + 01FA153A1D980093005831AA /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelSurfaceCmd.cpp; sourceTree = ""; }; + 01FA153B1D980093005831AA /* SelSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelSurfaceCmd.h; sourceTree = ""; }; + 01FA153C1D980093005831AA /* SelVertexCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SelVertexCmd.cpp; sourceTree = ""; }; + 01FA153D1D980093005831AA /* SelVertexCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelVertexCmd.h; sourceTree = ""; }; + 01FA153E1D980093005831AA /* SetApplicationStateCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetApplicationStateCmd.cpp; sourceTree = ""; }; + 01FA153F1D980093005831AA /* SetApplicationStateCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetApplicationStateCmd.h; sourceTree = ""; }; + 01FA15401D980093005831AA /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetNextSourceCmd.cpp; sourceTree = ""; }; + 01FA15411D980093005831AA /* SetNextSourceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetNextSourceCmd.h; sourceTree = ""; }; + 01FA15421D980093005831AA /* SetSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetSourceCmd.cpp; sourceTree = ""; }; + 01FA15431D980093005831AA /* SetSourceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetSourceCmd.h; sourceTree = ""; }; + 01FA15441D980093005831AA /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SetTexMapDrawModeCmd.cpp; sourceTree = ""; }; + 01FA15451D980093005831AA /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SetTexMapDrawModeCmd.h; sourceTree = ""; }; + 01FA15461D980093005831AA /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StartDragSurfaceCmd.cpp; sourceTree = ""; }; + 01FA15471D980093005831AA /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StartDragSurfaceCmd.h; sourceTree = ""; }; + 01FA15481D980093005831AA /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ToggleAnimatedSourceCmd.cpp; sourceTree = ""; }; + 01FA15491D980093005831AA /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ToggleAnimatedSourceCmd.h; sourceTree = ""; }; + 01FA154A1D980093005831AA /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TogglePerspectiveCmd.cpp; sourceTree = ""; }; + 01FA154B1D980093005831AA /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TogglePerspectiveCmd.h; sourceTree = ""; }; + 01FA154C1D980093005831AA /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TranslateCanvasCmd.cpp; sourceTree = ""; }; + 01FA154D1D980093005831AA /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TranslateCanvasCmd.h; sourceTree = ""; }; + 01FA154F1D980093005831AA /* Gui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Gui.cpp; sourceTree = ""; }; + 01FA15501D980093005831AA /* Gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gui.h; sourceTree = ""; }; + 01FA15521D980093005831AA /* GuiBaseWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuiBaseWidget.h; sourceTree = ""; }; + 01FA15531D980093005831AA /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LayerPanelWidget.cpp; sourceTree = ""; }; + 01FA15541D980093005831AA /* LayerPanelWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LayerPanelWidget.h; sourceTree = ""; }; + 01FA15551D980093005831AA /* ScaleWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleWidget.cpp; sourceTree = ""; }; + 01FA15561D980093005831AA /* ScaleWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScaleWidget.h; sourceTree = ""; }; + 01FA15571D980093005831AA /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceHighlightWidget.cpp; sourceTree = ""; }; + 01FA15581D980093005831AA /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceHighlightWidget.h; sourceTree = ""; }; + 01FA15591D980093005831AA /* TextureEditorWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureEditorWidget.cpp; sourceTree = ""; }; + 01FA155A1D980093005831AA /* TextureEditorWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureEditorWidget.h; sourceTree = ""; }; + 01FA155B1D980093005831AA /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureHighlightWidget.cpp; sourceTree = ""; }; + 01FA155C1D980093005831AA /* TextureHighlightWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureHighlightWidget.h; sourceTree = ""; }; + 01FA155E1D980093005831AA /* Info.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Info.cpp; sourceTree = ""; }; + 01FA155F1D980093005831AA /* Info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Info.h; sourceTree = ""; }; + 01FA15611D980093005831AA /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryWatcher.cpp; sourceTree = ""; }; + 01FA15621D980093005831AA /* DirectoryWatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryWatcher.h; sourceTree = ""; }; + 01FA15631D980093005831AA /* MediaServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaServer.cpp; sourceTree = ""; }; + 01FA15641D980093005831AA /* MediaServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaServer.h; sourceTree = ""; }; + 01FA15651D980093005831AA /* ofxPiMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPiMapper.cpp; sourceTree = ""; }; + 01FA15661D980093005831AA /* ofxPiMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxPiMapper.h; sourceTree = ""; }; + 01FA15681D980093005831AA /* BaseSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSource.cpp; sourceTree = ""; }; + 01FA15691D980093005831AA /* BaseSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseSource.h; sourceTree = ""; }; + 01FA156A1D980093005831AA /* FboSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FboSource.cpp; sourceTree = ""; }; + 01FA156B1D980093005831AA /* FboSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = ""; }; + 01FA156C1D980093005831AA /* ImageSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageSource.cpp; sourceTree = ""; }; + 01FA156D1D980093005831AA /* ImageSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageSource.h; sourceTree = ""; }; + 01FA156E1D980093005831AA /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OMXPlayerCache.cpp; sourceTree = ""; }; + 01FA156F1D980093005831AA /* OMXPlayerCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OMXPlayerCache.h; sourceTree = ""; }; + 01FA15701D980093005831AA /* SourceType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceType.h; sourceTree = ""; }; + 01FA15711D980093005831AA /* VideoSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoSource.cpp; sourceTree = ""; }; + 01FA15721D980093005831AA /* VideoSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoSource.h; sourceTree = ""; }; + 01FA15741D980093005831AA /* BaseSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSurface.cpp; sourceTree = ""; }; + 01FA15751D980093005831AA /* BaseSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseSurface.h; sourceTree = ""; }; + 01FA15761D980093005831AA /* GridWarpSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GridWarpSurface.cpp; sourceTree = ""; }; + 01FA15771D980093005831AA /* GridWarpSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GridWarpSurface.h; sourceTree = ""; }; + 01FA15781D980093005831AA /* QuadSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QuadSurface.cpp; sourceTree = ""; }; + 01FA15791D980093005831AA /* QuadSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuadSurface.h; sourceTree = ""; }; + 01FA157A1D980093005831AA /* SurfaceFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceFactory.cpp; sourceTree = ""; }; + 01FA157B1D980093005831AA /* SurfaceFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceFactory.h; sourceTree = ""; }; + 01FA157C1D980093005831AA /* SurfaceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceManager.cpp; sourceTree = ""; }; + 01FA157D1D980093005831AA /* SurfaceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceManager.h; sourceTree = ""; }; + 01FA157E1D980093005831AA /* SurfaceManagerGui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceManagerGui.cpp; sourceTree = ""; }; + 01FA157F1D980093005831AA /* SurfaceManagerGui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceManagerGui.h; sourceTree = ""; }; + 01FA15801D980093005831AA /* SurfaceStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceStack.cpp; sourceTree = ""; }; + 01FA15811D980093005831AA /* SurfaceStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceStack.h; sourceTree = ""; }; + 01FA15821D980093005831AA /* SurfaceType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceType.h; sourceTree = ""; }; + 01FA15831D980093005831AA /* TriangleSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TriangleSurface.cpp; sourceTree = ""; }; + 01FA15841D980093005831AA /* TriangleSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TriangleSurface.h; sourceTree = ""; }; + 01FA15861D980093005831AA /* BaseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseJoint.cpp; sourceTree = ""; }; + 01FA15871D980093005831AA /* BaseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseJoint.h; sourceTree = ""; }; + 01FA15881D980093005831AA /* CircleJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CircleJoint.cpp; sourceTree = ""; }; + 01FA15891D980093005831AA /* CircleJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CircleJoint.h; sourceTree = ""; }; + 01FA158A1D980093005831AA /* EditorType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditorType.h; sourceTree = ""; }; + 01FA158B1D980093005831AA /* GuiMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuiMode.h; sourceTree = ""; }; + 01FA158C1D980093005831AA /* ProjectionEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionEditor.cpp; sourceTree = ""; }; + 01FA158D1D980093005831AA /* ProjectionEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectionEditor.h; sourceTree = ""; }; + 01FA158E1D980093005831AA /* RadioList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RadioList.cpp; sourceTree = ""; }; + 01FA158F1D980093005831AA /* RadioList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RadioList.h; sourceTree = ""; }; + 01FA15901D980093005831AA /* SourcesEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SourcesEditor.cpp; sourceTree = ""; }; + 01FA15911D980093005831AA /* SourcesEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourcesEditor.h; sourceTree = ""; }; + 01FA15931D980093005831AA /* HomographyHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HomographyHelper.cpp; sourceTree = ""; }; + 01FA15941D980093005831AA /* HomographyHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomographyHelper.h; sourceTree = ""; }; + 01FA15951D980093005831AA /* TerminalListener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TerminalListener.cpp; sourceTree = ""; }; + 01FA15961D980093005831AA /* TerminalListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TerminalListener.h; sourceTree = ""; }; 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = ""; }; 3926483A192224DA0008A7F5 /* ofxXmlSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = ""; }; 3926483D192224F90008A7F5 /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxml.cpp; sourceTree = ""; }; @@ -460,250 +460,6 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 01048D1D1D8BEA5400D0FC21 /* src */ = { - isa = PBXGroup; - children = ( - 01048D1E1D8BEA5400D0FC21 /* Application */, - 01048D2E1D8BEA5400D0FC21 /* Commands */, - 01048D741D8BEA5400D0FC21 /* Gui */, - 01048D811D8BEA5400D0FC21 /* Info */, - 01048D841D8BEA5400D0FC21 /* MediaServer */, - 01048D891D8BEA5400D0FC21 /* ofxPiMapper.cpp */, - 01048D8A1D8BEA5400D0FC21 /* ofxPiMapper.h */, - 01048D8B1D8BEA5400D0FC21 /* Sources */, - 01048D971D8BEA5400D0FC21 /* Surfaces */, - 01048DA91D8BEA5400D0FC21 /* UserInterface */, - 01048DB81D8BEA5400D0FC21 /* Utils */, - ); - name = src; - path = ../src; - sourceTree = ""; - }; - 01048D1E1D8BEA5400D0FC21 /* Application */ = { - isa = PBXGroup; - children = ( - 01048D1F1D8BEA5400D0FC21 /* Application.cpp */, - 01048D201D8BEA5400D0FC21 /* Application.h */, - 01048D211D8BEA5400D0FC21 /* SettingsLoader.cpp */, - 01048D221D8BEA5400D0FC21 /* SettingsLoader.h */, - 01048D231D8BEA5400D0FC21 /* States */, - ); - path = Application; - sourceTree = ""; - }; - 01048D231D8BEA5400D0FC21 /* States */ = { - isa = PBXGroup; - children = ( - 01048D241D8BEA5400D0FC21 /* ApplicationBaseState.cpp */, - 01048D251D8BEA5400D0FC21 /* ApplicationBaseState.h */, - 01048D261D8BEA5400D0FC21 /* PresentationState.cpp */, - 01048D271D8BEA5400D0FC21 /* PresentationState.h */, - 01048D281D8BEA5400D0FC21 /* ProjectionMappingState.cpp */, - 01048D291D8BEA5400D0FC21 /* ProjectionMappingState.h */, - 01048D2A1D8BEA5400D0FC21 /* SourceSelectionState.cpp */, - 01048D2B1D8BEA5400D0FC21 /* SourceSelectionState.h */, - 01048D2C1D8BEA5400D0FC21 /* TextureMappingState.cpp */, - 01048D2D1D8BEA5400D0FC21 /* TextureMappingState.h */, - ); - path = States; - sourceTree = ""; - }; - 01048D2E1D8BEA5400D0FC21 /* Commands */ = { - isa = PBXGroup; - children = ( - 01048D2F1D8BEA5400D0FC21 /* AddGridColCmd.cpp */, - 01048D301D8BEA5400D0FC21 /* AddGridColCmd.h */, - 01048D311D8BEA5400D0FC21 /* AddGridRowCmd.cpp */, - 01048D321D8BEA5400D0FC21 /* AddGridRowCmd.h */, - 01048D331D8BEA5400D0FC21 /* AddSurfaceCmd.cpp */, - 01048D341D8BEA5400D0FC21 /* AddSurfaceCmd.h */, - 01048D351D8BEA5400D0FC21 /* BaseCmd.h */, - 01048D361D8BEA5400D0FC21 /* ClearSurfacesCmd.cpp */, - 01048D371D8BEA5400D0FC21 /* ClearSurfacesCmd.h */, - 01048D381D8BEA5400D0FC21 /* CmdManager.cpp */, - 01048D391D8BEA5400D0FC21 /* CmdManager.h */, - 01048D3A1D8BEA5400D0FC21 /* DeselectSurfaceCmd.cpp */, - 01048D3B1D8BEA5400D0FC21 /* DeselectSurfaceCmd.h */, - 01048D3C1D8BEA5400D0FC21 /* DeselectTexCoordCmd.cpp */, - 01048D3D1D8BEA5400D0FC21 /* DeselectTexCoordCmd.h */, - 01048D3E1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.cpp */, - 01048D3F1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.h */, - 01048D401D8BEA5400D0FC21 /* MvAllTexCoordsCmd.cpp */, - 01048D411D8BEA5400D0FC21 /* MvAllTexCoordsCmd.h */, - 01048D421D8BEA5400D0FC21 /* MvLayerDnCmd.cpp */, - 01048D431D8BEA5400D0FC21 /* MvLayerDnCmd.h */, - 01048D441D8BEA5400D0FC21 /* MvLayerUpCmd.cpp */, - 01048D451D8BEA5400D0FC21 /* MvLayerUpCmd.h */, - 01048D461D8BEA5400D0FC21 /* MvSelectionCmd.cpp */, - 01048D471D8BEA5400D0FC21 /* MvSelectionCmd.h */, - 01048D481D8BEA5400D0FC21 /* MvSurfaceVertCmd.cpp */, - 01048D491D8BEA5400D0FC21 /* MvSurfaceVertCmd.h */, - 01048D4A1D8BEA5400D0FC21 /* MvTexCoordCmd.cpp */, - 01048D4B1D8BEA5400D0FC21 /* MvTexCoordCmd.h */, - 01048D4C1D8BEA5400D0FC21 /* RmGridColCmd.cpp */, - 01048D4D1D8BEA5400D0FC21 /* RmGridColCmd.h */, - 01048D4E1D8BEA5400D0FC21 /* RmGridRowCmd.cpp */, - 01048D4F1D8BEA5400D0FC21 /* RmGridRowCmd.h */, - 01048D501D8BEA5400D0FC21 /* RmSurfaceCmd.cpp */, - 01048D511D8BEA5400D0FC21 /* RmSurfaceCmd.h */, - 01048D521D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.cpp */, - 01048D531D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.h */, - 01048D541D8BEA5400D0FC21 /* SelNextSurfaceCmd.cpp */, - 01048D551D8BEA5400D0FC21 /* SelNextSurfaceCmd.h */, - 01048D561D8BEA5400D0FC21 /* SelNextTexCoordCmd.cpp */, - 01048D571D8BEA5400D0FC21 /* SelNextTexCoordCmd.h */, - 01048D581D8BEA5400D0FC21 /* SelNextVertexCmd.cpp */, - 01048D591D8BEA5400D0FC21 /* SelNextVertexCmd.h */, - 01048D5A1D8BEA5400D0FC21 /* SelPrevSurfaceCmd.cpp */, - 01048D5B1D8BEA5400D0FC21 /* SelPrevSurfaceCmd.h */, - 01048D5C1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.cpp */, - 01048D5D1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.h */, - 01048D5E1D8BEA5400D0FC21 /* SelPrevVertexCmd.cpp */, - 01048D5F1D8BEA5400D0FC21 /* SelPrevVertexCmd.h */, - 01048D601D8BEA5400D0FC21 /* SelSurfaceCmd.cpp */, - 01048D611D8BEA5400D0FC21 /* SelSurfaceCmd.h */, - 01048D621D8BEA5400D0FC21 /* SelVertexCmd.cpp */, - 01048D631D8BEA5400D0FC21 /* SelVertexCmd.h */, - 01048D641D8BEA5400D0FC21 /* SetApplicationStateCmd.cpp */, - 01048D651D8BEA5400D0FC21 /* SetApplicationStateCmd.h */, - 01048D661D8BEA5400D0FC21 /* SetNextSourceCmd.cpp */, - 01048D671D8BEA5400D0FC21 /* SetNextSourceCmd.h */, - 01048D681D8BEA5400D0FC21 /* SetSourceCmd.cpp */, - 01048D691D8BEA5400D0FC21 /* SetSourceCmd.h */, - 01048D6A1D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.cpp */, - 01048D6B1D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.h */, - 01048D6C1D8BEA5400D0FC21 /* StartDragSurfaceCmd.cpp */, - 01048D6D1D8BEA5400D0FC21 /* StartDragSurfaceCmd.h */, - 01048D6E1D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.cpp */, - 01048D6F1D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.h */, - 01048D701D8BEA5400D0FC21 /* TogglePerspectiveCmd.cpp */, - 01048D711D8BEA5400D0FC21 /* TogglePerspectiveCmd.h */, - 01048D721D8BEA5400D0FC21 /* TranslateCanvasCmd.cpp */, - 01048D731D8BEA5400D0FC21 /* TranslateCanvasCmd.h */, - ); - path = Commands; - sourceTree = ""; - }; - 01048D741D8BEA5400D0FC21 /* Gui */ = { - isa = PBXGroup; - children = ( - 01048D751D8BEA5400D0FC21 /* Gui.cpp */, - 01048D761D8BEA5400D0FC21 /* Gui.h */, - 01048D771D8BEA5400D0FC21 /* Widgets */, - ); - path = Gui; - sourceTree = ""; - }; - 01048D771D8BEA5400D0FC21 /* Widgets */ = { - isa = PBXGroup; - children = ( - 01048D781D8BEA5400D0FC21 /* GuiBaseWidget.h */, - 01048D791D8BEA5400D0FC21 /* LayerPanelWidget.cpp */, - 01048D7A1D8BEA5400D0FC21 /* LayerPanelWidget.h */, - 01048D7B1D8BEA5400D0FC21 /* ScaleWidget.cpp */, - 01048D7C1D8BEA5400D0FC21 /* ScaleWidget.h */, - 01048D7D1D8BEA5400D0FC21 /* SurfaceHighlightWidget.cpp */, - 01048D7E1D8BEA5400D0FC21 /* SurfaceHighlightWidget.h */, - 01048D7F1D8BEA5400D0FC21 /* TextureHighlightWidget.cpp */, - 01048D801D8BEA5400D0FC21 /* TextureHighlightWidget.h */, - ); - path = Widgets; - sourceTree = ""; - }; - 01048D811D8BEA5400D0FC21 /* Info */ = { - isa = PBXGroup; - children = ( - 01048D821D8BEA5400D0FC21 /* Info.cpp */, - 01048D831D8BEA5400D0FC21 /* Info.h */, - ); - path = Info; - sourceTree = ""; - }; - 01048D841D8BEA5400D0FC21 /* MediaServer */ = { - isa = PBXGroup; - children = ( - 01048D851D8BEA5400D0FC21 /* DirectoryWatcher.cpp */, - 01048D861D8BEA5400D0FC21 /* DirectoryWatcher.h */, - 01048D871D8BEA5400D0FC21 /* MediaServer.cpp */, - 01048D881D8BEA5400D0FC21 /* MediaServer.h */, - ); - path = MediaServer; - sourceTree = ""; - }; - 01048D8B1D8BEA5400D0FC21 /* Sources */ = { - isa = PBXGroup; - children = ( - 01048D8C1D8BEA5400D0FC21 /* BaseSource.cpp */, - 01048D8D1D8BEA5400D0FC21 /* BaseSource.h */, - 01048D8E1D8BEA5400D0FC21 /* FboSource.cpp */, - 01048D8F1D8BEA5400D0FC21 /* FboSource.h */, - 01048D901D8BEA5400D0FC21 /* ImageSource.cpp */, - 01048D911D8BEA5400D0FC21 /* ImageSource.h */, - 01048D921D8BEA5400D0FC21 /* OMXPlayerCache.cpp */, - 01048D931D8BEA5400D0FC21 /* OMXPlayerCache.h */, - 01048D941D8BEA5400D0FC21 /* SourceType.h */, - 01048D951D8BEA5400D0FC21 /* VideoSource.cpp */, - 01048D961D8BEA5400D0FC21 /* VideoSource.h */, - ); - path = Sources; - sourceTree = ""; - }; - 01048D971D8BEA5400D0FC21 /* Surfaces */ = { - isa = PBXGroup; - children = ( - 01048D981D8BEA5400D0FC21 /* BaseSurface.cpp */, - 01048D991D8BEA5400D0FC21 /* BaseSurface.h */, - 01048D9A1D8BEA5400D0FC21 /* GridWarpSurface.cpp */, - 01048D9B1D8BEA5400D0FC21 /* GridWarpSurface.h */, - 01048D9C1D8BEA5400D0FC21 /* QuadSurface.cpp */, - 01048D9D1D8BEA5400D0FC21 /* QuadSurface.h */, - 01048D9E1D8BEA5400D0FC21 /* SurfaceFactory.cpp */, - 01048D9F1D8BEA5400D0FC21 /* SurfaceFactory.h */, - 01048DA01D8BEA5400D0FC21 /* SurfaceManager.cpp */, - 01048DA11D8BEA5400D0FC21 /* SurfaceManager.h */, - 01048DA21D8BEA5400D0FC21 /* SurfaceManagerGui.cpp */, - 01048DA31D8BEA5400D0FC21 /* SurfaceManagerGui.h */, - 01048DA41D8BEA5400D0FC21 /* SurfaceStack.cpp */, - 01048DA51D8BEA5400D0FC21 /* SurfaceStack.h */, - 01048DA61D8BEA5400D0FC21 /* SurfaceType.h */, - 01048DA71D8BEA5400D0FC21 /* TriangleSurface.cpp */, - 01048DA81D8BEA5400D0FC21 /* TriangleSurface.h */, - ); - path = Surfaces; - sourceTree = ""; - }; - 01048DA91D8BEA5400D0FC21 /* UserInterface */ = { - isa = PBXGroup; - children = ( - 01048DAA1D8BEA5400D0FC21 /* BaseJoint.cpp */, - 01048DAB1D8BEA5400D0FC21 /* BaseJoint.h */, - 01048DAC1D8BEA5400D0FC21 /* CircleJoint.cpp */, - 01048DAD1D8BEA5400D0FC21 /* CircleJoint.h */, - 01048DAE1D8BEA5400D0FC21 /* EditorType.h */, - 01048DAF1D8BEA5400D0FC21 /* GuiMode.h */, - 01048DB01D8BEA5400D0FC21 /* ProjectionEditor.cpp */, - 01048DB11D8BEA5400D0FC21 /* ProjectionEditor.h */, - 01048DB21D8BEA5400D0FC21 /* RadioList.cpp */, - 01048DB31D8BEA5400D0FC21 /* RadioList.h */, - 01048DB41D8BEA5400D0FC21 /* SourcesEditor.cpp */, - 01048DB51D8BEA5400D0FC21 /* SourcesEditor.h */, - 01048DB61D8BEA5400D0FC21 /* TextureEditor.cpp */, - 01048DB71D8BEA5400D0FC21 /* TextureEditor.h */, - ); - path = UserInterface; - sourceTree = ""; - }; - 01048DB81D8BEA5400D0FC21 /* Utils */ = { - isa = PBXGroup; - children = ( - 01048DB91D8BEA5400D0FC21 /* HomographyHelper.cpp */, - 01048DBA1D8BEA5400D0FC21 /* HomographyHelper.h */, - 01048DBB1D8BEA5400D0FC21 /* TerminalListener.cpp */, - 01048DBC1D8BEA5400D0FC21 /* TerminalListener.h */, - ); - path = Utils; - sourceTree = ""; - }; 01E9AFF81D01D25E0007979C /* ofxIO */ = { isa = PBXGroup; children = ( @@ -905,6 +661,250 @@ path = src; sourceTree = ""; }; + 01FA14F71D980093005831AA /* src */ = { + isa = PBXGroup; + children = ( + 01FA14F81D980093005831AA /* Application */, + 01FA15081D980093005831AA /* Commands */, + 01FA154E1D980093005831AA /* Gui */, + 01FA155D1D980093005831AA /* Info */, + 01FA15601D980093005831AA /* MediaServer */, + 01FA15651D980093005831AA /* ofxPiMapper.cpp */, + 01FA15661D980093005831AA /* ofxPiMapper.h */, + 01FA15671D980093005831AA /* Sources */, + 01FA15731D980093005831AA /* Surfaces */, + 01FA15851D980093005831AA /* UserInterface */, + 01FA15921D980093005831AA /* Utils */, + ); + name = src; + path = ../src; + sourceTree = ""; + }; + 01FA14F81D980093005831AA /* Application */ = { + isa = PBXGroup; + children = ( + 01FA14F91D980093005831AA /* Application.cpp */, + 01FA14FA1D980093005831AA /* Application.h */, + 01FA14FB1D980093005831AA /* SettingsLoader.cpp */, + 01FA14FC1D980093005831AA /* SettingsLoader.h */, + 01FA14FD1D980093005831AA /* States */, + ); + path = Application; + sourceTree = ""; + }; + 01FA14FD1D980093005831AA /* States */ = { + isa = PBXGroup; + children = ( + 01FA14FE1D980093005831AA /* ApplicationBaseState.cpp */, + 01FA14FF1D980093005831AA /* ApplicationBaseState.h */, + 01FA15001D980093005831AA /* PresentationState.cpp */, + 01FA15011D980093005831AA /* PresentationState.h */, + 01FA15021D980093005831AA /* ProjectionMappingState.cpp */, + 01FA15031D980093005831AA /* ProjectionMappingState.h */, + 01FA15041D980093005831AA /* SourceSelectionState.cpp */, + 01FA15051D980093005831AA /* SourceSelectionState.h */, + 01FA15061D980093005831AA /* TextureMappingState.cpp */, + 01FA15071D980093005831AA /* TextureMappingState.h */, + ); + path = States; + sourceTree = ""; + }; + 01FA15081D980093005831AA /* Commands */ = { + isa = PBXGroup; + children = ( + 01FA15091D980093005831AA /* AddGridColCmd.cpp */, + 01FA150A1D980093005831AA /* AddGridColCmd.h */, + 01FA150B1D980093005831AA /* AddGridRowCmd.cpp */, + 01FA150C1D980093005831AA /* AddGridRowCmd.h */, + 01FA150D1D980093005831AA /* AddSurfaceCmd.cpp */, + 01FA150E1D980093005831AA /* AddSurfaceCmd.h */, + 01FA150F1D980093005831AA /* BaseCmd.h */, + 01FA15101D980093005831AA /* ClearSurfacesCmd.cpp */, + 01FA15111D980093005831AA /* ClearSurfacesCmd.h */, + 01FA15121D980093005831AA /* CmdManager.cpp */, + 01FA15131D980093005831AA /* CmdManager.h */, + 01FA15141D980093005831AA /* DeselectSurfaceCmd.cpp */, + 01FA15151D980093005831AA /* DeselectSurfaceCmd.h */, + 01FA15161D980093005831AA /* DeselectTexCoordCmd.cpp */, + 01FA15171D980093005831AA /* DeselectTexCoordCmd.h */, + 01FA15181D980093005831AA /* DuplicateSurfaceCmd.cpp */, + 01FA15191D980093005831AA /* DuplicateSurfaceCmd.h */, + 01FA151A1D980093005831AA /* MvAllTexCoordsCmd.cpp */, + 01FA151B1D980093005831AA /* MvAllTexCoordsCmd.h */, + 01FA151C1D980093005831AA /* MvLayerDnCmd.cpp */, + 01FA151D1D980093005831AA /* MvLayerDnCmd.h */, + 01FA151E1D980093005831AA /* MvLayerUpCmd.cpp */, + 01FA151F1D980093005831AA /* MvLayerUpCmd.h */, + 01FA15201D980093005831AA /* MvSelectionCmd.cpp */, + 01FA15211D980093005831AA /* MvSelectionCmd.h */, + 01FA15221D980093005831AA /* MvSurfaceVertCmd.cpp */, + 01FA15231D980093005831AA /* MvSurfaceVertCmd.h */, + 01FA15241D980093005831AA /* MvTexCoordCmd.cpp */, + 01FA15251D980093005831AA /* MvTexCoordCmd.h */, + 01FA15261D980093005831AA /* RmGridColCmd.cpp */, + 01FA15271D980093005831AA /* RmGridColCmd.h */, + 01FA15281D980093005831AA /* RmGridRowCmd.cpp */, + 01FA15291D980093005831AA /* RmGridRowCmd.h */, + 01FA152A1D980093005831AA /* RmSurfaceCmd.cpp */, + 01FA152B1D980093005831AA /* RmSurfaceCmd.h */, + 01FA152C1D980093005831AA /* ScaleSurfaceFromToCmd.cpp */, + 01FA152D1D980093005831AA /* ScaleSurfaceFromToCmd.h */, + 01FA152E1D980093005831AA /* SelNextSurfaceCmd.cpp */, + 01FA152F1D980093005831AA /* SelNextSurfaceCmd.h */, + 01FA15301D980093005831AA /* SelNextTexCoordCmd.cpp */, + 01FA15311D980093005831AA /* SelNextTexCoordCmd.h */, + 01FA15321D980093005831AA /* SelNextVertexCmd.cpp */, + 01FA15331D980093005831AA /* SelNextVertexCmd.h */, + 01FA15341D980093005831AA /* SelPrevSurfaceCmd.cpp */, + 01FA15351D980093005831AA /* SelPrevSurfaceCmd.h */, + 01FA15361D980093005831AA /* SelPrevTexCoordCmd.cpp */, + 01FA15371D980093005831AA /* SelPrevTexCoordCmd.h */, + 01FA15381D980093005831AA /* SelPrevVertexCmd.cpp */, + 01FA15391D980093005831AA /* SelPrevVertexCmd.h */, + 01FA153A1D980093005831AA /* SelSurfaceCmd.cpp */, + 01FA153B1D980093005831AA /* SelSurfaceCmd.h */, + 01FA153C1D980093005831AA /* SelVertexCmd.cpp */, + 01FA153D1D980093005831AA /* SelVertexCmd.h */, + 01FA153E1D980093005831AA /* SetApplicationStateCmd.cpp */, + 01FA153F1D980093005831AA /* SetApplicationStateCmd.h */, + 01FA15401D980093005831AA /* SetNextSourceCmd.cpp */, + 01FA15411D980093005831AA /* SetNextSourceCmd.h */, + 01FA15421D980093005831AA /* SetSourceCmd.cpp */, + 01FA15431D980093005831AA /* SetSourceCmd.h */, + 01FA15441D980093005831AA /* SetTexMapDrawModeCmd.cpp */, + 01FA15451D980093005831AA /* SetTexMapDrawModeCmd.h */, + 01FA15461D980093005831AA /* StartDragSurfaceCmd.cpp */, + 01FA15471D980093005831AA /* StartDragSurfaceCmd.h */, + 01FA15481D980093005831AA /* ToggleAnimatedSourceCmd.cpp */, + 01FA15491D980093005831AA /* ToggleAnimatedSourceCmd.h */, + 01FA154A1D980093005831AA /* TogglePerspectiveCmd.cpp */, + 01FA154B1D980093005831AA /* TogglePerspectiveCmd.h */, + 01FA154C1D980093005831AA /* TranslateCanvasCmd.cpp */, + 01FA154D1D980093005831AA /* TranslateCanvasCmd.h */, + ); + path = Commands; + sourceTree = ""; + }; + 01FA154E1D980093005831AA /* Gui */ = { + isa = PBXGroup; + children = ( + 01FA154F1D980093005831AA /* Gui.cpp */, + 01FA15501D980093005831AA /* Gui.h */, + 01FA15511D980093005831AA /* Widgets */, + ); + path = Gui; + sourceTree = ""; + }; + 01FA15511D980093005831AA /* Widgets */ = { + isa = PBXGroup; + children = ( + 01FA15521D980093005831AA /* GuiBaseWidget.h */, + 01FA15531D980093005831AA /* LayerPanelWidget.cpp */, + 01FA15541D980093005831AA /* LayerPanelWidget.h */, + 01FA15551D980093005831AA /* ScaleWidget.cpp */, + 01FA15561D980093005831AA /* ScaleWidget.h */, + 01FA15571D980093005831AA /* SurfaceHighlightWidget.cpp */, + 01FA15581D980093005831AA /* SurfaceHighlightWidget.h */, + 01FA15591D980093005831AA /* TextureEditorWidget.cpp */, + 01FA155A1D980093005831AA /* TextureEditorWidget.h */, + 01FA155B1D980093005831AA /* TextureHighlightWidget.cpp */, + 01FA155C1D980093005831AA /* TextureHighlightWidget.h */, + ); + path = Widgets; + sourceTree = ""; + }; + 01FA155D1D980093005831AA /* Info */ = { + isa = PBXGroup; + children = ( + 01FA155E1D980093005831AA /* Info.cpp */, + 01FA155F1D980093005831AA /* Info.h */, + ); + path = Info; + sourceTree = ""; + }; + 01FA15601D980093005831AA /* MediaServer */ = { + isa = PBXGroup; + children = ( + 01FA15611D980093005831AA /* DirectoryWatcher.cpp */, + 01FA15621D980093005831AA /* DirectoryWatcher.h */, + 01FA15631D980093005831AA /* MediaServer.cpp */, + 01FA15641D980093005831AA /* MediaServer.h */, + ); + path = MediaServer; + sourceTree = ""; + }; + 01FA15671D980093005831AA /* Sources */ = { + isa = PBXGroup; + children = ( + 01FA15681D980093005831AA /* BaseSource.cpp */, + 01FA15691D980093005831AA /* BaseSource.h */, + 01FA156A1D980093005831AA /* FboSource.cpp */, + 01FA156B1D980093005831AA /* FboSource.h */, + 01FA156C1D980093005831AA /* ImageSource.cpp */, + 01FA156D1D980093005831AA /* ImageSource.h */, + 01FA156E1D980093005831AA /* OMXPlayerCache.cpp */, + 01FA156F1D980093005831AA /* OMXPlayerCache.h */, + 01FA15701D980093005831AA /* SourceType.h */, + 01FA15711D980093005831AA /* VideoSource.cpp */, + 01FA15721D980093005831AA /* VideoSource.h */, + ); + path = Sources; + sourceTree = ""; + }; + 01FA15731D980093005831AA /* Surfaces */ = { + isa = PBXGroup; + children = ( + 01FA15741D980093005831AA /* BaseSurface.cpp */, + 01FA15751D980093005831AA /* BaseSurface.h */, + 01FA15761D980093005831AA /* GridWarpSurface.cpp */, + 01FA15771D980093005831AA /* GridWarpSurface.h */, + 01FA15781D980093005831AA /* QuadSurface.cpp */, + 01FA15791D980093005831AA /* QuadSurface.h */, + 01FA157A1D980093005831AA /* SurfaceFactory.cpp */, + 01FA157B1D980093005831AA /* SurfaceFactory.h */, + 01FA157C1D980093005831AA /* SurfaceManager.cpp */, + 01FA157D1D980093005831AA /* SurfaceManager.h */, + 01FA157E1D980093005831AA /* SurfaceManagerGui.cpp */, + 01FA157F1D980093005831AA /* SurfaceManagerGui.h */, + 01FA15801D980093005831AA /* SurfaceStack.cpp */, + 01FA15811D980093005831AA /* SurfaceStack.h */, + 01FA15821D980093005831AA /* SurfaceType.h */, + 01FA15831D980093005831AA /* TriangleSurface.cpp */, + 01FA15841D980093005831AA /* TriangleSurface.h */, + ); + path = Surfaces; + sourceTree = ""; + }; + 01FA15851D980093005831AA /* UserInterface */ = { + isa = PBXGroup; + children = ( + 01FA15861D980093005831AA /* BaseJoint.cpp */, + 01FA15871D980093005831AA /* BaseJoint.h */, + 01FA15881D980093005831AA /* CircleJoint.cpp */, + 01FA15891D980093005831AA /* CircleJoint.h */, + 01FA158A1D980093005831AA /* EditorType.h */, + 01FA158B1D980093005831AA /* GuiMode.h */, + 01FA158C1D980093005831AA /* ProjectionEditor.cpp */, + 01FA158D1D980093005831AA /* ProjectionEditor.h */, + 01FA158E1D980093005831AA /* RadioList.cpp */, + 01FA158F1D980093005831AA /* RadioList.h */, + 01FA15901D980093005831AA /* SourcesEditor.cpp */, + 01FA15911D980093005831AA /* SourcesEditor.h */, + ); + path = UserInterface; + sourceTree = ""; + }; + 01FA15921D980093005831AA /* Utils */ = { + isa = PBXGroup; + children = ( + 01FA15931D980093005831AA /* HomographyHelper.cpp */, + 01FA15941D980093005831AA /* HomographyHelper.h */, + 01FA15951D980093005831AA /* TerminalListener.cpp */, + 01FA15961D980093005831AA /* TerminalListener.h */, + ); + path = Utils; + sourceTree = ""; + }; 39264837192224C20008A7F5 /* ofxXmlSettings */ = { isa = PBXGroup; children = ( @@ -971,7 +971,7 @@ 396E8A34190FEDE500705899 /* ofxPiMapper */ = { isa = PBXGroup; children = ( - 01048D1D1D8BEA5400D0FC21 /* src */, + 01FA14F71D980093005831AA /* src */, ); name = ofxPiMapper; sourceTree = ""; @@ -1154,121 +1154,121 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 01048DD21D8BEA5400D0FC21 /* RmGridColCmd.cpp in Sources */, - 01048DC71D8BEA5400D0FC21 /* ClearSurfacesCmd.cpp in Sources */, - 01048DD91D8BEA5400D0FC21 /* SelPrevSurfaceCmd.cpp in Sources */, + 01FA15AC1D980093005831AA /* RmGridColCmd.cpp in Sources */, + 01FA15A11D980093005831AA /* ClearSurfacesCmd.cpp in Sources */, + 01FA15B31D980093005831AA /* SelPrevSurfaceCmd.cpp in Sources */, 01E9B08C1D01D25E0007979C /* lz4.c in Sources */, 01E9B0A31D01D25E0007979C /* SLIPEncoding.cpp in Sources */, - 01048DBD1D8BEA5400D0FC21 /* Application.cpp in Sources */, + 01FA15971D980093005831AA /* Application.cpp in Sources */, + 01FA15D81D980093005831AA /* CircleJoint.cpp in Sources */, 01E9B08E1D01D25E0007979C /* ByteBuffer.cpp in Sources */, 01E9B09F1D01D25E0007979C /* RecursiveDirectoryIterator.cpp in Sources */, - 01048DDA1D8BEA5400D0FC21 /* SelPrevTexCoordCmd.cpp in Sources */, - 01048DD01D8BEA5400D0FC21 /* MvSurfaceVertCmd.cpp in Sources */, - 01048DF31D8BEA5400D0FC21 /* VideoSource.cpp in Sources */, + 01FA15B41D980093005831AA /* SelPrevTexCoordCmd.cpp in Sources */, + 01FA15AA1D980093005831AA /* MvSurfaceVertCmd.cpp in Sources */, 01E9B09E1D01D25E0007979C /* PathFilterCollection.cpp in Sources */, + 01FA15CA1D980093005831AA /* BaseSource.cpp in Sources */, + 01FA15C71D980093005831AA /* DirectoryWatcher.cpp in Sources */, 3933D5D819BB87BD000ACA55 /* ofxSlider.cpp in Sources */, - 01048DD71D8BEA5400D0FC21 /* SelNextTexCoordCmd.cpp in Sources */, + 01FA15B11D980093005831AA /* SelNextTexCoordCmd.cpp in Sources */, 01E9B09A1D01D25E0007979C /* FileExtensionFilter.cpp in Sources */, 01E9B0951D01D25E0007979C /* DeviceFilter.cpp in Sources */, - 01048DDC1D8BEA5400D0FC21 /* SelSurfaceCmd.cpp in Sources */, + 01FA15D31D980093005831AA /* SurfaceManager.cpp in Sources */, + 01FA15B61D980093005831AA /* SelSurfaceCmd.cpp in Sources */, + 01FA15D41D980093005831AA /* SurfaceManagerGui.cpp in Sources */, 01E9B0981D01D25E0007979C /* DirectoryWatcher.cpp in Sources */, - 01048DF51D8BEA5400D0FC21 /* GridWarpSurface.cpp in Sources */, - 01048DDF1D8BEA5400D0FC21 /* SetNextSourceCmd.cpp in Sources */, - 01048DE01D8BEA5400D0FC21 /* SetSourceCmd.cpp in Sources */, + 01FA15B91D980093005831AA /* SetNextSourceCmd.cpp in Sources */, + 01FA15BA1D980093005831AA /* SetSourceCmd.cpp in Sources */, 3933D5DA19BB87BD000ACA55 /* ofxToggle.cpp in Sources */, - 01048DBF1D8BEA5400D0FC21 /* ApplicationBaseState.cpp in Sources */, + 01FA15991D980093005831AA /* ApplicationBaseState.cpp in Sources */, 3933D5D319BB87BD000ACA55 /* ofxBaseGui.cpp in Sources */, - 01048DF91D8BEA5400D0FC21 /* SurfaceManagerGui.cpp in Sources */, - 01048DEB1D8BEA5400D0FC21 /* Info.cpp in Sources */, - 01048E011D8BEA5400D0FC21 /* TextureEditor.cpp in Sources */, + 01FA15D51D980093005831AA /* SurfaceStack.cpp in Sources */, 3933D5D919BB87BD000ACA55 /* ofxSliderGroup.cpp in Sources */, - 01048DD81D8BEA5400D0FC21 /* SelNextVertexCmd.cpp in Sources */, - 01048DC31D8BEA5400D0FC21 /* TextureMappingState.cpp in Sources */, + 01FA15B21D980093005831AA /* SelNextVertexCmd.cpp in Sources */, + 01FA159D1D980093005831AA /* TextureMappingState.cpp in Sources */, 01E9B0921D01D25E0007979C /* ByteBufferWriter.cpp in Sources */, 01E9B0971D01D25E0007979C /* DirectoryUtils.cpp in Sources */, - 01048DFE1D8BEA5400D0FC21 /* ProjectionEditor.cpp in Sources */, - 01048DBE1D8BEA5400D0FC21 /* SettingsLoader.cpp in Sources */, - 01048DE81D8BEA5400D0FC21 /* ScaleWidget.cpp in Sources */, - 01048DDD1D8BEA5400D0FC21 /* SelVertexCmd.cpp in Sources */, + 01FA15981D980093005831AA /* SettingsLoader.cpp in Sources */, + 01FA15C21D980093005831AA /* ScaleWidget.cpp in Sources */, + 01FA15B71D980093005831AA /* SelVertexCmd.cpp in Sources */, + 01FA15CE1D980093005831AA /* VideoSource.cpp in Sources */, + 01FA15CF1D980093005831AA /* BaseSurface.cpp in Sources */, 01E9B0A01D01D25E0007979C /* RecursiveDirectoryIteratorStategies.cpp in Sources */, E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, 01E9B0931D01D25E0007979C /* COBSEncoding.cpp in Sources */, - 01048DEF1D8BEA5400D0FC21 /* BaseSource.cpp in Sources */, - 01048DDE1D8BEA5400D0FC21 /* SetApplicationStateCmd.cpp in Sources */, + 01FA15B81D980093005831AA /* SetApplicationStateCmd.cpp in Sources */, + 01FA15D71D980093005831AA /* BaseJoint.cpp in Sources */, 01E9B09B1D01D25E0007979C /* HexBinaryEncoding.cpp in Sources */, - 01048DFB1D8BEA5400D0FC21 /* TriangleSurface.cpp in Sources */, 39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */, - 01048DF01D8BEA5400D0FC21 /* FboSource.cpp in Sources */, - 01048E031D8BEA5400D0FC21 /* TerminalListener.cpp in Sources */, - 01048DE51D8BEA5400D0FC21 /* TranslateCanvasCmd.cpp in Sources */, + 01FA15DD1D980093005831AA /* TerminalListener.cpp in Sources */, + 01FA15BF1D980093005831AA /* TranslateCanvasCmd.cpp in Sources */, 3933D5D419BB87BD000ACA55 /* ofxButton.cpp in Sources */, - 01048DCD1D8BEA5400D0FC21 /* MvLayerDnCmd.cpp in Sources */, - 01048DD51D8BEA5400D0FC21 /* ScaleSurfaceFromToCmd.cpp in Sources */, + 01FA15A71D980093005831AA /* MvLayerDnCmd.cpp in Sources */, + 01FA15AF1D980093005831AA /* ScaleSurfaceFromToCmd.cpp in Sources */, 01E9B0911D01D25E0007979C /* ByteBufferUtils.cpp in Sources */, - 01048DF61D8BEA5400D0FC21 /* QuadSurface.cpp in Sources */, 01E9B08B1D01D25E0007979C /* README.md in Sources */, 01E9B09D1D01D25E0007979C /* LinkFilter.cpp in Sources */, - 01048DE91D8BEA5400D0FC21 /* SurfaceHighlightWidget.cpp in Sources */, + 01FA15CB1D980093005831AA /* FboSource.cpp in Sources */, + 01FA15C31D980093005831AA /* SurfaceHighlightWidget.cpp in Sources */, 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */, - 01048DE61D8BEA5400D0FC21 /* Gui.cpp in Sources */, + 01FA15C01D980093005831AA /* Gui.cpp in Sources */, 3933D5D619BB87BD000ACA55 /* ofxLabel.cpp in Sources */, - 01048DD41D8BEA5400D0FC21 /* RmSurfaceCmd.cpp in Sources */, - 01048DFF1D8BEA5400D0FC21 /* RadioList.cpp in Sources */, - 01048DC81D8BEA5400D0FC21 /* CmdManager.cpp in Sources */, - 01048DD61D8BEA5400D0FC21 /* SelNextSurfaceCmd.cpp in Sources */, + 01FA15DA1D980093005831AA /* RadioList.cpp in Sources */, + 01FA15AE1D980093005831AA /* RmSurfaceCmd.cpp in Sources */, + 01FA15A21D980093005831AA /* CmdManager.cpp in Sources */, + 01FA15B01D980093005831AA /* SelNextSurfaceCmd.cpp in Sources */, 01E9B0961D01D25E0007979C /* DirectoryFilter.cpp in Sources */, - 01048DD11D8BEA5400D0FC21 /* MvTexCoordCmd.cpp in Sources */, + 01FA15AB1D980093005831AA /* MvTexCoordCmd.cpp in Sources */, 01E9B0A21D01D25E0007979C /* SearchPath.cpp in Sources */, - 01048DCC1D8BEA5400D0FC21 /* MvAllTexCoordsCmd.cpp in Sources */, - 01048DE71D8BEA5400D0FC21 /* LayerPanelWidget.cpp in Sources */, + 01FA15A61D980093005831AA /* MvAllTexCoordsCmd.cpp in Sources */, + 01FA15C11D980093005831AA /* LayerPanelWidget.cpp in Sources */, 01E9B0901D01D25E0007979C /* ByteBufferStream.cpp in Sources */, 01E9B08D1D01D25E0007979C /* Base64Encoding.cpp in Sources */, + 01FA15CC1D980093005831AA /* ImageSource.cpp in Sources */, + 01FA15D91D980093005831AA /* ProjectionEditor.cpp in Sources */, + 01FA15C61D980093005831AA /* Info.cpp in Sources */, 01E9B0A51D01D25E0007979C /* snappy-sinksource.cc in Sources */, - 01048DCF1D8BEA5400D0FC21 /* MvSelectionCmd.cpp in Sources */, - 01048DEC1D8BEA5400D0FC21 /* DirectoryWatcher.cpp in Sources */, - 01048DF41D8BEA5400D0FC21 /* BaseSurface.cpp in Sources */, + 01FA15A91D980093005831AA /* MvSelectionCmd.cpp in Sources */, 01E9B0941D01D25E0007979C /* Compression.cpp in Sources */, 01E9B08F1D01D25E0007979C /* ByteBufferReader.cpp in Sources */, - 01048DC01D8BEA5400D0FC21 /* PresentationState.cpp in Sources */, - 01048DDB1D8BEA5400D0FC21 /* SelPrevVertexCmd.cpp in Sources */, + 01FA15D21D980093005831AA /* SurfaceFactory.cpp in Sources */, + 01FA159A1D980093005831AA /* PresentationState.cpp in Sources */, + 01FA15B51D980093005831AA /* SelPrevVertexCmd.cpp in Sources */, + 01FA15DB1D980093005831AA /* SourcesEditor.cpp in Sources */, E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, - 01048DF21D8BEA5400D0FC21 /* OMXPlayerCache.cpp in Sources */, - 01048E001D8BEA5400D0FC21 /* SourcesEditor.cpp in Sources */, - 01048DFA1D8BEA5400D0FC21 /* SurfaceStack.cpp in Sources */, - 01048DC21D8BEA5400D0FC21 /* SourceSelectionState.cpp in Sources */, + 01FA159C1D980093005831AA /* SourceSelectionState.cpp in Sources */, 3933D5D719BB87BD000ACA55 /* ofxPanel.cpp in Sources */, - 01048DF71D8BEA5400D0FC21 /* SurfaceFactory.cpp in Sources */, - 01048DF11D8BEA5400D0FC21 /* ImageSource.cpp in Sources */, - 01048DE21D8BEA5400D0FC21 /* StartDragSurfaceCmd.cpp in Sources */, - 01048DC61D8BEA5400D0FC21 /* AddSurfaceCmd.cpp in Sources */, - 01048DCA1D8BEA5400D0FC21 /* DeselectTexCoordCmd.cpp in Sources */, - 01048DCB1D8BEA5400D0FC21 /* DuplicateSurfaceCmd.cpp in Sources */, - 01048DED1D8BEA5400D0FC21 /* MediaServer.cpp in Sources */, - 01048DFC1D8BEA5400D0FC21 /* BaseJoint.cpp in Sources */, - 01048DE11D8BEA5400D0FC21 /* SetTexMapDrawModeCmd.cpp in Sources */, + 01FA15BC1D980093005831AA /* StartDragSurfaceCmd.cpp in Sources */, + 01FA15D11D980093005831AA /* QuadSurface.cpp in Sources */, + 01FA15A01D980093005831AA /* AddSurfaceCmd.cpp in Sources */, + 01FA15C41D980093005831AA /* TextureEditorWidget.cpp in Sources */, + 01FA15A41D980093005831AA /* DeselectTexCoordCmd.cpp in Sources */, + 01FA15A51D980093005831AA /* DuplicateSurfaceCmd.cpp in Sources */, + 01FA15C81D980093005831AA /* MediaServer.cpp in Sources */, + 01FA15BB1D980093005831AA /* SetTexMapDrawModeCmd.cpp in Sources */, 01E9B09C1D01D25E0007979C /* HiddenFileFilter.cpp in Sources */, - 01048DC51D8BEA5400D0FC21 /* AddGridRowCmd.cpp in Sources */, + 01FA159F1D980093005831AA /* AddGridRowCmd.cpp in Sources */, + 01FA15D61D980093005831AA /* TriangleSurface.cpp in Sources */, 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */, + 01FA15C91D980093005831AA /* ofxPiMapper.cpp in Sources */, 01E9B0A41D01D25E0007979C /* URIEncoding.cpp in Sources */, - 01048DC11D8BEA5400D0FC21 /* ProjectionMappingState.cpp in Sources */, + 01FA159B1D980093005831AA /* ProjectionMappingState.cpp in Sources */, 01E9B0A71D01D25E0007979C /* snappy.cc in Sources */, + 01FA15D01D980093005831AA /* GridWarpSurface.cpp in Sources */, 3926483B192224DA0008A7F5 /* ofxXmlSettings.cpp in Sources */, 01E9B0A11D01D25E0007979C /* RegexPathFilter.cpp in Sources */, - 01048DD31D8BEA5400D0FC21 /* RmGridRowCmd.cpp in Sources */, - 01048DEE1D8BEA5400D0FC21 /* ofxPiMapper.cpp in Sources */, + 01FA15AD1D980093005831AA /* RmGridRowCmd.cpp in Sources */, 397EFC821A09047C0009286E /* CameraSource.cpp in Sources */, - 01048DCE1D8BEA5400D0FC21 /* MvLayerUpCmd.cpp in Sources */, - 01048DE41D8BEA5400D0FC21 /* TogglePerspectiveCmd.cpp in Sources */, + 01FA15A81D980093005831AA /* MvLayerUpCmd.cpp in Sources */, + 01FA15BE1D980093005831AA /* TogglePerspectiveCmd.cpp in Sources */, + 01FA15CD1D980093005831AA /* OMXPlayerCache.cpp in Sources */, + 01FA15C51D980093005831AA /* TextureHighlightWidget.cpp in Sources */, 01E9B0991D01D25E0007979C /* DirectoryWatcherManager.cpp in Sources */, 3933D5D519BB87BD000ACA55 /* ofxGuiGroup.cpp in Sources */, 01E9B0A61D01D25E0007979C /* snappy-stubs-internal.cc in Sources */, - 01048DC91D8BEA5400D0FC21 /* DeselectSurfaceCmd.cpp in Sources */, - 01048DC41D8BEA5400D0FC21 /* AddGridColCmd.cpp in Sources */, - 01048DEA1D8BEA5400D0FC21 /* TextureHighlightWidget.cpp in Sources */, - 01048DE31D8BEA5400D0FC21 /* ToggleAnimatedSourceCmd.cpp in Sources */, - 01048DF81D8BEA5400D0FC21 /* SurfaceManager.cpp in Sources */, - 01048DFD1D8BEA5400D0FC21 /* CircleJoint.cpp in Sources */, - 01048E021D8BEA5400D0FC21 /* HomographyHelper.cpp in Sources */, + 01FA15A31D980093005831AA /* DeselectSurfaceCmd.cpp in Sources */, + 01FA159E1D980093005831AA /* AddGridColCmd.cpp in Sources */, + 01FA15BD1D980093005831AA /* ToggleAnimatedSourceCmd.cpp in Sources */, + 01FA15DC1D980093005831AA /* HomographyHelper.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };