aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC for Windows.props
diff options
context:
space:
mode:
authorCrystalPT <CrystalPT@svn>2010-05-13 16:41:59 +0000
committerCrystalPT <CrystalPT@svn>2010-05-13 16:41:59 +0000
commitd2151cc515dbf4f223b0bc8703ddde6cc55b4e63 (patch)
treef016458c917718c89430c73b575ecadc9bb53c73 /project/VS2010Express/XBMC for Windows.props
parentdb870d9756d6ad82dd1f3239d2a7f8ae36b81f43 (diff)
[WIN32] fixed: add property sheet to VS2010 project - equivalent to global settings of VS2008
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30125 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2010Express/XBMC for Windows.props')
-rw-r--r--project/VS2010Express/XBMC for Windows.props13
1 files changed, 13 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC for Windows.props b/project/VS2010Express/XBMC for Windows.props
new file mode 100644
index 0000000000..62dd080f9c
--- /dev/null
+++ b/project/VS2010Express/XBMC for Windows.props
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <IncludePath>$(SolutionDir)\..\BuildDependencies\include;$(IncludePath)</IncludePath>
+ </PropertyGroup>
+ <PropertyGroup>
+ <LibraryPath>$(SolutionDir)\..\BuildDependencies\lib;$(LibraryPath)</LibraryPath>
+ </PropertyGroup>
+ <ItemDefinitionGroup />
+ <ItemGroup />
+</Project> \ No newline at end of file