diff options
author | montellese <montellese@xbmc.org> | 2013-08-09 14:24:50 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-09-09 08:03:54 +0200 |
commit | 464f10d8bf62de52b139b2289170b5f3eaaa1de7 (patch) | |
tree | f20fbafa108b841f534352ac0e9f5b5b3280f37e /project/VS2010Express/XBMC.vcxproj | |
parent | b0c5b559fa81e60088457c4f6510cda0f97f8e01 (diff) |
[win32] update VS project files
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 4c0868cdc4..518bb232c9 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1209,6 +1209,7 @@ <ClInclude Include="..\..\xbmc\utils\IXmlDeserializable.h" /> <ClInclude Include="..\..\xbmc\utils\LegacyPathTranslation.h" /> <ClInclude Include="..\..\xbmc\utils\RssManager.h" /> + <ClInclude Include="..\..\xbmc\utils\StringValidation.h" /> <ClInclude Include="..\..\xbmc\utils\Vector.h" /> <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h" /> <ClInclude Include="..\..\xbmc\interfaces\python\swig.h" /> @@ -1350,6 +1351,7 @@ <ClCompile Include="..\..\xbmc\utils\BooleanLogic.cpp" /> <ClCompile Include="..\..\xbmc\utils\LegacyPathTranslation.cpp" /> <ClCompile Include="..\..\xbmc\utils\RssManager.cpp" /> + <ClCompile Include="..\..\xbmc\utils\StringValidation.cpp" /> <ClCompile Include="..\..\xbmc\utils\test\TestUrlOptions.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild> |