| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj | 
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj | 
| index e7ff956273e76c375d4a1f7bc8dfa742dab4ca90..a8c8e9cbf188ff1ef7602c3415afa4c6b80a6e0c 100644 | 
| --- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj | 
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj | 
| @@ -69,7 +69,11 @@ | 
| <Compile Include="Connect.cs"> | 
| <SubType>Code</SubType> | 
| </Compile> | 
| -    <Compile Include="PluginDebuggerHelper.cs" /> | 
| +    <Compile Include="PluginDebuggerVS.cs" /> | 
| +    <Compile Include="PluginDebuggerGDB.cs" /> | 
| +    <Compile Include="PropertyManager.cs" /> | 
| +    <Compile Include="WebServer.cs" /> | 
| +    <Compile Include="PluginDebuggerBase.cs" /> | 
| <Compile Include="ProcessInfo.cs" /> | 
| <Compile Include="ProcessSearcher.cs" /> | 
| <Compile Include="Utility.cs" /> | 
| @@ -136,11 +140,6 @@ | 
| <ItemGroup> | 
| <WCFMetadata Include="Service References\" /> | 
| </ItemGroup> | 
| -  <ItemGroup> | 
| -    <Content Include="NativeClientVSAddIn - For Testing.AddIn"> | 
| -      <SubType>Designer</SubType> | 
| -    </Content> | 
| -  </ItemGroup> | 
| <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 
| <PropertyGroup> | 
| <PreBuildEvent> | 
|  |