diff options
author | montellese <montellese@xbmc.org> | 2013-08-06 15:03:42 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-08-06 15:03:42 +0200 |
commit | c983b075579ef30818fc78ba046be6fe8aa57599 (patch) | |
tree | f0a324d8d3fae52fc32dd42ed56f2044b1c62b95 /project/VS2010Express/XBMC.vcxproj | |
parent | 9ea47b6d35efd5a415157eff961bbdcc35499086 (diff) |
[win32] update VS project files
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 8c7951f993..acd84b63ad 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -984,7 +984,7 @@ <ClCompile Include="..\..\xbmc\settings\SettingSection.cpp" /> <ClCompile Include="..\..\xbmc\settings\SettingsManager.cpp" /> <ClCompile Include="..\..\xbmc\settings\SettingUpdate.cpp" /> - <ClCompile Include="..\..\xbmc\settings\SettingVisibility.cpp" /> + <ClCompile Include="..\..\xbmc\settings\SettingRequirement.cpp" /> <ClCompile Include="..\..\xbmc\settings\SkinSettings.cpp" /> <ClCompile Include="..\..\xbmc\settings\VideoSettings.cpp" /> <ClCompile Include="..\..\xbmc\settings\windows\GUIControlSettings.cpp" /> @@ -1185,7 +1185,7 @@ <ClInclude Include="..\..\xbmc\settings\SettingSection.h" /> <ClInclude Include="..\..\xbmc\settings\SettingsManager.h" /> <ClInclude Include="..\..\xbmc\settings\SettingUpdate.h" /> - <ClInclude Include="..\..\xbmc\settings\SettingVisibility.h" /> + <ClInclude Include="..\..\xbmc\settings\SettingRequirement.h" /> <ClInclude Include="..\..\xbmc\settings\SkinSettings.h" /> <ClInclude Include="..\..\xbmc\settings\windows\GUIControlSettings.h" /> <ClInclude Include="..\..\xbmc\settings\windows\GUIWindowSettings.h" /> @@ -2996,4 +2996,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project> +</Project>
\ No newline at end of file |