-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathFeedbackFlow.sln
More file actions
46 lines (46 loc) · 2.39 KB
/
FeedbackFlow.sln
File metadata and controls
46 lines (46 loc) · 2.39 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
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35507.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ytdump", "ytdump\ytdump.csproj", "{6AC61A0E-20A1-4646-B48F-B73DB2AA8972}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ghdump", "ghdump\ghdump.csproj", "{A6655C32-32ED-49DB-87CC-5FBCEAB4A69D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yaml = .github\workflows\build.yaml
GitVersion.yml = GitVersion.yml
nuget.config = nuget.config
README.md = README.md
.github\workflows\release.yaml = .github\workflows\release.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hndump", "hndump\hndump.csproj", "{3B21D9C2-90E7-4197-86E2-AA190FBDAE53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AC61A0E-20A1-4646-B48F-B73DB2AA8972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AC61A0E-20A1-4646-B48F-B73DB2AA8972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AC61A0E-20A1-4646-B48F-B73DB2AA8972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AC61A0E-20A1-4646-B48F-B73DB2AA8972}.Release|Any CPU.Build.0 = Release|Any CPU
{A6655C32-32ED-49DB-87CC-5FBCEAB4A69D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6655C32-32ED-49DB-87CC-5FBCEAB4A69D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6655C32-32ED-49DB-87CC-5FBCEAB4A69D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6655C32-32ED-49DB-87CC-5FBCEAB4A69D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B21D9C2-90E7-4197-86E2-AA190FBDAE53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B21D9C2-90E7-4197-86E2-AA190FBDAE53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B21D9C2-90E7-4197-86E2-AA190FBDAE53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B21D9C2-90E7-4197-86E2-AA190FBDAE53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FCE87F2-7499-4144-A287-B1D4015E843A}
EndGlobalSection
EndGlobal