1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{d9fa0575-bb83-4a00-b98e-de8fb0099466}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\tests\customloglevel_test\customloglevel.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tests\customloglevel_test\func.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tests\customloglevel_test\main.cxx">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
|