summaryrefslogtreecommitdiff
path: root/msbuild/textures/textures.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'msbuild/textures/textures.vcxproj')
-rw-r--r--msbuild/textures/textures.vcxproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/msbuild/textures/textures.vcxproj b/msbuild/textures/textures.vcxproj
index 2ee9f8c..b418c7f 100644
--- a/msbuild/textures/textures.vcxproj
+++ b/msbuild/textures/textures.vcxproj
@@ -207,6 +207,15 @@
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc5</Command>
</CustomBuild>
</ItemGroup>
+ <ItemGroup>
+ <CustomBuild Include="..\..\intermediate\sky.hdr">
+ <FileType>Document</FileType>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex rgba16f</Command>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex rgba16f</Command>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex rgba16f</Command>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex rgba16f</Command>
+ </CustomBuild>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>