-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperfmon-explorer.sln
39 lines (39 loc) · 2.01 KB
/
perfmon-explorer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{076D1721-AF46-49A9-93BE-0790FAC1AB6F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EEECFE00-4FDE-4A35-8998-0FCDE3996D57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfMonExplorer", "src\PerfMonExplorer\PerfMonExplorer.csproj", "{8340569D-A35C-45D9-985D-E9DF041C55E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfMonExplorer.Wpf", "src\PerfMonExplorer.Wpf\PerfMonExplorer.Wpf.csproj", "{6DB08431-C6C4-4AFC-9138-CD30C29305DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DB08431-C6C4-4AFC-9138-CD30C29305DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DB08431-C6C4-4AFC-9138-CD30C29305DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DB08431-C6C4-4AFC-9138-CD30C29305DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DB08431-C6C4-4AFC-9138-CD30C29305DD}.Release|Any CPU.Build.0 = Release|Any CPU
{8340569D-A35C-45D9-985D-E9DF041C55E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8340569D-A35C-45D9-985D-E9DF041C55E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8340569D-A35C-45D9-985D-E9DF041C55E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8340569D-A35C-45D9-985D-E9DF041C55E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DB08431-C6C4-4AFC-9138-CD30C29305DD} = {EEECFE00-4FDE-4A35-8998-0FCDE3996D57}
{8340569D-A35C-45D9-985D-E9DF041C55E5} = {EEECFE00-4FDE-4A35-8998-0FCDE3996D57}
EndGlobalSection
EndGlobal