aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPär Björklund <per.bjorklund@gmail.com>2015-04-08 19:08:32 +0200
committerPär Björklund <per.bjorklund@gmail.com>2015-07-05 20:50:02 +0200
commitf4daa86ac40f5a3c52493ff0dfbbb61c8ecb19d7 (patch)
tree1693446776046e872c1f49f33fbc884b49f18672 /project
parent333bd8f5ee72b34de0b1190546385ff728b021cb (diff)
Moved a few functions from infomanager to sysinfo
moved labels to a separate file removed a few includes to infomanager that only needs the label
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj1
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters8
2 files changed, 8 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index e19b485bf5..eb333d68dc 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -910,6 +910,7 @@
<ClInclude Include="..\..\xbmc\filesystem\win32\Win32SMBDirectory.h" />
<ClInclude Include="..\..\xbmc\filesystem\win32\Win32File.h" />
<ClInclude Include="..\..\xbmc\filesystem\win32\Win32SMBFile.h" />
+ <ClInclude Include="..\..\xbmc\guiinfo\GUIInfoLabels.h" />
<ClInclude Include="..\..\xbmc\guilib\cximage.h" />
<ClInclude Include="..\..\xbmc\guilib\GUIKeyboard.h" />
<ClInclude Include="..\..\xbmc\guilib\GUIKeyboardFactory.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index f733803f9a..7646e8c127 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -343,6 +343,9 @@
<Filter Include="shaders">
<UniqueIdentifier>{9fe3f6e1-16d1-4437-b859-1b183adcef22}</UniqueIdentifier>
</Filter>
+ <Filter Include="guiinfo">
+ <UniqueIdentifier>{bc76faa4-e05e-4f08-b332-a91d7bc3207f}</UniqueIdentifier>
+ </Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\xbmc\win32\pch.cpp">
@@ -6004,6 +6007,9 @@
<ClInclude Include="..\..\xbmc\win32\dxerr.h">
<Filter>win32</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\guiinfo\GUIInfoLabels.h">
+ <Filter>guiinfo</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc">
@@ -6090,4 +6096,4 @@
<Filter>shaders</Filter>
</FxCompile>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file