summaryrefslogtreecommitdiffstats
path: root/TextureLoader/build/Windows.Shared/TextureLoader.props
blob: e1fd8928edfe6c5c56eb6efe79d46de4db9d5779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>