-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWinProcessInfo.sln
53 lines (53 loc) · 2.3 KB
/
WinProcessInfo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_tests", "tests\basic_tests.vcxproj", "{B7D777D4-25EE-4C4D-BF8A-A903F4FAEDBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{85FB41E1-782E-4077-9D59-8ADBE5A42035}"
ProjectSection(SolutionItems) = preProject
nuget\SiddiqSoft.WinProcessInfo.nuspec = nuget\SiddiqSoft.WinProcessInfo.nuspec
nuget\SiddiqSoft.WinProcessInfo.targets = nuget\SiddiqSoft.WinProcessInfo.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2A61BF56-8AF8-44C2-87B2-533F25ACD75E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0BBAF0E-22BF-4795-918F-7999622A076F}"
ProjectSection(SolutionItems) = preProject
src\WinProcessInfo.hpp = src\WinProcessInfo.hpp
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8174360B-EEB1-4073-A5B0-13061FADDDBE}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.clang-tidy = .clang-tidy
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7D777D4-25EE-4C4D-BF8A-A903F4FAEDBB}.Debug|x64.ActiveCfg = Debug|x64
{B7D777D4-25EE-4C4D-BF8A-A903F4FAEDBB}.Debug|x64.Build.0 = Debug|x64
{B7D777D4-25EE-4C4D-BF8A-A903F4FAEDBB}.Release|x64.ActiveCfg = Release|x64
{B7D777D4-25EE-4C4D-BF8A-A903F4FAEDBB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B7D777D4-25EE-4C4D-BF8A-A903F4FAEDBB} = {2A61BF56-8AF8-44C2-87B2-533F25ACD75E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {134F1482-B661-450C-B769-A93BBFB7A691}
EndGlobalSection
EndGlobal