-
Notifications
You must be signed in to change notification settings - Fork 8
/
Clipify.sln
22 lines (22 loc) · 1 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
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
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
EndGlobalSection
EndGlobal