-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathYourls.Net.sln
28 lines (28 loc) · 1.74 KB
/
Yourls.Net.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}") = "Yourls.Net", "Yourls.Net\Yourls.Net.csproj", "{80F9E6F2-ED8D-4AB3-BC5B-59C4E25E08ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yourls.Net.AspNet", "Yourls.Net.AspNet\Yourls.Net.AspNet.csproj", "{F9F19F77-7C20-4C50-8380-7FD2F58161AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yourls.Net.JsonNet", "Yourls.Net.JsonNet\Yourls.Net.JsonNet.csproj", "{8F685CE7-BD3C-4C57-AB9A-076EF3814B71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80F9E6F2-ED8D-4AB3-BC5B-59C4E25E08ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80F9E6F2-ED8D-4AB3-BC5B-59C4E25E08ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80F9E6F2-ED8D-4AB3-BC5B-59C4E25E08ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80F9E6F2-ED8D-4AB3-BC5B-59C4E25E08ED}.Release|Any CPU.Build.0 = Release|Any CPU
{F9F19F77-7C20-4C50-8380-7FD2F58161AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9F19F77-7C20-4C50-8380-7FD2F58161AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9F19F77-7C20-4C50-8380-7FD2F58161AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9F19F77-7C20-4C50-8380-7FD2F58161AF}.Release|Any CPU.Build.0 = Release|Any CPU
{8F685CE7-BD3C-4C57-AB9A-076EF3814B71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F685CE7-BD3C-4C57-AB9A-076EF3814B71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F685CE7-BD3C-4C57-AB9A-076EF3814B71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F685CE7-BD3C-4C57-AB9A-076EF3814B71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal