-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReactiveCommand.SourceGenerator.sln
27 lines (27 loc) · 1.51 KB
/
ReactiveCommand.SourceGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveCommand.SourceGenerator", "ReactiveCommand.SourceGenerator\ReactiveCommand.SourceGenerator.csproj", "{1074C193-3A80-4C84-B581-5B65D976089E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "Sandbox\Sandbox.csproj", "{336BF409-5A1D-4EF1-B021-21591CF03962}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C04DAE7D-CA34-49B9-BE8C-4A0ED7A5CB4F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1074C193-3A80-4C84-B581-5B65D976089E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1074C193-3A80-4C84-B581-5B65D976089E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1074C193-3A80-4C84-B581-5B65D976089E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1074C193-3A80-4C84-B581-5B65D976089E}.Release|Any CPU.Build.0 = Release|Any CPU
{336BF409-5A1D-4EF1-B021-21591CF03962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{336BF409-5A1D-4EF1-B021-21591CF03962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{336BF409-5A1D-4EF1-B021-21591CF03962}.Release|Any CPU.ActiveCfg = Release|Any CPU
{336BF409-5A1D-4EF1-B021-21591CF03962}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal