-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBindableProps.sln
37 lines (37 loc) · 2.03 KB
/
BindableProps.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 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BindablePropsSG", "BindablePropsSG\BindablePropsSG.csproj", "{DB2DDED5-78E9-4134-A84D-91EE8A1B3872}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BindableProps", "BindableProps\BindableProps.csproj", "{C820A39C-9A1C-460F-84AE-4BFCD29D7FE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{9C7262F1-68AA-4712-8594-15AB9B3777C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB2DDED5-78E9-4134-A84D-91EE8A1B3872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB2DDED5-78E9-4134-A84D-91EE8A1B3872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB2DDED5-78E9-4134-A84D-91EE8A1B3872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB2DDED5-78E9-4134-A84D-91EE8A1B3872}.Release|Any CPU.Build.0 = Release|Any CPU
{C820A39C-9A1C-460F-84AE-4BFCD29D7FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C820A39C-9A1C-460F-84AE-4BFCD29D7FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C820A39C-9A1C-460F-84AE-4BFCD29D7FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C820A39C-9A1C-460F-84AE-4BFCD29D7FE4}.Release|Any CPU.Build.0 = Release|Any CPU
{9C7262F1-68AA-4712-8594-15AB9B3777C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7262F1-68AA-4712-8594-15AB9B3777C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7262F1-68AA-4712-8594-15AB9B3777C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7262F1-68AA-4712-8594-15AB9B3777C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6684E467-F629-4C06-8089-BE193E571DAE}
EndGlobalSection
EndGlobal