-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathurishell-core.sln
More file actions
31 lines (30 loc) · 1.79 KB
/
urishell-core.sln
File metadata and controls
31 lines (30 loc) · 1.79 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9660DF67-E30A-40F3-8AED-A584AFEDCF13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A29E6AEC-A4E7-4491-BA72-A68CB389CB4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UriShell.Shared", "src\UriShell.Shared\UriShell.Shared.csproj", "{C929B50C-D7FD-4355-A435-DE8EC10010AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UriShell.Shared.Test", "test\UriShell.Shared.Test\UriShell.Shared.Test.csproj", "{6D78523C-60F5-43D2-963C-B94FB2932AE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C929B50C-D7FD-4355-A435-DE8EC10010AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C929B50C-D7FD-4355-A435-DE8EC10010AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C929B50C-D7FD-4355-A435-DE8EC10010AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C929B50C-D7FD-4355-A435-DE8EC10010AF}.Release|Any CPU.Build.0 = Release|Any CPU
{6D78523C-60F5-43D2-963C-B94FB2932AE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D78523C-60F5-43D2-963C-B94FB2932AE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D78523C-60F5-43D2-963C-B94FB2932AE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D78523C-60F5-43D2-963C-B94FB2932AE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C929B50C-D7FD-4355-A435-DE8EC10010AF} = {9660DF67-E30A-40F3-8AED-A584AFEDCF13}
{6D78523C-60F5-43D2-963C-B94FB2932AE3} = {A29E6AEC-A4E7-4491-BA72-A68CB389CB4B}
EndGlobalSection
EndGlobal