15 lines
515 B
XML
15 lines
515 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClInclude Include="GL\glcorearb.h" />
|
|
<ClInclude Include="GL\glew.h" />
|
|
<ClInclude Include="GL\glext.h" />
|
|
<ClInclude Include="GL\glxew.h" />
|
|
<ClInclude Include="GL\glxext.h" />
|
|
<ClInclude Include="GL\wglew.h" />
|
|
<ClInclude Include="GL\wglext.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="GL\glew.c" />
|
|
</ItemGroup>
|
|
</Project> |