Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj

Issue 10836143: Refactored the VS add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698