-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResourceMonitor.sln
61 lines (61 loc) · 3.38 KB
/
ResourceMonitor.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceMonitor", "ResourceMonitor.csproj", "{6CD8DE78-3620-4380-B055-F6EB5F931237}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "VS2022", "VS2022\VS2022.shproj", "{0965E028-B866-49BF-ADA0-74AF57302DCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VS2022Support", "VS2022Support\VS2022Support.csproj", "{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F0193CEC-376A-4FA7-8DB1-0256D52D95BC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Debug|x64.ActiveCfg = Debug|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Debug|x64.Build.0 = Debug|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Debug|x86.ActiveCfg = Debug|x86
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Debug|x86.Build.0 = Debug|x86
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Release|Any CPU.Build.0 = Release|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Release|x64.ActiveCfg = Release|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Release|x64.Build.0 = Release|Any CPU
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Release|x86.ActiveCfg = Release|x86
{6CD8DE78-3620-4380-B055-F6EB5F931237}.Release|x86.Build.0 = Release|x86
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Debug|x64.ActiveCfg = Debug|x64
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Debug|x64.Build.0 = Debug|x64
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Debug|x86.ActiveCfg = Debug|x64
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Release|Any CPU.Build.0 = Release|Any CPU
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Release|x64.ActiveCfg = Release|x64
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Release|x64.Build.0 = Release|x64
{1C5DC8F1-E081-45AA-9398-2A1D4F05094A}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31A272B4-F08F-4237-9EAB-E03BAFFA4DFB}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
VS2022\VS2022.projitems*{0965e028-b866-49bf-ada0-74af57302dca}*SharedItemsImports = 13
VS2022\VS2022.projitems*{1c5dc8f1-e081-45aa-9398-2a1d4f05094a}*SharedItemsImports = 4
VS2022\VS2022.projitems*{6cd8de78-3620-4380-b055-f6eb5f931237}*SharedItemsImports = 4
EndGlobalSection
EndGlobal