conworlds
diff conworlds.vcxproj.filters @ 21:2da585428507
added both glut and sdl2 versions just for fun...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 27 Aug 2014 04:16:22 +0300 |
parents | 9b0db7dbde6e |
children | 5f53272ff612 |
line diff
1.1 --- a/conworlds.vcxproj.filters Tue Aug 26 18:42:53 2014 +0300 1.2 +++ b/conworlds.vcxproj.filters Wed Aug 27 04:16:22 2014 +0300 1.3 @@ -8,11 +8,14 @@ 1.4 <Filter Include="src\vr"> 1.5 <UniqueIdentifier>{e881ab02-1a45-43f6-a15d-ee7f77256a1e}</UniqueIdentifier> 1.6 </Filter> 1.7 + <Filter Include="src\sdl"> 1.8 + <UniqueIdentifier>{4b658839-b773-4d11-9744-27a21bb1312c}</UniqueIdentifier> 1.9 + </Filter> 1.10 + <Filter Include="src\glut"> 1.11 + <UniqueIdentifier>{0350ffd6-db06-4220-9274-8e2eb4bb33d1}</UniqueIdentifier> 1.12 + </Filter> 1.13 </ItemGroup> 1.14 <ItemGroup> 1.15 - <ClCompile Include="src\main.cc"> 1.16 - <Filter>src</Filter> 1.17 - </ClCompile> 1.18 <ClCompile Include="src\camera.cc"> 1.19 <Filter>src</Filter> 1.20 </ClCompile> 1.21 @@ -91,6 +94,12 @@ 1.22 <ClCompile Include="src\xform_node.cc"> 1.23 <Filter>src</Filter> 1.24 </ClCompile> 1.25 + <ClCompile Include="src\glut\main_glut.cc"> 1.26 + <Filter>src\glut</Filter> 1.27 + </ClCompile> 1.28 + <ClCompile Include="src\sdl\main_sdl.cc"> 1.29 + <Filter>src\sdl</Filter> 1.30 + </ClCompile> 1.31 </ItemGroup> 1.32 <ItemGroup> 1.33 <ClInclude Include="src\camera.h">