| Index: source/samples/break/break.vcxproj.filters
 | 
| diff --git a/source/samples/break/break.vcxproj.filters b/source/samples/break/break.vcxproj.filters
 | 
| index c9271f8ecaebb1cfc913995d802e9ea7330f241f..016ad4ab9a0c9a4eba5811218170cedead6205f2 100644
 | 
| --- a/source/samples/break/break.vcxproj.filters
 | 
| +++ b/source/samples/break/break.vcxproj.filters
 | 
| @@ -1,25 +1,25 @@
 | 
| -<?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>{3cfd1084-1652-4648-bb97-9b38a2780005}</UniqueIdentifier>
 | 
| -      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
 | 
| -    </Filter>
 | 
| -    <Filter Include="Header Files">
 | 
| -      <UniqueIdentifier>{34cb1edc-aa5a-4702-b867-a867ebe8496c}</UniqueIdentifier>
 | 
| -      <Extensions>h;hpp;hxx;hm;inl</Extensions>
 | 
| -    </Filter>
 | 
| -    <Filter Include="Resource Files">
 | 
| -      <UniqueIdentifier>{6aea4120-7995-4705-b3b7-7013af485c18}</UniqueIdentifier>
 | 
| -      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
 | 
| -    </Filter>
 | 
| -  </ItemGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ClCompile Include="break.cpp">
 | 
| -      <Filter>Source Files</Filter>
 | 
| -    </ClCompile>
 | 
| -    <ClCompile Include="ubreak.c">
 | 
| -      <Filter>Source Files</Filter>
 | 
| -    </ClCompile>
 | 
| -  </ItemGroup>
 | 
| +<?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>{3cfd1084-1652-4648-bb97-9b38a2780005}</UniqueIdentifier>
 | 
| +      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
 | 
| +    </Filter>
 | 
| +    <Filter Include="Header Files">
 | 
| +      <UniqueIdentifier>{34cb1edc-aa5a-4702-b867-a867ebe8496c}</UniqueIdentifier>
 | 
| +      <Extensions>h;hpp;hxx;hm;inl</Extensions>
 | 
| +    </Filter>
 | 
| +    <Filter Include="Resource Files">
 | 
| +      <UniqueIdentifier>{6aea4120-7995-4705-b3b7-7013af485c18}</UniqueIdentifier>
 | 
| +      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
 | 
| +    </Filter>
 | 
| +  </ItemGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ClCompile Include="break.cpp">
 | 
| +      <Filter>Source Files</Filter>
 | 
| +    </ClCompile>
 | 
| +    <ClCompile Include="ubreak.c">
 | 
| +      <Filter>Source Files</Filter>
 | 
| +    </ClCompile>
 | 
| +  </ItemGroup>
 | 
|  </Project>
 | 
| 
 |