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

Side by Side Diff: tools/win/CreateTempFilesPerfEvaluation/CreateTempFilesPerfEval.sln

Issue 2810333008: A tool to evaluate methods in creating temp files (Closed)
Patch Set: Better printf to make the output more readable Created 3 years, 8 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
OLDNEW
(Empty)
1 
2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio 14
4 VisualStudioVersion = 14.0.25420.1
5 MinimumVisualStudioVersion = 10.0.40219.1
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateTempFilesPerfEval", " CreateTempFilesPerfEval.vcxproj", "{34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}"
7 EndProject
8 Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|x64 = Debug|x64
11 Debug|x86 = Debug|x86
12 Release|x64 = Release|x64
13 Release|x86 = Release|x86
14 EndGlobalSection
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Debug|x64.ActiveCfg = Deb ug|x64
17 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Debug|x64.Build.0 = Debug |x64
18 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Debug|x86.ActiveCfg = Deb ug|Win32
19 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Debug|x86.Build.0 = Debug |Win32
20 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Release|x64.ActiveCfg = R elease|x64
21 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Release|x64.Build.0 = Rel ease|x64
22 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Release|x86.ActiveCfg = R elease|Win32
23 {34BAA4C1-8DC7-4FF0-88B3-E1B1ABB4A11C}.Release|x86.Build.0 = Rel ease|Win32
24 EndGlobalSection
25 GlobalSection(SolutionProperties) = preSolution
26 HideSolutionNode = FALSE
27 EndGlobalSection
28 EndGlobal
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698