-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNavigatorEndpoint.sln
79 lines (79 loc) · 5.07 KB
/
NavigatorEndpoint.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigatorApplication.Common", "NavigatorApplication.Common\NavigatorApplication.Common.csproj", "{0C880738-21C9-44B1-8A87-44768BE6CFB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigatorApplication.Service", "NavigatorApplication.Service\NavigatorApplication.Service.csproj", "{DEA2681D-9171-49EB-966B-B1C4B6F59D21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigatorApplication.Service.Test", "NavigatorApplication.Service.Test\NavigatorApplication.Service.Test.csproj", "{ED51418A-E0B4-4BED-B8D9-E3D9284641CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{EA8298DE-EFB4-4954-AFC0-382B75F280AF}"
ProjectSection(SolutionItems) = preProject
Documents\Notes.txt = Documents\Notes.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XML", "XML", "{90D24B69-8C9F-42B3-B331-E15D0DE3B0DA}"
ProjectSection(SolutionItems) = preProject
1374913695.xml = 1374913695.xml
XML\people07102013055734.xml = XML\people07102013055734.xml
people07102013060241.xml = people07102013060241.xml
XML\urnflickrfeed1374914055.xml = XML\urnflickrfeed1374914055.xml
E:\urnflickrfeed1374938000.xml = E:\urnflickrfeed1374938000.xml
XML\urnflickrfeed1374938000.xml = XML\urnflickrfeed1374938000.xml
E:\urnflickrfeed1374938049.xml = E:\urnflickrfeed1374938049.xml
XML\urnflickrfeed1374938049.xml = XML\urnflickrfeed1374938049.xml
E:\urnflickrfeed1374938104.xml = E:\urnflickrfeed1374938104.xml
XML\urnflickrfeed1374938104.xml = XML\urnflickrfeed1374938104.xml
XML\urnflickrfeed1374938238.xml = XML\urnflickrfeed1374938238.xml
XML\urnflickrfeed1374938380.xml = XML\urnflickrfeed1374938380.xml
XML\urnflickrfeed1374938747.xml = XML\urnflickrfeed1374938747.xml
XML\urnflickrfeed1374938918.xml = XML\urnflickrfeed1374938918.xml
XML\urnflickrfeed1374939446.xml = XML\urnflickrfeed1374939446.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigatorApplication.Infrastructure.WebApi", "NavigatorApplication.Infrastructure.WebApi\NavigatorApplication.Infrastructure.WebApi.csproj", "{16E8E497-A6E5-4EB2-A6C1-DD1B07A557CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigatorApplication.Infrastructure.WebApi.Test", "NavigatorApplication.Infrastructure.WebApi.Test\NavigatorApplication.Infrastructure.WebApi.Test.csproj", "{B9294497-19AF-4363-9847-5896012F413A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XSD", "XSD", "{FA0143F7-EF66-4214-B91E-5F52D1FC2660}"
ProjectSection(SolutionItems) = preProject
Documents\XSD\atom_xsd.xml = Documents\XSD\atom_xsd.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C880738-21C9-44B1-8A87-44768BE6CFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C880738-21C9-44B1-8A87-44768BE6CFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C880738-21C9-44B1-8A87-44768BE6CFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C880738-21C9-44B1-8A87-44768BE6CFB1}.Release|Any CPU.Build.0 = Release|Any CPU
{DEA2681D-9171-49EB-966B-B1C4B6F59D21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEA2681D-9171-49EB-966B-B1C4B6F59D21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEA2681D-9171-49EB-966B-B1C4B6F59D21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEA2681D-9171-49EB-966B-B1C4B6F59D21}.Release|Any CPU.Build.0 = Release|Any CPU
{ED51418A-E0B4-4BED-B8D9-E3D9284641CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED51418A-E0B4-4BED-B8D9-E3D9284641CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED51418A-E0B4-4BED-B8D9-E3D9284641CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED51418A-E0B4-4BED-B8D9-E3D9284641CF}.Release|Any CPU.Build.0 = Release|Any CPU
{16E8E497-A6E5-4EB2-A6C1-DD1B07A557CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16E8E497-A6E5-4EB2-A6C1-DD1B07A557CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16E8E497-A6E5-4EB2-A6C1-DD1B07A557CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16E8E497-A6E5-4EB2-A6C1-DD1B07A557CB}.Release|Any CPU.Build.0 = Release|Any CPU
{B9294497-19AF-4363-9847-5896012F413A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9294497-19AF-4363-9847-5896012F413A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9294497-19AF-4363-9847-5896012F413A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9294497-19AF-4363-9847-5896012F413A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FA0143F7-EF66-4214-B91E-5F52D1FC2660} = {EA8298DE-EFB4-4954-AFC0-382B75F280AF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal