-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGu.Wpf.GridExtensions.sln
51 lines (51 loc) · 2.68 KB
/
Gu.Wpf.GridExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.GridExtensions", "Gu.Wpf.GridExtensions\Gu.Wpf.GridExtensions.csproj", "{8300F62F-529B-492D-89A0-D67B67DDFDD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.GridExtensions.Demo", "Gu.Wpf.GridExtensions.Demo\Gu.Wpf.GridExtensions.Demo.csproj", "{4FA150BE-E90E-4380-AA58-C1800749A451}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.GridExtensions.UiTests", "Gu.Wpf.GridExtensions.UiTests\Gu.Wpf.GridExtensions.UiTests.csproj", "{F05C4F65-0A55-4BC1-B6A3-3CB5E900BE67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{8E9468B2-369D-4C26-A181-1340724E2914}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{025B90A7-443A-4221-9CF7-D072B73CB519}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8300F62F-529B-492D-89A0-D67B67DDFDD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8300F62F-529B-492D-89A0-D67B67DDFDD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8300F62F-529B-492D-89A0-D67B67DDFDD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8300F62F-529B-492D-89A0-D67B67DDFDD3}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA150BE-E90E-4380-AA58-C1800749A451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA150BE-E90E-4380-AA58-C1800749A451}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA150BE-E90E-4380-AA58-C1800749A451}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA150BE-E90E-4380-AA58-C1800749A451}.Release|Any CPU.Build.0 = Release|Any CPU
{F05C4F65-0A55-4BC1-B6A3-3CB5E900BE67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F05C4F65-0A55-4BC1-B6A3-3CB5E900BE67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F05C4F65-0A55-4BC1-B6A3-3CB5E900BE67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F05C4F65-0A55-4BC1-B6A3-3CB5E900BE67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4016DA46-545F-409F-9947-CF364E579EE1}
EndGlobalSection
EndGlobal