Changeset 1795 for trunk/test/BtPhysTest.vcxproj.filters
- Timestamp:
- Aug 23, 2012, 4:00:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/BtPhysTest.vcxproj.filters
r1747 r1795 19 19 <Filter>Physics\Include</Filter> 20 20 </ClInclude> 21 <ClInclude Include="Physics\Include\BulletCharacterController.h"> 22 <Filter>Physics\Include</Filter> 23 </ClInclude> 21 24 </ItemGroup> 22 25 <ItemGroup> … … 29 32 </ClCompile> 30 33 <ClCompile Include="Physics\Src\EasyPhysics.cpp"> 34 <Filter>Physics\Src</Filter> 35 </ClCompile> 36 <ClCompile Include="Physics\Src\BulletCharacterController.cpp"> 31 37 <Filter>Physics\Src</Filter> 32 38 </ClCompile> … … 46 52 </Filter> 47 53 </ItemGroup> 54 <ItemGroup> 55 <None Include="Makefile.am" /> 56 </ItemGroup> 48 57 </Project>
Note: See TracChangeset
for help on using the changeset viewer.