-
Notifications
You must be signed in to change notification settings - Fork 59
/
Avalonia.Controls.TreeDataGrid.sln
63 lines (63 loc) · 3.7 KB
/
Avalonia.Controls.TreeDataGrid.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
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{00673DCE-6218-4BAC-9026-F9BA18D241AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.Controls.TreeDataGrid", "src\Avalonia.Controls.TreeDataGrid\Avalonia.Controls.TreeDataGrid.csproj", "{03DC1739-3E44-4FDF-9A71-4C6AA75E4CBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.Controls.TreeDataGrid.Tests", "tests\Avalonia.Controls.TreeDataGrid.Tests\Avalonia.Controls.TreeDataGrid.Tests.csproj", "{90F93B90-3622-4332-9E7A-E6D7062422C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A8CF7AE6-C46F-4930-85AF-13126EAC5E6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeDataGridDemo", "samples\TreeDataGridDemo\TreeDataGridDemo.csproj", "{9A36E37E-2C03-4B5A-B7EE-A91DC95C3E4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{AE911386-1B6E-4148-AE8F-9D27325349AF}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_build", "nukebuild\_build.csproj", "{D45C7B46-A12C-4412-8397-B51B75A09999}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Props", "Props", "{0F5B5686-C914-416E-ABA3-ED41A653626C}"
ProjectSection(SolutionItems) = preProject
build\SharedVersion.props = build\SharedVersion.props
build\SourceLink.props = build\SourceLink.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03DC1739-3E44-4FDF-9A71-4C6AA75E4CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03DC1739-3E44-4FDF-9A71-4C6AA75E4CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03DC1739-3E44-4FDF-9A71-4C6AA75E4CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03DC1739-3E44-4FDF-9A71-4C6AA75E4CBE}.Release|Any CPU.Build.0 = Release|Any CPU
{90F93B90-3622-4332-9E7A-E6D7062422C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F93B90-3622-4332-9E7A-E6D7062422C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F93B90-3622-4332-9E7A-E6D7062422C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90F93B90-3622-4332-9E7A-E6D7062422C1}.Release|Any CPU.Build.0 = Release|Any CPU
{9A36E37E-2C03-4B5A-B7EE-A91DC95C3E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A36E37E-2C03-4B5A-B7EE-A91DC95C3E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A36E37E-2C03-4B5A-B7EE-A91DC95C3E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A36E37E-2C03-4B5A-B7EE-A91DC95C3E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{D45C7B46-A12C-4412-8397-B51B75A09999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D45C7B46-A12C-4412-8397-B51B75A09999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D45C7B46-A12C-4412-8397-B51B75A09999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D45C7B46-A12C-4412-8397-B51B75A09999}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{90F93B90-3622-4332-9E7A-E6D7062422C1} = {00673DCE-6218-4BAC-9026-F9BA18D241AE}
{9A36E37E-2C03-4B5A-B7EE-A91DC95C3E4A} = {A8CF7AE6-C46F-4930-85AF-13126EAC5E6E}
{D45C7B46-A12C-4412-8397-B51B75A09999} = {AE911386-1B6E-4148-AE8F-9D27325349AF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C219532-B67B-4A0F-BFC0-A22CBE46DFF4}
EndGlobalSection
EndGlobal