aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2014-01-24 20:08:32 +1300
committerJonathan Marshall <jmarshall@xbmc.org>2014-01-24 20:08:32 +1300
commit880266a14b6c77bd6f1d33b45fdc8029ea7e3a87 (patch)
treee3e6753d5b005f28166c40abd7a501dd1a1e103e /project
parent0c58c2fe78cbad85301b74905dba089f5750c520 (diff)
[info] don't ToLower() info conditions prior to resolving them - we need only compare them caseless in the info store
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj1
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index e655f7bb44..bfefc2b180 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -639,6 +639,7 @@
<ClCompile Include="..\..\xbmc\interfaces\Builtins.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\generic\LanguageInvokerThread.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\generic\ScriptInvocationManager.cpp" />
+ <ClCompile Include="..\..\xbmc\interfaces\info\InfoBool.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\info\InfoExpression.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\info\SkinVariable.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\json-rpc\AddonsOperations.cpp" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index c4d6cfcfbb..3e5fffd35f 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -1906,6 +1906,9 @@
<ClCompile Include="..\..\xbmc\input\InertialScrollingHandler.cpp">
<Filter>input</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\interfaces\info\InfoBool.cpp">
+ <Filter>interfaces\info</Filter>
+ </ClCompile>
<ClCompile Include="..\..\xbmc\interfaces\info\InfoExpression.cpp">
<Filter>interfaces\info</Filter>
</ClCompile>