Last change
on this file since 47 was
2,
checked in by hhi, 13 years ago
|
inital import
|
-
Property svn:eol-style set to
native
|
File size:
1.5 KB
|
Rev | Line | |
---|
[2] | 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>{00a09df2-4a54-42a0-9916-31d60c1d942b}</UniqueIdentifier> |
---|
| 6 | <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
---|
| 7 | </Filter> |
---|
| 8 | <Filter Include="Header Files"> |
---|
| 9 | <UniqueIdentifier>{e53f783d-c752-429c-98bf-52fd9d4db16a}</UniqueIdentifier> |
---|
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> |
---|
| 11 | </Filter> |
---|
| 12 | <Filter Include="Resource Files"> |
---|
| 13 | <UniqueIdentifier>{cf3310d2-18cb-493e-842c-2b7a901eb0c0}</UniqueIdentifier> |
---|
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions> |
---|
| 15 | </Filter> |
---|
| 16 | </ItemGroup> |
---|
| 17 | <ItemGroup> |
---|
| 18 | <ClCompile Include="..\..\source\App\TAppRenderer\RendererMain.cpp"> |
---|
| 19 | <Filter>Source Files</Filter> |
---|
| 20 | </ClCompile> |
---|
| 21 | <ClCompile Include="..\..\source\App\TAppRenderer\TAppRendererCfg.cpp"> |
---|
| 22 | <Filter>Source Files</Filter> |
---|
| 23 | </ClCompile> |
---|
| 24 | <ClCompile Include="..\..\source\App\TAppRenderer\TAppRendererTop.cpp"> |
---|
| 25 | <Filter>Source Files</Filter> |
---|
| 26 | </ClCompile> |
---|
| 27 | </ItemGroup> |
---|
| 28 | <ItemGroup> |
---|
| 29 | <ClInclude Include="..\..\source\App\TAppRenderer\TAppRendererCfg.h"> |
---|
| 30 | <Filter>Header Files</Filter> |
---|
| 31 | </ClInclude> |
---|
| 32 | <ClInclude Include="..\..\source\App\TAppRenderer\TAppRendererTop.h"> |
---|
| 33 | <Filter>Header Files</Filter> |
---|
| 34 | </ClInclude> |
---|
| 35 | </ItemGroup> |
---|
| 36 | </Project> |
---|
Note: See
TracBrowser for help on using the repository browser.