-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathGu.Wpf.DataGrid2D.sln
57 lines (57 loc) · 3.17 KB
/
Gu.Wpf.DataGrid2D.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
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{70700050-2381-499E-AD41-69BFE55B22EE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.DataGrid2D.Demo", "Gu.Wpf.DataGrid2D.Demo\Gu.Wpf.DataGrid2D.Demo.csproj", "{AD21B5EF-1BF4-4089-838B-47A58C1EC8FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.DataGrid2D.Tests", "Gu.Wpf.DataGrid2D.Tests\Gu.Wpf.DataGrid2D.Tests.csproj", "{E5FCD5C0-4746-4264-BF7F-F07756C74255}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.DataGrid2D", "Gu.Wpf.DataGrid2D\Gu.Wpf.DataGrid2D.csproj", "{53AF7FFF-BCAD-43A5-8367-48429B2878BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.DataGrid2D.UiTests", "Gu.Wpf.DataGrid2D.UiTests\Gu.Wpf.DataGrid2D.UiTests.csproj", "{18A39C1F-6582-4C4F-8678-4128FE9287B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{CFCAB8E2-4BC1-4EB1-8737-3BE82CDACEC2}"
ProjectSection(SolutionItems) = preProject
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
{AD21B5EF-1BF4-4089-838B-47A58C1EC8FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD21B5EF-1BF4-4089-838B-47A58C1EC8FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD21B5EF-1BF4-4089-838B-47A58C1EC8FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD21B5EF-1BF4-4089-838B-47A58C1EC8FE}.Release|Any CPU.Build.0 = Release|Any CPU
{E5FCD5C0-4746-4264-BF7F-F07756C74255}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5FCD5C0-4746-4264-BF7F-F07756C74255}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5FCD5C0-4746-4264-BF7F-F07756C74255}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5FCD5C0-4746-4264-BF7F-F07756C74255}.Release|Any CPU.Build.0 = Release|Any CPU
{53AF7FFF-BCAD-43A5-8367-48429B2878BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53AF7FFF-BCAD-43A5-8367-48429B2878BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53AF7FFF-BCAD-43A5-8367-48429B2878BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53AF7FFF-BCAD-43A5-8367-48429B2878BE}.Release|Any CPU.Build.0 = Release|Any CPU
{18A39C1F-6582-4C4F-8678-4128FE9287B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18A39C1F-6582-4C4F-8678-4128FE9287B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18A39C1F-6582-4C4F-8678-4128FE9287B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18A39C1F-6582-4C4F-8678-4128FE9287B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC607160-A2AC-45FC-9832-4AAAA6CE75BD}
EndGlobalSection
EndGlobal