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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 
2 Microsoft Visual Studio Solution File, Format Version 11.00
3 # Visual Studio 2010
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotNaCl", "NotNaCl\NotNaCl. csproj", "{89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}"
5 EndProject
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NaClProject", "NaClProject\ NaClProject.vcxproj", "{D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}"
7 EndProject
8 Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|Mixed Platforms = Debug|Mixed Platforms
11 Debug|Win32 = Debug|Win32
12 Debug|x86 = Debug|x86
13 Release|Mixed Platforms = Release|Mixed Platforms
14 Release|Win32 = Release|Win32
15 Release|x86 = Release|x86
16 EndGlobalSection
17 GlobalSection(ProjectConfigurationPlatforms) = postSolution
18 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|Mixed Platforms.Act iveCfg = Debug|x86
19 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|Mixed Platforms.Bui ld.0 = Debug|x86
20 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|Win32.ActiveCfg = D ebug|x86
21 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|x86.ActiveCfg = Deb ug|x86
22 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Debug|x86.Build.0 = Debug |x86
23 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|Mixed Platforms.A ctiveCfg = Release|x86
24 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|Mixed Platforms.B uild.0 = Release|x86
25 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|Win32.ActiveCfg = Release|x86
26 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|x86.ActiveCfg = R elease|x86
27 {89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}.Release|x86.Build.0 = Rel ease|x86
28 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Mixed Platforms.Act iveCfg = Debug|Win32
29 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Mixed Platforms.Bui ld.0 = Debug|Win32
30 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Win32.ActiveCfg = D ebug|Win32
31 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|Win32.Build.0 = Deb ug|Win32
32 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Debug|x86.ActiveCfg = Deb ug|Win32
33 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Mixed Platforms.A ctiveCfg = Release|Win32
34 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Mixed Platforms.B uild.0 = Release|Win32
35 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Win32.ActiveCfg = Release|Win32
36 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|Win32.Build.0 = R elease|Win32
37 {D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}.Release|x86.ActiveCfg = R elease|Win32
38 EndGlobalSection
39 GlobalSection(SolutionProperties) = preSolution
40 HideSolutionNode = FALSE
41 EndGlobalSection
42 EndGlobal
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698