-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScreenGrab.sln
63 lines (63 loc) · 3.27 KB
/
ScreenGrab.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
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenGrab", "src\ScreenGrab\ScreenGrab.csproj", "{55CA74FB-99AF-4BD3-B81A-9D08C80822B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6E5BF389-3D3F-4D74-9DD0-3B199CB529C5}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9CAA231D-7BE1-46C9-ACD6-EB2E569CEBEA}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F165B76-7E49-46F7-BB50-E05F2276D4D5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
Directory.Packages.props = Directory.Packages.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenGrab.Sample", "tests\ScreenGrab.Sample\ScreenGrab.Sample.csproj", "{94390E18-11B6-413E-8571-BCE129F7B3D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "licenses", "licenses", "{236BC4FF-8DE3-46AA-B16F-4182C9445B9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dapplo.Windows", "Dapplo.Windows", "{24C12491-C0D8-452D-A883-2D6CA5874965}"
ProjectSection(SolutionItems) = preProject
licenses\Dapplo.Windows\LICENSE = licenses\Dapplo.Windows\LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Text-Grab", "Text-Grab", "{C98416B8-1FF2-45B2-8D1F-8819CCDCF4F8}"
ProjectSection(SolutionItems) = preProject
licenses\Text-Grab\LICENSE = licenses\Text-Grab\LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55CA74FB-99AF-4BD3-B81A-9D08C80822B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55CA74FB-99AF-4BD3-B81A-9D08C80822B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55CA74FB-99AF-4BD3-B81A-9D08C80822B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55CA74FB-99AF-4BD3-B81A-9D08C80822B1}.Release|Any CPU.Build.0 = Release|Any CPU
{94390E18-11B6-413E-8571-BCE129F7B3D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94390E18-11B6-413E-8571-BCE129F7B3D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94390E18-11B6-413E-8571-BCE129F7B3D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94390E18-11B6-413E-8571-BCE129F7B3D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55CA74FB-99AF-4BD3-B81A-9D08C80822B1} = {6E5BF389-3D3F-4D74-9DD0-3B199CB529C5}
{94390E18-11B6-413E-8571-BCE129F7B3D8} = {9CAA231D-7BE1-46C9-ACD6-EB2E569CEBEA}
{24C12491-C0D8-452D-A883-2D6CA5874965} = {236BC4FF-8DE3-46AA-B16F-4182C9445B9F}
{C98416B8-1FF2-45B2-8D1F-8819CCDCF4F8} = {236BC4FF-8DE3-46AA-B16F-4182C9445B9F}
EndGlobalSection
EndGlobal