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, 0 insertions, 32 deletions
diff --git a/RenderScript/build/Windows.Shared/RenderScript.props b/RenderScript/build/Windows.Shared/RenderScript.props
deleted file mode 100644
index 844625f..0000000
--- a/RenderScript/build/Windows.Shared/RenderScript.props
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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