forked from tamirdresher/ReactiveUI.Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReactiveUI_4Only.Samples.sln
41 lines (41 loc) · 2.27 KB
/
ReactiveUI_4Only.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Commands", "Commands", "{849E3F90-EE14-4C0C-8FD7-F11FAA116CF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{11ACF8EE-30F0-4842-996C-9AB636C07CEA}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI.Samples.Commands", "ReactiveUI.Samples.Commands\ReactiveUI.Samples.Commands.csproj", "{0E9F6644-7625-49F7-88C6-333292003E6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI.Samples.Routing101", "ReactiveUI.Samples.Routing\ReactiveUI.Samples.Routing101.csproj", "{39A83DF9-B1DB-4036-BAFE-9D23F2B3E063}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Routing", "Routing", "{13BD54E4-DDDB-4279-93B8-D5B45F84B792}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E9F6644-7625-49F7-88C6-333292003E6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E9F6644-7625-49F7-88C6-333292003E6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E9F6644-7625-49F7-88C6-333292003E6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E9F6644-7625-49F7-88C6-333292003E6E}.Release|Any CPU.Build.0 = Release|Any CPU
{39A83DF9-B1DB-4036-BAFE-9D23F2B3E063}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39A83DF9-B1DB-4036-BAFE-9D23F2B3E063}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39A83DF9-B1DB-4036-BAFE-9D23F2B3E063}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39A83DF9-B1DB-4036-BAFE-9D23F2B3E063}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E9F6644-7625-49F7-88C6-333292003E6E} = {849E3F90-EE14-4C0C-8FD7-F11FAA116CF4}
{39A83DF9-B1DB-4036-BAFE-9D23F2B3E063} = {13BD54E4-DDDB-4279-93B8-D5B45F84B792}
EndGlobalSection
EndGlobal