-
Notifications
You must be signed in to change notification settings - Fork 26
/
WpfExtensions.sln
54 lines (54 loc) · 2.99 KB
/
WpfExtensions.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
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfExtensions.Infrastructure", "WpfExtensions.Infrastructure\WpfExtensions.Infrastructure.csproj", "{567E7A9A-627B-443E-8012-3F3A26852C54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfExtensions.Xaml", "WpfExtensions.Xaml\WpfExtensions.Xaml.csproj", "{51BFADBD-538E-43F6-95F1-8FF1D61F1C10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34AC87BB-F994-4BA2-9A35-7324ADA69FBA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
README.zh-CN.md = README.zh-CN.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfExtensions.Binding", "WpfExtensions.Binding\WpfExtensions.Binding.csproj", "{924DBAD5-43DA-4BCC-814D-845B4C4E8AFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C16F8C80-D982-4FC7-84EC-AA8EB147BDE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{567E7A9A-627B-443E-8012-3F3A26852C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{567E7A9A-627B-443E-8012-3F3A26852C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{567E7A9A-627B-443E-8012-3F3A26852C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{567E7A9A-627B-443E-8012-3F3A26852C54}.Release|Any CPU.Build.0 = Release|Any CPU
{51BFADBD-538E-43F6-95F1-8FF1D61F1C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51BFADBD-538E-43F6-95F1-8FF1D61F1C10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51BFADBD-538E-43F6-95F1-8FF1D61F1C10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51BFADBD-538E-43F6-95F1-8FF1D61F1C10}.Release|Any CPU.Build.0 = Release|Any CPU
{924DBAD5-43DA-4BCC-814D-845B4C4E8AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{924DBAD5-43DA-4BCC-814D-845B4C4E8AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{924DBAD5-43DA-4BCC-814D-845B4C4E8AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{924DBAD5-43DA-4BCC-814D-845B4C4E8AFE}.Release|Any CPU.Build.0 = Release|Any CPU
{C16F8C80-D982-4FC7-84EC-AA8EB147BDE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C16F8C80-D982-4FC7-84EC-AA8EB147BDE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C16F8C80-D982-4FC7-84EC-AA8EB147BDE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C16F8C80-D982-4FC7-84EC-AA8EB147BDE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A6AEBAE-7FF8-4800-AA78-5655E5D7F7D8}
EndGlobalSection
EndGlobal