aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XbmcCommons.vcxproj
diff options
context:
space:
mode:
authorFernetMenta <fernetmenta@online.de>2012-05-02 12:44:32 +0200
committerJim Carroll <thecarrolls@jiminger.com>2012-05-12 11:08:52 -0400
commitcf3383acaee5381627dca140480ec53cee1084b2 (patch)
tree9ad8d88a310a918a9b4c9b64f8119aae0e469874 /project/VS2010Express/XbmcCommons.vcxproj
parent22980d8e8df2fb727d05f3e22c825a6747b7e387 (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.vcxproj2
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">