diff options
Diffstat (limited to 'msbuild/shaders/shaders.vcxproj')
-rw-r--r-- | msbuild/shaders/shaders.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/msbuild/shaders/shaders.vcxproj b/msbuild/shaders/shaders.vcxproj index 5b9e602..f5ed96b 100644 --- a/msbuild/shaders/shaders.vcxproj +++ b/msbuild/shaders/shaders.vcxproj @@ -199,6 +199,11 @@ <Project>{86c58ec1-51ed-4ec6-85a4-2fdf153dd92a}</Project> </ProjectReference> </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\intermediate\surface.glsl"> + <FileType>Document</FileType> + </CustomBuild> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |