diff options
| author | quou <quou@disroot.org> | 2024-12-28 18:47:46 +1100 | 
|---|---|---|
| committer | quou <quou@disroot.org> | 2024-12-28 18:47:46 +1100 | 
| commit | d7a511e6a4cea46e1de05f868e7eb81ebdee7b80 (patch) | |
| tree | 394344a3ad0aadd8dc0d2f97fe249e52de046e4f /msbuild/shaders/shaders.vcxproj | |
| parent | e31535abfff4c3335dd465e3745a69d3102253a6 (diff) | |
update the windows build
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> |