-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathGravatarOSC.sln
52 lines (52 loc) · 2.93 KB
/
GravatarOSC.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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GravatarOSC", "GravatarOSC\GravatarOSC.csproj", "{0C26688F-4A67-4DB5-843B-7D779D4B1DED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gravatar.NET", "Gravatar.NET\Gravatar.NET.csproj", "{021C4788-F955-47C7-8360-853B7221F7BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D880F0E-8437-4CB4-A715-34A022ABEC15}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Debug|x64.ActiveCfg = Debug|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Release|Any CPU.Build.0 = Release|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0C26688F-4A67-4DB5-843B-7D779D4B1DED}.Release|x64.ActiveCfg = Release|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Debug|x64.ActiveCfg = Debug|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Release|Any CPU.Build.0 = Release|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{021C4788-F955-47C7-8360-853B7221F7BC}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5E8DBCD-81C3-43D9-8EF6-92D9130144D3}
EndGlobalSection
EndGlobal