diff options
| -rw-r--r-- | tools/glslang/glslang.vcxproj | 2 | ||||
| -rw-r--r-- | tools/glslang/glslang.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tools/glslang/glslang.vcxproj b/tools/glslang/glslang.vcxproj index b8034e0bc..2d24e513a 100644 --- a/tools/glslang/glslang.vcxproj +++ b/tools/glslang/glslang.vcxproj @@ -169,9 +169,7 @@ <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\Pp.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpAtom.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpContext.cpp" /> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpMemory.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpScanner.cpp" /> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpSymbols.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpTokens.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\propagateNoContraction.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\reflection.cpp" /> diff --git a/tools/glslang/glslang.vcxproj.filters b/tools/glslang/glslang.vcxproj.filters index 79a7657ce..eed4da9ba 100644 --- a/tools/glslang/glslang.vcxproj.filters +++ b/tools/glslang/glslang.vcxproj.filters @@ -87,15 +87,9 @@ <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpContext.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpMemory.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpScanner.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpSymbols.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpTokens.cpp"> <Filter>Source Files</Filter> </ClCompile> |
