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