vrheights

diff vrheights.vcxproj.filters @ 0:ccbd444939a1

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Sep 2014 18:36:24 +0300
parents
children 053a52f0cb64
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vrheights.vcxproj.filters	Mon Sep 22 18:36:24 2014 +0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <ItemGroup>
     1.7 +    <Filter Include="src">
     1.8 +      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     1.9 +      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h;inc;inl</Extensions>
    1.10 +    </Filter>
    1.11 +  </ItemGroup>
    1.12 +  <ItemGroup>
    1.13 +    <ClCompile Include="src\main.cc">
    1.14 +      <Filter>src</Filter>
    1.15 +    </ClCompile>
    1.16 +    <ClCompile Include="src\game.cc">
    1.17 +      <Filter>src</Filter>
    1.18 +    </ClCompile>
    1.19 +    <ClCompile Include="src\opengl.cc">
    1.20 +      <Filter>src</Filter>
    1.21 +    </ClCompile>
    1.22 +  </ItemGroup>
    1.23 +  <ItemGroup>
    1.24 +    <ClInclude Include="src\game.h">
    1.25 +      <Filter>src</Filter>
    1.26 +    </ClInclude>
    1.27 +    <ClInclude Include="src\opengl.h">
    1.28 +      <Filter>src</Filter>
    1.29 +    </ClInclude>
    1.30 +  </ItemGroup>
    1.31 +</Project>
    1.32 \ No newline at end of file