-
Notifications
You must be signed in to change notification settings - Fork 15
/
RxSpy.sln
53 lines (53 loc) · 3.17 KB
/
RxSpy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AD3DF912-0232-495D-9542-172C1B5AEB18}"
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}") = "RxSpy.StressTest", "RxSpy.StressTest\RxSpy.StressTest.csproj", "{AEDF8197-4672-45B8-B152-131C11439D90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxSpy.TestConsole", "RxSpy.TestConsole\RxSpy.TestConsole.csproj", "{C50D2810-7AE0-435E-B0DF-245820F26D08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxSpy.LiveView", "RxSpy.LiveView\RxSpy.LiveView.csproj", "{D7E752E7-411A-413B-B27D-482C653C45DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxSpy", "RxSpy\RxSpy.csproj", "{AD01307E-2429-482A-9F7A-A8AA147BCFDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxSpy.Shared", "RxSpy.Shared\RxSpy.Shared.csproj", "{1E10026E-8A90-46F1-8FB2-06BEDC21B4CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEDF8197-4672-45B8-B152-131C11439D90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEDF8197-4672-45B8-B152-131C11439D90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEDF8197-4672-45B8-B152-131C11439D90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEDF8197-4672-45B8-B152-131C11439D90}.Release|Any CPU.Build.0 = Release|Any CPU
{C50D2810-7AE0-435E-B0DF-245820F26D08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C50D2810-7AE0-435E-B0DF-245820F26D08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C50D2810-7AE0-435E-B0DF-245820F26D08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C50D2810-7AE0-435E-B0DF-245820F26D08}.Release|Any CPU.Build.0 = Release|Any CPU
{D7E752E7-411A-413B-B27D-482C653C45DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E752E7-411A-413B-B27D-482C653C45DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E752E7-411A-413B-B27D-482C653C45DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E752E7-411A-413B-B27D-482C653C45DC}.Release|Any CPU.Build.0 = Release|Any CPU
{AD01307E-2429-482A-9F7A-A8AA147BCFDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD01307E-2429-482A-9F7A-A8AA147BCFDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD01307E-2429-482A-9F7A-A8AA147BCFDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD01307E-2429-482A-9F7A-A8AA147BCFDA}.Release|Any CPU.Build.0 = Release|Any CPU
{1E10026E-8A90-46F1-8FB2-06BEDC21B4CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E10026E-8A90-46F1-8FB2-06BEDC21B4CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E10026E-8A90-46F1-8FB2-06BEDC21B4CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E10026E-8A90-46F1-8FB2-06BEDC21B4CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal