-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNIdenticon.sln
48 lines (48 loc) · 2.66 KB
/
NIdenticon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NIdenticon", "NIdenticon\NIdenticon.csproj", "{5F3766D3-FF50-497F-83D0-75DAC0826F04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{F68AE509-36A2-4B39-B80D-D210831B48B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9DD01E20-5015-4830-826F-BD8AB30E1F9C}"
ProjectSection(SolutionItems) = preProject
nidenticonlogo.ico = nidenticonlogo.ico
nidenticonlogo.png = nidenticonlogo.png
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWeb", "TestWeb\TestWeb.csproj", "{6E33E8E5-4F0B-4684-BCE1-16DB6C0DDD59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NIdenticonTests", "NIdenticonTests\NIdenticonTests.csproj", "{A708425B-9F0C-43BC-AA6F-D2BAD0C43B8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F3766D3-FF50-497F-83D0-75DAC0826F04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F3766D3-FF50-497F-83D0-75DAC0826F04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F3766D3-FF50-497F-83D0-75DAC0826F04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F3766D3-FF50-497F-83D0-75DAC0826F04}.Release|Any CPU.Build.0 = Release|Any CPU
{F68AE509-36A2-4B39-B80D-D210831B48B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F68AE509-36A2-4B39-B80D-D210831B48B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F68AE509-36A2-4B39-B80D-D210831B48B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E33E8E5-4F0B-4684-BCE1-16DB6C0DDD59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E33E8E5-4F0B-4684-BCE1-16DB6C0DDD59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E33E8E5-4F0B-4684-BCE1-16DB6C0DDD59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A708425B-9F0C-43BC-AA6F-D2BAD0C43B8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A708425B-9F0C-43BC-AA6F-D2BAD0C43B8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A708425B-9F0C-43BC-AA6F-D2BAD0C43B8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A708425B-9F0C-43BC-AA6F-D2BAD0C43B8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {089BA820-4D37-44E5-819D-6BDF872C9B74}
EndGlobalSection
EndGlobal