diff options
Diffstat (limited to 'MSVC_Net2013/giomm.vcxproj')
-rw-r--r-- | MSVC_Net2013/giomm.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MSVC_Net2013/giomm.vcxproj b/MSVC_Net2013/giomm.vcxproj index 3e86d74d..bc4fc3d5 100644 --- a/MSVC_Net2013/giomm.vcxproj +++ b/MSVC_Net2013/giomm.vcxproj @@ -249,6 +249,8 @@ <ClCompile Include="..\gio\giomm\initable.cc" /> <ClCompile Include="..\gio\giomm\inputstream.cc" /> <ClCompile Include="..\gio\giomm\iostream.cc" /> + <ClCompile Include="..\gio\giomm\listmodel.cc" /> + <ClCompile Include="..\gio\giomm\liststore.cc" /> <ClCompile Include="..\gio\giomm\loadableicon.cc" /> <ClCompile Include="..\gio\giomm\memoryinputstream.cc" /> <ClCompile Include="..\gio\giomm\memoryoutputstream.cc" /> @@ -377,6 +379,8 @@ <ClInclude Include="..\gio\giomm\initable.h" /> <ClInclude Include="..\gio\giomm\inputstream.h" /> <ClInclude Include="..\gio\giomm\iostream.h" /> + <ClInclude Include="..\gio\giomm\listmodel.h" /> + <ClInclude Include="..\gio\giomm\liststore.h" /> <ClInclude Include="..\gio\giomm\loadableicon.h" /> <ClInclude Include="..\gio\giomm\memoryinputstream.h" /> <ClInclude Include="..\gio\giomm\memoryoutputstream.h" /> |