-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMoq.INavigationService.sln
44 lines (44 loc) · 2.28 KB
/
Moq.INavigationService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.INavigationService", "src\Moq.INavigationService\Moq.INavigationService.csproj", "{95E25217-33D0-4184-9C46-5E7D1A9E073E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A56D711-2216-460E-B7C5-AE0A97329786}"
ProjectSection(SolutionItems) = preProject
directory.build.props = directory.build.props
global.json = global.json
.editorconfig = .editorconfig
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{30AB869E-442D-4AF2-A020-9BAD5C15A8C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.INavigationService.Tests", "tests\Moq.INavigationService.Tests\Moq.INavigationService.Tests.csproj", "{C7CE382D-7ACF-4F4E-8911-C4A72B76AC19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95E25217-33D0-4184-9C46-5E7D1A9E073E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95E25217-33D0-4184-9C46-5E7D1A9E073E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95E25217-33D0-4184-9C46-5E7D1A9E073E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95E25217-33D0-4184-9C46-5E7D1A9E073E}.Release|Any CPU.Build.0 = Release|Any CPU
{C7CE382D-7ACF-4F4E-8911-C4A72B76AC19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7CE382D-7ACF-4F4E-8911-C4A72B76AC19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7CE382D-7ACF-4F4E-8911-C4A72B76AC19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7CE382D-7ACF-4F4E-8911-C4A72B76AC19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A130EF0D-6BD6-4657-90EF-780688A04AEC}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C7CE382D-7ACF-4F4E-8911-C4A72B76AC19} = {30AB869E-442D-4AF2-A020-9BAD5C15A8C6}
EndGlobalSection
EndGlobal