diff options
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index a7630098f5..96cf3ce51a 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1130,6 +1130,7 @@ <ClInclude Include="..\..\xbmc\utils\LegacyPathTranslation.h" /> <ClInclude Include="..\..\xbmc\utils\RssManager.h" /> <ClInclude Include="..\..\xbmc\utils\StringValidation.h" /> + <ClInclude Include="..\..\xbmc\utils\Utf8Utils.h" /> <ClInclude Include="..\..\xbmc\utils\uXstrings.h" /> <ClInclude Include="..\..\xbmc\utils\Vector.h" /> <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h" /> @@ -1281,6 +1282,7 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">true</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\..\xbmc\utils\Utf8Utils.cpp" /> <ClCompile Include="..\..\xbmc\utils\Vector.cpp" /> <ClCompile Include="..\..\xbmc\video\PlayerController.cpp" /> <ClCompile Include="..\..\xbmc\video\VideoThumbLoader.cpp" /> @@ -2911,4 +2913,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project> +</Project>
\ No newline at end of file |