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

Side by Side Diff: base/base.sln

Issue 10716: Move dmg_fp to base/third_party/dmg_fp and include the (Closed)
Patch Set: tot Created 12 years, 1 month 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
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Microsoft Visual Studio Solution File, Format Version 9.00 1 Microsoft Visual Studio Solution File, Format Version 9.00
2 # Visual Studio 2005 2 # Visual Studio 2005
3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "build\base.vcproj", "{1832A374-8A74-4F9E-B536-69A699B3E165}" 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "build\base.vcproj", "{1832A374-8A74-4F9E-B536-69A699B3E165}"
4 ProjectSection(WebsiteProperties) = preProject 4 ProjectSection(WebsiteProperties) = preProject
5 Debug.AspNetCompiler.Debug = "True" 5 Debug.AspNetCompiler.Debug = "True"
6 Release.AspNetCompiler.Debug = "False" 6 Release.AspNetCompiler.Debug = "False"
7 EndProjectSection 7 EndProjectSection
8 ProjectSection(ProjectDependencies) = postProject 8 ProjectSection(ProjectDependencies) = postProject
9 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815} 9 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815}
10 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} = {CA6CE3BB-B746-4D91-85A 0-6944DD273E2A}
11 EndProjectSection 10 EndProjectSection
12 EndProject 11 EndProject
13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base_unittests", "build\bas e_unittests.vcproj", "{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}" 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base_unittests", "build\bas e_unittests.vcproj", "{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}"
14 ProjectSection(WebsiteProperties) = preProject 13 ProjectSection(WebsiteProperties) = preProject
15 Debug.AspNetCompiler.Debug = "True" 14 Debug.AspNetCompiler.Debug = "True"
16 Release.AspNetCompiler.Debug = "False" 15 Release.AspNetCompiler.Debug = "False"
17 EndProjectSection 16 EndProjectSection
18 ProjectSection(ProjectDependencies) = postProject 17 ProjectSection(ProjectDependencies) = postProject
19 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 18 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
20 {8423AF0D-4B88-4EBF-94E1-E4D00D00E21C} = {8423AF0D-4B88-4EBF-94E 1-E4D00D00E21C} 19 {8423AF0D-4B88-4EBF-94E1-E4D00D00E21C} = {8423AF0D-4B88-4EBF-94E 1-E4D00D00E21C}
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 Debug.AspNetCompiler.Debug = "True" 74 Debug.AspNetCompiler.Debug = "True"
76 Release.AspNetCompiler.Debug = "False" 75 Release.AspNetCompiler.Debug = "False"
77 EndProjectSection 76 EndProjectSection
78 EndProject 77 EndProject
79 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "..\testing\gtest.v cproj", "{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}" 78 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "..\testing\gtest.v cproj", "{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}"
80 ProjectSection(WebsiteProperties) = preProject 79 ProjectSection(WebsiteProperties) = preProject
81 Debug.AspNetCompiler.Debug = "True" 80 Debug.AspNetCompiler.Debug = "True"
82 Release.AspNetCompiler.Debug = "False" 81 Release.AspNetCompiler.Debug = "False"
83 EndProjectSection 82 EndProjectSection
84 EndProject 83 EndProject
85 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dmg_fp", "..\third_party\dm g_fp\dmg_fp.vcproj", "{CA6CE3BB-B746-4D91-85A0-6944DD273E2A}"
86 ProjectSection(WebsiteProperties) = preProject
87 Debug.AspNetCompiler.Debug = "True"
88 Release.AspNetCompiler.Debug = "False"
89 EndProjectSection
90 EndProject
91 Global 84 Global
92 GlobalSection(SolutionConfigurationPlatforms) = preSolution 85 GlobalSection(SolutionConfigurationPlatforms) = preSolution
93 Debug|Win32 = Debug|Win32 86 Debug|Win32 = Debug|Win32
94 Release|Win32 = Release|Win32 87 Release|Win32 = Release|Win32
95 EndGlobalSection 88 EndGlobalSection
96 GlobalSection(ProjectConfigurationPlatforms) = postSolution 89 GlobalSection(ProjectConfigurationPlatforms) = postSolution
97 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.ActiveCfg = D ebug|Win32 90 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.ActiveCfg = D ebug|Win32
98 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.Build.0 = Deb ug|Win32 91 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.Build.0 = Deb ug|Win32
99 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Release|Win32.ActiveCfg = Release|Win32 92 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Release|Win32.ActiveCfg = Release|Win32
100 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Release|Win32.Build.0 = R elease|Win32 93 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Release|Win32.Build.0 = R elease|Win32
(...skipping 22 matching lines...) Expand all
123 {A508ADD3-CECE-4E0F-8448-2F5E454DF551}.Release|Win32.ActiveCfg = Release|Win32 116 {A508ADD3-CECE-4E0F-8448-2F5E454DF551}.Release|Win32.ActiveCfg = Release|Win32
124 {A508ADD3-CECE-4E0F-8448-2F5E454DF551}.Release|Win32.Build.0 = R elease|Win32 117 {A508ADD3-CECE-4E0F-8448-2F5E454DF551}.Release|Win32.Build.0 = R elease|Win32
125 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.ActiveCfg = D ebug|Win32 118 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.ActiveCfg = D ebug|Win32
126 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.Build.0 = Deb ug|Win32 119 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.Build.0 = Deb ug|Win32
127 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.ActiveCfg = Release|Win32 120 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.ActiveCfg = Release|Win32
128 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.Build.0 = R elease|Win32 121 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.Build.0 = R elease|Win32
129 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Debug|Win32.ActiveCfg = D ebug|Win32 122 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Debug|Win32.ActiveCfg = D ebug|Win32
130 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Debug|Win32.Build.0 = Deb ug|Win32 123 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Debug|Win32.Build.0 = Deb ug|Win32
131 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Release|Win32.ActiveCfg = Release|Win32 124 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Release|Win32.ActiveCfg = Release|Win32
132 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Release|Win32.Build.0 = R elease|Win32 125 {C564F145-9172-42C3-BFCB-6014CA97DBCD}.Release|Win32.Build.0 = R elease|Win32
133 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Debug|Win32.ActiveCfg = D ebug|Win32
134 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Debug|Win32.Build.0 = Deb ug|Win32
135 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Release|Win32.ActiveCfg = Release|Win32
136 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Release|Win32.Build.0 = R elease|Win32
137 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Debug|Win32.ActiveCfg = D ebug|Win32 126 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Debug|Win32.ActiveCfg = D ebug|Win32
138 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Debug|Win32.Build.0 = Deb ug|Win32 127 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Debug|Win32.Build.0 = Deb ug|Win32
139 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Release|Win32.ActiveCfg = Release|Win32 128 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Release|Win32.ActiveCfg = Release|Win32
140 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Release|Win32.Build.0 = R elease|Win32 129 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D}.Release|Win32.Build.0 = R elease|Win32
141 EndGlobalSection 130 EndGlobalSection
142 GlobalSection(SolutionProperties) = preSolution 131 GlobalSection(SolutionProperties) = preSolution
143 HideSolutionNode = FALSE 132 HideSolutionNode = FALSE
144 EndGlobalSection 133 EndGlobalSection
145 GlobalSection(NestedProjects) = preSolution 134 GlobalSection(NestedProjects) = preSolution
146 {8423AF0D-4B88-4EBF-94E1-E4D00D00E21C} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0} 135 {8423AF0D-4B88-4EBF-94E1-E4D00D00E21C} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
147 {8C27D792-2648-4F5E-9ED0-374276327308} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0} 136 {8C27D792-2648-4F5E-9ED0-374276327308} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
148 {A0D94973-D355-47A5-A1E2-3456F321F010} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0} 137 {A0D94973-D355-47A5-A1E2-3456F321F010} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
149 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0} 138 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
150 {C564F145-9172-42C3-BFCB-6014CA97DBCD} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0} 139 {C564F145-9172-42C3-BFCB-6014CA97DBCD} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
151 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
152 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0} 140 {CD9CA56E-4E94-444C-87D4-58CA1E6F300D} = {F216062D-F9C4-4883-A52 C-2BE9ECADEEA0}
153 EndGlobalSection 141 EndGlobalSection
154 EndGlobal 142 EndGlobal
OLDNEW
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698