| Index: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
|
| diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj b/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
|
| index e87ce19318bf6c8d7dbed4437f3be7331d89f61d..68460564a096afed44cc52953942b57c9c12c458 100644
|
| --- a/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
|
| +++ b/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
|
| @@ -76,6 +76,8 @@
|
| </ItemGroup>
|
| <ItemGroup>
|
| <Compile Include="ComMessageFilter.cs" />
|
| + <Compile Include="CompileParallelTest.cs" />
|
| + <Compile Include="CompileTest.cs" />
|
| <Compile Include="MockProcessSearcher.cs" />
|
| <Compile Include="PluginDebuggerGDBTest.cs" />
|
| <Compile Include="PluginDebuggerVSTest.cs" />
|
| @@ -84,7 +86,7 @@
|
| <Compile Include="MockPropertyManager.cs" />
|
| <Compile Include="PropertyManagerTest.cs" />
|
| <Compile Include="TestUtilities.cs" />
|
| - <Compile Include="CompileTest.cs" />
|
| + <Compile Include="BaseCompileTest.cs" />
|
| <Compile Include="WebServerTest.cs" />
|
| </ItemGroup>
|
| <ItemGroup>
|
|
|