-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathClipify.sln
28 lines (28 loc) · 1.48 KB
/
Clipify.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clipify.Forms", "Clipify.Forms\Clipify.Forms.csproj", "{95B287DB-D1EB-452D-B7DB-14302DFA79BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C152E630-A803-4E7F-A1E4-3DFB2B37A26B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClipifyConveter", "ClipifyConveter\ClipifyConveter.csproj", "{0AA0DCA6-8EE9-44F0-AFFC-37DD0BE2B218}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95B287DB-D1EB-452D-B7DB-14302DFA79BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95B287DB-D1EB-452D-B7DB-14302DFA79BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95B287DB-D1EB-452D-B7DB-14302DFA79BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95B287DB-D1EB-452D-B7DB-14302DFA79BA}.Release|Any CPU.Build.0 = Release|Any CPU
{0AA0DCA6-8EE9-44F0-AFFC-37DD0BE2B218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AA0DCA6-8EE9-44F0-AFFC-37DD0BE2B218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AA0DCA6-8EE9-44F0-AFFC-37DD0BE2B218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AA0DCA6-8EE9-44F0-AFFC-37DD0BE2B218}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal