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

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..11b96e3610a9b24e756b2327374e0854eb01dee6 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" />

Powered by Google App Engine
This is Rietveld 408576698