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

Unified Diff: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/BlankValidSolution.sln

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: 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/BlankValidSolution/BlankValidSolution.sln
diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/BlankValidSolution.sln b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/BlankValidSolution.sln
new file mode 100644
index 0000000000000000000000000000000000000000..6608a5ff6c703b8998849600420d1e631410a82b
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/BlankValidSolution.sln
@@ -0,0 +1,42 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotNaCl", "NotNaCl\NotNaCl.csproj", "{89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NaClProject", "NaClProject\NaClProject.vcxproj", "{D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Mixed Platforms = Debug|Mixed Platforms
+ Debug|Win32 = Debug|Win32
+ Debug|x86 = Debug|x86
+ Release|Mixed Platforms = Release|Mixed Platforms
+ Release|Win32 = Release|Win32
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|Mixed Platforms.Build.0 = Debug|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|Win32.ActiveCfg = Debug|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|x86.ActiveCfg = Debug|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|x86.Build.0 = Debug|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|Mixed Platforms.ActiveCfg = Release|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|Mixed Platforms.Build.0 = Release|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|Win32.ActiveCfg = Release|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|x86.ActiveCfg = Release|x86
+ {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|x86.Build.0 = Release|x86
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Mixed Platforms.Build.0 = Debug|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Win32.ActiveCfg = Debug|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Win32.Build.0 = Debug|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|x86.ActiveCfg = Debug|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Mixed Platforms.Build.0 = Release|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Win32.ActiveCfg = Release|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Win32.Build.0 = Release|Win32
+ {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|x86.ActiveCfg = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal

Powered by Google App Engine
This is Rietveld 408576698