Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/qhull-2012.1/build/testqset.vcxproj.filters @ 10207

Last change on this file since 10207 was 10207, checked in by ascheibe, 10 years ago

#1886 added a unit test for volume calculation and the qhull library

File size: 658 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    <Filter Include="Source Files">
5      <UniqueIdentifier>{31a5c6a4-9d88-469c-829e-e43e7aa564f5}</UniqueIdentifier>
6    </Filter>
7  </ItemGroup>
8  <ItemGroup>
9    <ClCompile Include="..\src\libqhull\mem.c">
10      <Filter>Source Files</Filter>
11    </ClCompile>
12    <ClCompile Include="..\src\libqhull\qset.c">
13      <Filter>Source Files</Filter>
14    </ClCompile>
15    <ClCompile Include="..\src\testqset\testqset.c">
16      <Filter>Source Files</Filter>
17    </ClCompile>
18  </ItemGroup>
19</Project>
Note: See TracBrowser for help on using the repository browser.