diff options
author | montellese <montellese@xbmc.org> | 2013-04-29 22:48:14 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-05-13 21:30:25 +0200 |
commit | 9621de14f6a0a9b024a62c897de15264d7279aed (patch) | |
tree | c0505dbed98d4312b07ae2d26a7328e197073403 /project/VS2010Express | |
parent | 4e4a19fc3d9c26a53b872750f48976b1b6e1f066 (diff) |
[win32] update VS project files
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index cd296253e5..c43481592d 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1158,6 +1158,7 @@ <ClInclude Include="..\..\xbmc\utils\BooleanLogic.h" /> <ClInclude Include="..\..\xbmc\utils\IRssObserver.h" /> <ClInclude Include="..\..\xbmc\utils\IXmlDeserializable.h" /> + <ClInclude Include="..\..\xbmc\utils\LegacyPathTranslation.h" /> <ClInclude Include="..\..\xbmc\utils\RssManager.h" /> <ClInclude Include="..\..\xbmc\utils\Vector.h" /> <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h" /> @@ -1297,6 +1298,7 @@ <ClInclude Include="..\..\xbmc\interfaces\json-rpc\AddonsOperations.h" /> <ClCompile Include="..\..\xbmc\ThumbLoader.cpp" /> <ClCompile Include="..\..\xbmc\utils\BooleanLogic.cpp" /> + <ClCompile Include="..\..\xbmc\utils\LegacyPathTranslation.cpp" /> <ClCompile Include="..\..\xbmc\utils\RssManager.cpp" /> <ClCompile Include="..\..\xbmc\utils\test\TestUrlOptions.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index fbbac440ed..5191d1255e 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3036,6 +3036,9 @@ <ClCompile Include="..\..\xbmc\utils\Environment.cpp"> <Filter>utils</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\utils\LegacyPathTranslation.cpp"> + <Filter>utils</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -5945,6 +5948,9 @@ <ClInclude Include="..\..\xbmc\utils\Environment.h"> <Filter>utils</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\utils\LegacyPathTranslation.h"> + <Filter>utils</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> |