diff options
Diffstat (limited to 'project/VS2010Express/XbmcCommons.vcxproj')
-rw-r--r-- | project/VS2010Express/XbmcCommons.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XbmcCommons.vcxproj b/project/VS2010Express/XbmcCommons.vcxproj index 6215e86c6e..0fadaf9696 100644 --- a/project/VS2010Express/XbmcCommons.vcxproj +++ b/project/VS2010Express/XbmcCommons.vcxproj @@ -11,9 +11,11 @@ </ProjectConfiguration> </ItemGroup> <ItemGroup> + <ClCompile Include="..\..\xbmc\commons\Exception.cpp" /> <ClCompile Include="..\..\xbmc\commons\ilog.cpp" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\..\xbmc\commons\Exception.h" /> <ClInclude Include="..\..\xbmc\commons\ilog.h" /> </ItemGroup> <PropertyGroup Label="Globals"> |