-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGridExtension.sln
31 lines (31 loc) · 1.58 KB
/
GridExtension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GridExtensionLib", "GridExtensionLib\GridExtensionLib.csproj", "{A40B076F-9018-4A3C-AD3B-92C3EEC2EEFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GridExtension", "GridExtension\GridExtension.csproj", "{D700593F-7E61-4074-B36C-B6556CA9AC0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A40B076F-9018-4A3C-AD3B-92C3EEC2EEFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A40B076F-9018-4A3C-AD3B-92C3EEC2EEFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A40B076F-9018-4A3C-AD3B-92C3EEC2EEFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A40B076F-9018-4A3C-AD3B-92C3EEC2EEFC}.Release|Any CPU.Build.0 = Release|Any CPU
{D700593F-7E61-4074-B36C-B6556CA9AC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D700593F-7E61-4074-B36C-B6556CA9AC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D700593F-7E61-4074-B36C-B6556CA9AC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D700593F-7E61-4074-B36C-B6556CA9AC0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB563295-3B45-4384-A264-B23CFAE045F2}
EndGlobalSection
EndGlobal