-
Notifications
You must be signed in to change notification settings - Fork 1
/
Texturize.props
20 lines (20 loc) · 947 Bytes
/
Texturize.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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">
<TexturizePath>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</TexturizePath>
</PropertyGroup>
<PropertyGroup>
<LibraryPath>$(TexturizePath)\lib\$(Configuration)\;$(LibraryPath)</LibraryPath>
<IncludePath>$(TexturizePath)\include\;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>Texturize.Sampling.lib;Texturize.Analysis.lib;Texturize.Core.lib;Texturize.Codecs.lib;Texturize.Codecs.EXR.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>xcopy /y /d "$(TexturizePath)\bin\$(Configuration)\*.dll" "$(OutDir)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project>