| Index: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/Program.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/Program.cs b/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/Program.cs
|
| deleted file mode 100644
|
| index f45a93f4c004ba75b80c51297783749ba614ae9c..0000000000000000000000000000000000000000
|
| --- a/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/Program.cs
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -namespace NotNaCl
|
| -{
|
| - /// <summary>
|
| - /// This project is used in tests to ensure that the add-in doesn't run
|
| - /// when a non-NaCl/Pepper project is the start-up project, and that non-NaCl/pepper
|
| - /// projects still compile correctly when part of a solution containing NaCl projects.
|
| - /// </summary>
|
| - class Program
|
| - {
|
| - static void Main(string[] args)
|
| - {
|
| - }
|
| - }
|
| -}
|
|
|