-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNotifyPropertyChangedLiveDemo.sln
37 lines (37 loc) · 2.14 KB
/
NotifyPropertyChangedLiveDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30428.66
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotifyPropertyChangedLiveDemo", "NotifyPropertyChangedLiveDemo\NotifyPropertyChangedLiveDemo.csproj", "{81381B5F-D27E-4899-A877-EACCE00B6944}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotifyPropertyChangedGenerator", "NotifyPropertyChangedGenerator\NotifyPropertyChangedGenerator.csproj", "{26C22B32-2808-46A6-95A8-F1D990C2A1BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeneratorTest", "GeneratorTest\GeneratorTest.csproj", "{D1A4EC36-3B3B-4338-BACE-7B6DBE45C595}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81381B5F-D27E-4899-A877-EACCE00B6944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81381B5F-D27E-4899-A877-EACCE00B6944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81381B5F-D27E-4899-A877-EACCE00B6944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81381B5F-D27E-4899-A877-EACCE00B6944}.Release|Any CPU.Build.0 = Release|Any CPU
{26C22B32-2808-46A6-95A8-F1D990C2A1BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26C22B32-2808-46A6-95A8-F1D990C2A1BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26C22B32-2808-46A6-95A8-F1D990C2A1BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26C22B32-2808-46A6-95A8-F1D990C2A1BD}.Release|Any CPU.Build.0 = Release|Any CPU
{D1A4EC36-3B3B-4338-BACE-7B6DBE45C595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1A4EC36-3B3B-4338-BACE-7B6DBE45C595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1A4EC36-3B3B-4338-BACE-7B6DBE45C595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1A4EC36-3B3B-4338-BACE-7B6DBE45C595}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44BA0F9C-D3DB-443C-90D3-7FB7FA7A1BDD}
EndGlobalSection
EndGlobal