forked from rwhitmire/KendoGridBinder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKendoGridBinder.sln
37 lines (37 loc) · 1.89 KB
/
KendoGridBinder.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KendoGridBinder", "KendoGridBinder\KendoGridBinder.csproj", "{D786207C-387A-4EDB-A950-E92E0D69C1B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KendoGridBinder.Examples", "KendoGridBinder.Examples\KendoGridBinder.Examples.csproj", "{7B931CF2-F9CC-4FDC-9E3F-5D37DCD22F31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A6398D29-1651-48BB-BB61-29884052E210}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23382819-D5CC-435B-803B-2F054D57A42F}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D786207C-387A-4EDB-A950-E92E0D69C1B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D786207C-387A-4EDB-A950-E92E0D69C1B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D786207C-387A-4EDB-A950-E92E0D69C1B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D786207C-387A-4EDB-A950-E92E0D69C1B0}.Release|Any CPU.Build.0 = Release|Any CPU
{7B931CF2-F9CC-4FDC-9E3F-5D37DCD22F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B931CF2-F9CC-4FDC-9E3F-5D37DCD22F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B931CF2-F9CC-4FDC-9E3F-5D37DCD22F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B931CF2-F9CC-4FDC-9E3F-5D37DCD22F31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal