-
Notifications
You must be signed in to change notification settings - Fork 9
/
clipr.sln
51 lines (51 loc) · 2.83 KB
/
clipr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clipr", "src\clipr\clipr.csproj", "{63FEC7E8-FAB5-47D7-8BB6-490725659889}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clipr.Sample", "src\clipr.Sample\clipr.Sample.csproj", "{68F2DE76-31F6-4FA6-B30B-BD4DE49A411C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clipr.UnitTests", "src\clipr.UnitTests\clipr.UnitTests.csproj", "{8D16FF01-C8B5-47BB-951C-931DD217736A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{441776CA-10A6-468F-A91A-BAC8C33F8B30}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
clipr.nuspec = clipr.nuspec
Notes.md = Notes.md
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "clipr.NetCore", "src\clipr.NetCore\clipr.NetCore.xproj", "{0A03AA03-F459-457F-892A-1F9D5EE3446B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63FEC7E8-FAB5-47D7-8BB6-490725659889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63FEC7E8-FAB5-47D7-8BB6-490725659889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63FEC7E8-FAB5-47D7-8BB6-490725659889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63FEC7E8-FAB5-47D7-8BB6-490725659889}.Release|Any CPU.Build.0 = Release|Any CPU
{68F2DE76-31F6-4FA6-B30B-BD4DE49A411C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F2DE76-31F6-4FA6-B30B-BD4DE49A411C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F2DE76-31F6-4FA6-B30B-BD4DE49A411C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F2DE76-31F6-4FA6-B30B-BD4DE49A411C}.Release|Any CPU.Build.0 = Release|Any CPU
{8D16FF01-C8B5-47BB-951C-931DD217736A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D16FF01-C8B5-47BB-951C-931DD217736A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D16FF01-C8B5-47BB-951C-931DD217736A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D16FF01-C8B5-47BB-951C-931DD217736A}.Release|Any CPU.Build.0 = Release|Any CPU
{0A03AA03-F459-457F-892A-1F9D5EE3446B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A03AA03-F459-457F-892A-1F9D5EE3446B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A03AA03-F459-457F-892A-1F9D5EE3446B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A03AA03-F459-457F-892A-1F9D5EE3446B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\clipr.Sample\clipr.Sample.csproj
EndGlobalSection
EndGlobal