aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-09-13 22:07:21 +0200
committermontellese <montellese@xbmc.org>2012-09-13 22:14:59 +0200
commit64a8c4662e2856684422356eb2a1300e1c348e1d (patch)
treedf82c450ad0501d1f089c6c6f0de84aba526bd41 /project
parent3fb4fa2b336dd5fba6c6ba7d617eb307dc1e6e8f (diff)
[win32] add interfaces/swig/ControlListAddItemMethods.i to VS project
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj3
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters5
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index da4b575cf5..2c0ea6ab7b 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -2896,6 +2896,9 @@
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">%(RelativeDir)..\python\generated\%(Filename).cpp</Outputs>
</CustomBuild>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\xbmc\interfaces\swig\ControlListAddItemMethods.i" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 20c8db4ff6..ebf7a0ce1c 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -5761,4 +5761,9 @@
<Filter>interfaces\swig</Filter>
</CustomBuild>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\xbmc\interfaces\swig\ControlListAddItemMethods.i">
+ <Filter>interfaces\swig</Filter>
+ </None>
+ </ItemGroup>
</Project> \ No newline at end of file