Skip to content

Commit

Permalink
Add files.
Browse files Browse the repository at this point in the history
  • Loading branch information
polarnik committed Dec 1, 2014
1 parent 4351526 commit b5a6a4d
Show file tree
Hide file tree
Showing 37 changed files with 4,768 additions and 0 deletions.
26 changes: 26 additions & 0 deletions SQLProfilerReportHelper.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools", "Tools\Tools.csproj", "{0EE05969-F0FB-4A4A-B4BA-1ED7A5C1A796}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools.SQLProfilerReportHelper", "Tools.SQLProfilerReportHelper\Tools.SQLProfilerReportHelper.csproj", "{917C76AA-9D9A-447F-9390-A1D74A538963}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EE05969-F0FB-4A4A-B4BA-1ED7A5C1A796}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EE05969-F0FB-4A4A-B4BA-1ED7A5C1A796}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EE05969-F0FB-4A4A-B4BA-1ED7A5C1A796}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EE05969-F0FB-4A4A-B4BA-1ED7A5C1A796}.Release|Any CPU.Build.0 = Release|Any CPU
{917C76AA-9D9A-447F-9390-A1D74A538963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{917C76AA-9D9A-447F-9390-A1D74A538963}.Debug|Any CPU.Build.0 = Debug|Any CPU
{917C76AA-9D9A-447F-9390-A1D74A538963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{917C76AA-9D9A-447F-9390-A1D74A538963}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit b5a6a4d

Please sign in to comment.