Skip to content

Commit

Permalink
chore: remove unnecessary file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lia316 committed May 3, 2023
1 parent 240cb9c commit b5f8c5e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion OpenGL/OpenGL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
</ItemGroup>
<ItemGroup>
<None Include="main.frag" />
<None Include="main.vert" />
<None Include="mvp.vert" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
5 changes: 1 addition & 4 deletions OpenGL/OpenGL.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,11 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="main.vert">
<None Include="mvp.vert">
<Filter>소스 파일</Filter>
</None>
<None Include="main.frag">
<Filter>소스 파일</Filter>
</None>
<None Include="mvp.vert">
<Filter>소스 파일</Filter>
</None>
</ItemGroup>
</Project>
30 changes: 0 additions & 30 deletions OpenGL/main.vert

This file was deleted.

0 comments on commit b5f8c5e

Please sign in to comment.