Update XCode and MSVC projects

This commit is contained in:
Celtic Minstrel 2016-02-26 00:20:05 -05:00
parent dfe6f6c935
commit 9a77b81fc7
2 changed files with 6 additions and 0 deletions

View file

@ -5411,6 +5411,10 @@
RelativePath="..\..\src\gui\widgets\grid_private.hpp"
>
</File>
<File
RelativePath="..\..\src\gui\widgets\group.hpp"
>
</File>
<File
RelativePath="..\..\src\gui\widgets\helper.cpp"
>

View file

@ -1493,6 +1493,7 @@
91F4628F1C7116E30050A9C9 /* combobox.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = combobox.hpp; sourceTree = "<group>"; };
91F462921C7117400050A9C9 /* drop_down_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = drop_down_list.cpp; sourceTree = "<group>"; };
91F462931C7117400050A9C9 /* drop_down_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = drop_down_list.hpp; sourceTree = "<group>"; };
91FAC70B1C80168600DAB2C3 /* group.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = group.hpp; sourceTree = "<group>"; };
B504B94A1284C06B00261FE9 /* tips.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tips.cpp; sourceTree = "<group>"; };
B504B94B1284C06B00261FE9 /* tips.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tips.hpp; sourceTree = "<group>"; };
B508D13E10013BF900B12852 /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = lib/Growl.framework; sourceTree = "<group>"; };
@ -4230,6 +4231,7 @@
B5A9BCF70ECA805A002BE442 /* grid.cpp */,
B5A9BCF80ECA805A002BE442 /* grid.hpp */,
B54AC6F70FEA9FA5006F6FBD /* grid_private.hpp */,
91FAC70B1C80168600DAB2C3 /* group.hpp */,
B5A9BCF90ECA805A002BE442 /* helper.cpp */,
B5A9BCFA0ECA805A002BE442 /* helper.hpp */,
B5795A610F05858100EB190E /* horizontal_scrollbar.cpp */,