aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2013-10-28 21:37:59 +1300
committerJonathan Marshall <jmarshall@xbmc.org>2013-11-03 11:40:21 +1300
commit7d0fc2ebc328efc347cf2e19ed66ea58b18b9c48 (patch)
tree9964e4491370b086fd0082868941aaf597fd3709 /project/VS2010Express
parentc942af650ba8dbd3479c5646f2aa0d5ea55d9b6e (diff)
[smartplaylist] move CDatabaseQueryRule to a new file
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters8
2 files changed, 9 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 1a13b8bd03..9ff5c9851f 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -419,6 +419,7 @@
<ClCompile Include="..\..\xbmc\CueDocument.cpp" />
<ClCompile Include="..\..\xbmc\DbUrl.cpp" />
<ClCompile Include="..\..\xbmc\dbwrappers\Database.cpp" />
+ <ClCompile Include="..\..\xbmc\dbwrappers\DatabaseQuery.cpp" />
<ClCompile Include="..\..\xbmc\dbwrappers\dataset.cpp" />
<ClCompile Include="..\..\xbmc\dbwrappers\mysqldataset.cpp" />
<ClCompile Include="..\..\xbmc\dbwrappers\qry_dat.cpp" />
@@ -2051,6 +2052,7 @@
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.h" />
<ClInclude Include="..\..\xbmc\CueDocument.h" />
<ClInclude Include="..\..\xbmc\dbwrappers\Database.h" />
+ <ClInclude Include="..\..\xbmc\dbwrappers\DatabaseQuery.h" />
<ClInclude Include="..\..\xbmc\dbwrappers\dataset.h" />
<ClInclude Include="..\..\xbmc\dbwrappers\mysqldataset.h" />
<ClInclude Include="..\..\xbmc\dbwrappers\qry_dat.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 74e82c44ac..adbb54e53e 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2450,6 +2450,9 @@
<ClCompile Include="..\..\xbmc\dbwrappers\Database.cpp">
<Filter>dbwrappers</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\dbwrappers\DatabaseQuery.cpp">
+ <Filter>dbwrappers</Filter>
+ </ClCompile>
<ClCompile Include="..\..\xbmc\dbwrappers\dataset.cpp">
<Filter>dbwrappers</Filter>
</ClCompile>
@@ -5520,6 +5523,9 @@
<ClInclude Include="..\..\xbmc\dbwrappers\Database.h">
<Filter>dbwrappers</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\dbwrappers\DatabaseQuery.h">
+ <Filter>dbwrappers</Filter>
+ </ClInclude>
<ClInclude Include="..\..\xbmc\dbwrappers\dataset.h">
<Filter>dbwrappers</Filter>
</ClInclude>
@@ -6051,4 +6057,4 @@
<Filter>interfaces\swig</Filter>
</None>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>