source: trunk/win32/orbital.vcxproj.filters @ 1245

Last change on this file since 1245 was 1245, checked in by sam, 11 years ago

orbital: start implementing the mesh builder features found in the original.

File size: 375 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup>
4    <ClInclude Include="..\orbital\mesh.h" />
5  </ItemGroup>
6  <ItemGroup>
7    <ClInclude Include="..\orbital\orbital.h" />
8  </ItemGroup>
9  <ItemGroup>
10    <ClCompile Include="..\orbital\orbital.cpp" />
11  </ItemGroup>
12</Project>
Note: See TracBrowser for help on using the repository browser.