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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.sln

Issue 10758009: Native Client Visual Studio Add-in (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 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}") = "NativeClientVSAddIn", "Nati veClientVSAddIn\NativeClientVSAddIn.csproj", "{16A0B3E3-6E53-430B-B388-3811E09FC 7B8}"
5 EndProject
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\Unit Tests.csproj", "{C2657776-4A69-478D-89E9-AF81FA716FF5}"
7 EndProject
8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0D12608-4652-49A2-A1A7-3B469F4B9359}"
9 ProjectSection(SolutionItems) = preProject
10 Local.testsettings = Local.testsettings
11 NativeClientVSAddIn.vsmdi = NativeClientVSAddIn.vsmdi
12 EndProjectSection
13 EndProject
14 Global
15 GlobalSection(TestCaseManagementSettings) = postSolution
16 CategoryFile = NativeClientVSAddIn.vsmdi
17 EndGlobalSection
18 GlobalSection(SolutionConfigurationPlatforms) = preSolution
19 Debug|Any CPU = Debug|Any CPU
20 Release|Any CPU = Release|Any CPU
21 EndGlobalSection
22 GlobalSection(ProjectConfigurationPlatforms) = postSolution
23 {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24 {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Debug|Any CPU.Build.0 = D ebug|Any CPU
25 {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
26 {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Release|Any CPU.Build.0 = Release|Any CPU
27 {C2657776-4A69-478D-89E9-AF81FA716FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28 {C2657776-4A69-478D-89E9-AF81FA716FF5}.Debug|Any CPU.Build.0 = D ebug|Any CPU
29 {C2657776-4A69-478D-89E9-AF81FA716FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
30 {C2657776-4A69-478D-89E9-AF81FA716FF5}.Release|Any CPU.Build.0 = Release|Any CPU
31 EndGlobalSection
32 GlobalSection(SolutionProperties) = preSolution
33 HideSolutionNode = FALSE
34 EndGlobalSection
35 EndGlobal
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698