summaryrefslogtreecommitdiffstats
path: root/RenderScript/build/Windows.Shared/RenderScript.props
diff options
context:
space:
mode:
Diffstat (limited to 'RenderScript/build/Windows.Shared/RenderScript.props')
-rw-r--r--RenderScript/build/Windows.Shared/RenderScript.props32
1 files changed, 32 insertions, 0 deletions
diff --git a/RenderScript/build/Windows.Shared/RenderScript.props b/RenderScript/build/Windows.Shared/RenderScript.props
new file mode 100644
index 0000000..844625f
--- /dev/null
+++ b/RenderScript/build/Windows.Shared/RenderScript.props
@@ -0,0 +1,32 @@
+<?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">
+ <ProjectRoot>..\..</ProjectRoot>
+ <ToolsRoot>..\..\..</ToolsRoot>
+ <EngineRoot>..\..\..\..</EngineRoot>
+ <CoreRoot>$(EngineRoot)\diligentcore</CoreRoot>
+ <GraphicsRoot>$(CoreRoot)\Graphics</GraphicsRoot>
+ </PropertyGroup>
+ <PropertyGroup>
+ <IncludePath>$(ProjectRoot)\include;$(CoreRoot)\Common\include;$(CoreRoot)\Common\interface;$(GraphicsRoot)\GraphicsEngine\interface;$(ToolsRoot)\External\lua-5.2.3\src;$(CoreRoot)\Platforms\interface;$(GraphicsRoot)\GraphicsTools\include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
+ </PropertyGroup>
+ <ItemDefinitionGroup />
+ <ItemGroup>
+ <BuildMacro Include="ProjectRoot">
+ <Value>$(ProjectRoot)</Value>
+ </BuildMacro>
+ <BuildMacro Include="ToolsRoot">
+ <Value>$(ToolsRoot)</Value>
+ </BuildMacro>
+ <BuildMacro Include="EngineRoot">
+ <Value>$(EngineRoot)</Value>
+ </BuildMacro>
+ <BuildMacro Include="CoreRoot">
+ <Value>$(CoreRoot)</Value>
+ </BuildMacro>
+ <BuildMacro Include="GraphicsRoot">
+ <Value>$(GraphicsRoot)</Value>
+ </BuildMacro>
+ </ItemGroup>
+</Project> \ No newline at end of file