aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.vcxproj4
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters4
2 files changed, 6 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index b8b8fc52aa..9443ad9d1c 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -441,6 +441,7 @@
<ClCompile Include="..\..\xbmc\GUIPassword.cpp" />
<ClCompile Include="..\..\xbmc\GUIViewControl.cpp" />
<ClCompile Include="..\..\xbmc\GUIViewState.cpp" />
+ <ClCompile Include="..\..\xbmc\InertialScrollingHandler.cpp" />
<ClCompile Include="..\..\xbmc\input\ButtonTranslator.cpp" />
<ClCompile Include="..\..\xbmc\input\KeyboardLayoutConfiguration.cpp" />
<ClCompile Include="..\..\xbmc\input\KeyboardStat.cpp" />
@@ -1352,6 +1353,7 @@
<ClInclude Include="..\..\xbmc\GUIUserMessages.h" />
<ClInclude Include="..\..\xbmc\GUIViewControl.h" />
<ClInclude Include="..\..\xbmc\GUIViewState.h" />
+ <ClInclude Include="..\..\xbmc\InertialScrollingHandler.h" />
<ClInclude Include="..\..\xbmc\input\ButtonTranslator.h" />
<ClInclude Include="..\..\xbmc\input\KeyboardLayoutConfiguration.h" />
<ClInclude Include="..\..\xbmc\input\KeyboardStat.h" />
@@ -2062,4 +2064,4 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index d6f92e1483..a57dd7f797 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2466,6 +2466,7 @@
<ClCompile Include="..\..\xbmc\threads\ThreadLocal.cpp">
<Filter>threads</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\InertialScrollingHandler.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">
@@ -4949,6 +4950,7 @@
<ClInclude Include="..\..\xbmc\threads\ThreadLocal.h">
<Filter>threads</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\InertialScrollingHandler.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\xbmc\win32\XBMC.ico">
@@ -4965,4 +4967,4 @@
<Filter>win32</Filter>
</CustomBuild>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file