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 | |
parent | e31535abfff4c3335dd465e3745a69d3102253a6 (diff) |
update the windows build
Diffstat (limited to 'msbuild/shaders')
-rw-r--r-- | msbuild/shaders/shaders.vcxproj | 5 | ||||
-rw-r--r-- | msbuild/shaders/shaders.vcxproj.filters | 3 |
2 files changed, 8 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> diff --git a/msbuild/shaders/shaders.vcxproj.filters b/msbuild/shaders/shaders.vcxproj.filters index 26396ea..3e82e32 100644 --- a/msbuild/shaders/shaders.vcxproj.filters +++ b/msbuild/shaders/shaders.vcxproj.filters @@ -21,5 +21,8 @@ <CustomBuild Include="..\..\intermediate\ui.glsl"> <Filter>Source Files</Filter> </CustomBuild> + <CustomBuild Include="..\..\intermediate\surface.glsl"> + <Filter>Source Files</Filter> + </CustomBuild> </ItemGroup> </Project>
\ No newline at end of file |