-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathWindowDebugger.sln
More file actions
41 lines (41 loc) · 1.69 KB
/
WindowDebugger.sln
File metadata and controls
41 lines (41 loc) · 1.69 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32408.312
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{28DF4C15-2275-4BFE-AD04-D14B423E0F68}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
pack.ps1 = pack.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{E169165C-9FC2-4BB6-84C9-61E62F952C12}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowDebugger", "src\WindowDebugger\WindowDebugger.csproj", "{C381BD8F-08A0-4833-B16D-E0ECB65EB62F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C381BD8F-08A0-4833-B16D-E0ECB65EB62F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C381BD8F-08A0-4833-B16D-E0ECB65EB62F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C381BD8F-08A0-4833-B16D-E0ECB65EB62F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C381BD8F-08A0-4833-B16D-E0ECB65EB62F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F6E3EE3-64DA-4214-8D29-1AEEAD5B0CE3}
EndGlobalSection
EndGlobal