Skip to content

Commit 8547d54

Browse files
committed
added performance profiler report (note to self: not for merging)
1 parent fbf04c0 commit 8547d54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Rubberduck.sln

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
4+
VisualStudioVersion = 12.0.40629.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rubberduck", "RetailCoder.VBE\Rubberduck.csproj", "{20589DE8-432E-4359-9232-69EB070B7185}"
77
ProjectSection(ProjectDependencies) = postProject
@@ -31,6 +31,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3131
libs\Microsoft.VB6.Interop.VBIDE.dll = libs\Microsoft.VB6.Interop.VBIDE.dll
3232
libs\Microsoft.Vbe.Interop.dll = libs\Microsoft.Vbe.Interop.dll
3333
libs\Office.dll = libs\Office.dll
34+
Performance6.psess = Performance6.psess
3435
EndProjectSection
3536
EndProject
3637
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rubberduck.VBEditor", "Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj", "{8CE35EB3-8852-4BA1-84DD-DF3F5D2967B0}"
@@ -253,4 +254,7 @@ Global
253254
GlobalSection(SolutionProperties) = preSolution
254255
HideSolutionNode = FALSE
255256
EndGlobalSection
257+
GlobalSection(Performance) = preSolution
258+
HasPerformanceSessions = true
259+
EndGlobalSection
256260
EndGlobal

0 commit comments

Comments
 (0)