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

Unified Diff: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.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/UnitTests/UnitTests.csproj
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj b/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
index cb058534bf0df926186733f54858bcddee4d9ddc..ff4f21773628c9d03d39a72ee8141c143a68e6c5 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
@@ -77,10 +77,14 @@
<ItemGroup>
<Compile Include="ComMessageFilter.cs" />
<Compile Include="MockProcessSearcher.cs" />
- <Compile Include="PluginDebuggerHelperTest.cs" />
+ <Compile Include="PluginDebuggerGDBTest.cs" />
+ <Compile Include="PluginDebuggerVSTest.cs" />
<Compile Include="ProjectSettingsTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="MockPropertyManager.cs" />
+ <Compile Include="PropertyManagerTest.cs" />
<Compile Include="TestUtilities.cs" />
+ <Compile Include="WebServerTest.cs" />
</ItemGroup>
<ItemGroup>
<Shadow Include="Test References\NativeClientVSAddIn.accessor" />

Powered by Google App Engine
This is Rietveld 408576698