aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-03-11 10:46:32 +0100
committermontellese <montellese@xbmc.org>2013-03-11 10:46:32 +0100
commit03e18f4313e331c6fbc484049025f8ba8194a844 (patch)
treea1b7862feb641377ac3e6cef27150e7f2f87aae5
parentde8b35ef8d4b7b5c8e276dbf3c0134da982951ec (diff)
[win32] update VS project files after 92c7bf0e682a63baee3cd81a36468a346b16d5a8
-rw-r--r--project/VS2010Express/XbmcCommons.vcxproj1
-rw-r--r--project/VS2010Express/XbmcCommons.vcxproj.filters1
2 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XbmcCommons.vcxproj b/project/VS2010Express/XbmcCommons.vcxproj
index 746851eef5..818558291e 100644
--- a/project/VS2010Express/XbmcCommons.vcxproj
+++ b/project/VS2010Express/XbmcCommons.vcxproj
@@ -15,6 +15,7 @@
<ClCompile Include="..\..\xbmc\commons\ilog.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\..\xbmc\commons\Buffer.h" />
<ClInclude Include="..\..\xbmc\commons\Exception.h" />
<ClInclude Include="..\..\xbmc\commons\ilog.h" />
</ItemGroup>
diff --git a/project/VS2010Express/XbmcCommons.vcxproj.filters b/project/VS2010Express/XbmcCommons.vcxproj.filters
index 7a3faa57a4..e91146b331 100644
--- a/project/VS2010Express/XbmcCommons.vcxproj.filters
+++ b/project/VS2010Express/XbmcCommons.vcxproj.filters
@@ -7,5 +7,6 @@
<ItemGroup>
<ClInclude Include="..\..\xbmc\commons\ilog.h" />
<ClInclude Include="..\..\xbmc\commons\Exception.h" />
+ <ClInclude Include="..\..\xbmc\commons\Buffer.h" />
</ItemGroup>
</Project> \ No newline at end of file