This repository was archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEleCho.WpfUtilities.sln
55 lines (55 loc) · 3.7 KB
/
EleCho.WpfUtilities.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.WpfUtilities", "EleCho.WpfUtilities\EleCho.WpfUtilities.csproj", "{66F50AAF-E496-4DB5-A502-F316F3AD4295}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWpf", "TestWpf\TestWpf.csproj", "{E9A0DDA6-E1AF-445E-88A8-6FFD080FF50A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.WpfUtilities.FlexLayout", "EleCho.WpfUtilities.FlexLayout\EleCho.WpfUtilities.FlexLayout.csproj", "{1E7846CD-B218-4592-83C6-6E13BED78C94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.WpfUtilities.GridLayout", "EleCho.WpfUtilities.GridLayout\EleCho.WpfUtilities.GridLayout.csproj", "{F234CFFE-FB25-46A3-8A6D-35BD615B7CB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.WpfUtilities.BindingProxy", "EleCho.WpfUtilities.BindingProxy\EleCho.WpfUtilities.BindingProxy.csproj", "{03BDDDD6-5CD7-4197-BAA1-B981905E5E7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EleCho.WpfUtilities.ConditionControls", "EleCho.WpfUtilities.ConditionControls\EleCho.WpfUtilities.ConditionControls.csproj", "{A1DE52BD-E3C1-4BC8-90D5-D6910C88D795}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66F50AAF-E496-4DB5-A502-F316F3AD4295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66F50AAF-E496-4DB5-A502-F316F3AD4295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66F50AAF-E496-4DB5-A502-F316F3AD4295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66F50AAF-E496-4DB5-A502-F316F3AD4295}.Release|Any CPU.Build.0 = Release|Any CPU
{E9A0DDA6-E1AF-445E-88A8-6FFD080FF50A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9A0DDA6-E1AF-445E-88A8-6FFD080FF50A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9A0DDA6-E1AF-445E-88A8-6FFD080FF50A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9A0DDA6-E1AF-445E-88A8-6FFD080FF50A}.Release|Any CPU.Build.0 = Release|Any CPU
{1E7846CD-B218-4592-83C6-6E13BED78C94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E7846CD-B218-4592-83C6-6E13BED78C94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E7846CD-B218-4592-83C6-6E13BED78C94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E7846CD-B218-4592-83C6-6E13BED78C94}.Release|Any CPU.Build.0 = Release|Any CPU
{F234CFFE-FB25-46A3-8A6D-35BD615B7CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F234CFFE-FB25-46A3-8A6D-35BD615B7CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F234CFFE-FB25-46A3-8A6D-35BD615B7CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F234CFFE-FB25-46A3-8A6D-35BD615B7CB2}.Release|Any CPU.Build.0 = Release|Any CPU
{03BDDDD6-5CD7-4197-BAA1-B981905E5E7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03BDDDD6-5CD7-4197-BAA1-B981905E5E7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03BDDDD6-5CD7-4197-BAA1-B981905E5E7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03BDDDD6-5CD7-4197-BAA1-B981905E5E7C}.Release|Any CPU.Build.0 = Release|Any CPU
{A1DE52BD-E3C1-4BC8-90D5-D6910C88D795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1DE52BD-E3C1-4BC8-90D5-D6910C88D795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1DE52BD-E3C1-4BC8-90D5-D6910C88D795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1DE52BD-E3C1-4BC8-90D5-D6910C88D795}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AE52260-A18B-4712-BC17-6DB5941807D3}
EndGlobalSection
EndGlobal