diff options
author | FernetMenta <fernetmenta@online.de> | 2012-05-02 12:44:32 +0200 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2012-05-12 11:08:52 -0400 |
commit | cf3383acaee5381627dca140480ec53cee1084b2 (patch) | |
tree | 9ad8d88a310a918a9b4c9b64f8119aae0e469874 /project/VS2010Express/XbmcCommons.vcxproj | |
parent | 22980d8e8df2fb727d05f3e22c825a6747b7e387 (diff) |
Adds back signal handling and windows translated exception handling in a less platform specific manner while preserving the library dependency hierarchy.
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 4e06597654..988468cc73 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"> |