forked from dotnet/DataGridExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataGridExtensions.sln
More file actions
41 lines (41 loc) · 2.04 KB
/
DataGridExtensions.sln
File metadata and controls
41 lines (41 loc) · 2.04 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataGridExtensions", "DataGridExtensions\DataGridExtensions.csproj", "{393C28BB-DB90-40E8-B1A3-741D8B99BA39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGridExtensionsSample", "DataGridExtensionsSample\DataGridExtensionsSample.csproj", "{977C4FEE-4F44-4F64-803B-3F7350F3A487}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB86BFBB-CA2E-425D-BA83-9ABA746813EC}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
License = License
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{393C28BB-DB90-40E8-B1A3-741D8B99BA39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393C28BB-DB90-40E8-B1A3-741D8B99BA39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393C28BB-DB90-40E8-B1A3-741D8B99BA39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393C28BB-DB90-40E8-B1A3-741D8B99BA39}.Release|Any CPU.Build.0 = Release|Any CPU
{977C4FEE-4F44-4F64-803B-3F7350F3A487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977C4FEE-4F44-4F64-803B-3F7350F3A487}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977C4FEE-4F44-4F64-803B-3F7350F3A487}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977C4FEE-4F44-4F64-803B-3F7350F3A487}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80FB1415-D869-475E-88A8-5B3749315583}
EndGlobalSection
EndGlobal