blob: dd65ee0521049b630aa49dc096f5e02398a93426 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Core">
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\core\sdf.cpp">
<Filter>Core</Filter>
</ClCompile>
<ClCompile Include="..\..\..\core\voxelize.cpp">
<Filter>Core</Filter>
</ClCompile>
<ClCompile Include="..\..\..\core\maths.cpp">
<Filter>Core</Filter>
</ClCompile>
<ClCompile Include="..\..\..\core\aabbtree.cpp">
<Filter>Core</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="src">
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\dx\flexExt.cpp">
<Filter>src</Filter>
</ClCompile>
<None Include="..\..\dx\flexExt.hlsl">
<Filter>src</Filter>
</None>
<ClInclude Include="..\..\dx\flexExt_dx_common.h">
<Filter>src</Filter>
</ClInclude>
<ClCompile Include="..\..\flexExtCloth.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\flexExtRigid.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\flexExtSoft.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\flexExtMovingFrame.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\flexExtContainer.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup><Filter Include="Shader Files"></Filter></ItemGroup>
<ItemGroup>
<FxCompile Include="./../../dx/shaders/flexExt.UpdateForceFields.hlsl">
<Filter>Shader Files</Filter>
</FxCompile>
</ItemGroup>
</Project>
|