forked from adamradocz/ReactiveSandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReactiveSandbox.sln
44 lines (44 loc) · 2.39 KB
/
ReactiveSandbox.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 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FDBD27BA-E0A9-43CF-B7A6-73A00FE761F1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveSandbox.Shared", "ReactiveSandbox.Shared\ReactiveSandbox.Shared.csproj", "{CFB1CE34-0D0A-404F-821D-28BCABD23FF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveSandbox.Wpf", "ReactiveSandbox.Wpf\ReactiveSandbox.Wpf.csproj", "{E45C4B55-9823-46C3-945F-E8B4B0B838D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveSandbox.Blazor", "ReactiveSandbox.Blazor\ReactiveSandbox.Blazor.csproj", "{401AF56C-2C6E-4CB3-B28A-E0E0B3A4CE47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFB1CE34-0D0A-404F-821D-28BCABD23FF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB1CE34-0D0A-404F-821D-28BCABD23FF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB1CE34-0D0A-404F-821D-28BCABD23FF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB1CE34-0D0A-404F-821D-28BCABD23FF2}.Release|Any CPU.Build.0 = Release|Any CPU
{E45C4B55-9823-46C3-945F-E8B4B0B838D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E45C4B55-9823-46C3-945F-E8B4B0B838D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E45C4B55-9823-46C3-945F-E8B4B0B838D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E45C4B55-9823-46C3-945F-E8B4B0B838D0}.Release|Any CPU.Build.0 = Release|Any CPU
{401AF56C-2C6E-4CB3-B28A-E0E0B3A4CE47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401AF56C-2C6E-4CB3-B28A-E0E0B3A4CE47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401AF56C-2C6E-4CB3-B28A-E0E0B3A4CE47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401AF56C-2C6E-4CB3-B28A-E0E0B3A4CE47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12BBD313-8C66-4C3D-841F-6ACB20F6359A}
EndGlobalSection
EndGlobal