-
Notifications
You must be signed in to change notification settings - Fork 1
/
ClipSharp.sln
49 lines (49 loc) · 2.85 KB
/
ClipSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipSharp.Example.Console", "Examples\ClipSharp.Example.Console\ClipSharp.Example.Console.csproj", "{4973D3E3-0E89-4C35-BB61-6B6CC386C8C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipSharp", "ClipSharp\ClipSharp.csproj", "{8D48CD5B-6693-4513-A847-29FDC8C8A25E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipSharp.Tests", "Tests\ClipSharp.Tests\ClipSharp.Tests.csproj", "{E3A2D568-C904-4C33-86DB-D8CEE739A99E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E1C1BA76-E3B1-45B3-BAF2-386B5FE4D24F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClipSharp.Example.Wpf", "Examples\ClipSharp.Example.Wpf\ClipSharp.Example.Wpf.csproj", "{47268C04-97AD-4146-B33F-B1397992807F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4973D3E3-0E89-4C35-BB61-6B6CC386C8C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4973D3E3-0E89-4C35-BB61-6B6CC386C8C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4973D3E3-0E89-4C35-BB61-6B6CC386C8C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4973D3E3-0E89-4C35-BB61-6B6CC386C8C4}.Release|Any CPU.Build.0 = Release|Any CPU
{8D48CD5B-6693-4513-A847-29FDC8C8A25E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D48CD5B-6693-4513-A847-29FDC8C8A25E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D48CD5B-6693-4513-A847-29FDC8C8A25E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D48CD5B-6693-4513-A847-29FDC8C8A25E}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A2D568-C904-4C33-86DB-D8CEE739A99E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A2D568-C904-4C33-86DB-D8CEE739A99E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A2D568-C904-4C33-86DB-D8CEE739A99E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A2D568-C904-4C33-86DB-D8CEE739A99E}.Release|Any CPU.Build.0 = Release|Any CPU
{47268C04-97AD-4146-B33F-B1397992807F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47268C04-97AD-4146-B33F-B1397992807F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47268C04-97AD-4146-B33F-B1397992807F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47268C04-97AD-4146-B33F-B1397992807F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A02962D3-673E-49ED-BC69-0C497F4B14A9}
EndGlobalSection
EndGlobal