-
Notifications
You must be signed in to change notification settings - Fork 9
/
DynamicData.ReactiveUI.sln
45 lines (45 loc) · 2.27 KB
/
DynamicData.ReactiveUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicData.ReactiveUI", "Source\DynamicData.ReactiveUI\DynamicData.ReactiveUI.csproj", "{AEDB5C70-F2D5-412A-BCF6-E58D98E6103D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6FA336A4-9540-428A-B56C-8BA5C6B67A8F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{BD5DCF3F-B3EC-4278-BDB4-3793D8878709}"
ProjectSection(SolutionItems) = preProject
DynamicData.ReactiveUI.build = DynamicData.ReactiveUI.build
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{25C9FD52-0FFE-4EF5-80E9-772EBC379534}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicData.ReactiveUI.Tests", "DynamicData.ReactiveUI.Tests\DynamicData.ReactiveUI.Tests.csproj", "{0A7BDD52-BD02-4053-86FF-B1373A5CFC3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEDB5C70-F2D5-412A-BCF6-E58D98E6103D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEDB5C70-F2D5-412A-BCF6-E58D98E6103D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEDB5C70-F2D5-412A-BCF6-E58D98E6103D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEDB5C70-F2D5-412A-BCF6-E58D98E6103D}.Release|Any CPU.Build.0 = Release|Any CPU
{0A7BDD52-BD02-4053-86FF-B1373A5CFC3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A7BDD52-BD02-4053-86FF-B1373A5CFC3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A7BDD52-BD02-4053-86FF-B1373A5CFC3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A7BDD52-BD02-4053-86FF-B1373A5CFC3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal