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

Unified Diff: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/Program.cs

Issue 10758009: Native Client Visual Studio Add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Style Fixed Created 8 years, 5 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..7800c5f01ec9da9d7b7aeb84d9c64af174992b7c
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
noelallen1 2012/07/11 22:16:46 What is this file used for?
tysand 2012/07/12 23:56:15 Done.
+namespace NotNaCl
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698