-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRadzenGridProblem.sln
42 lines (42 loc) · 2.31 KB
/
RadzenGridProblem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33318.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadzenGridProblem.Server", "Server\RadzenGridProblem.Server.csproj", "{87E5AB56-38C8-4D1E-9B4A-2B1E60C4F41E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadzenGridProblem.Client", "Client\RadzenGridProblem.Client.csproj", "{A9F4FDA6-B1FC-40CE-9974-50B56FAD2DE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadzenGridProblem.Shared", "Shared\RadzenGridProblem.Shared.csproj", "{92142779-72CA-4F21-858B-746B059FB638}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA894818-18D8-4D97-AFC6-8A2CC9959EF1}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87E5AB56-38C8-4D1E-9B4A-2B1E60C4F41E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E5AB56-38C8-4D1E-9B4A-2B1E60C4F41E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E5AB56-38C8-4D1E-9B4A-2B1E60C4F41E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E5AB56-38C8-4D1E-9B4A-2B1E60C4F41E}.Release|Any CPU.Build.0 = Release|Any CPU
{A9F4FDA6-B1FC-40CE-9974-50B56FAD2DE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9F4FDA6-B1FC-40CE-9974-50B56FAD2DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9F4FDA6-B1FC-40CE-9974-50B56FAD2DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9F4FDA6-B1FC-40CE-9974-50B56FAD2DE6}.Release|Any CPU.Build.0 = Release|Any CPU
{92142779-72CA-4F21-858B-746B059FB638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92142779-72CA-4F21-858B-746B059FB638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92142779-72CA-4F21-858B-746B059FB638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92142779-72CA-4F21-858B-746B059FB638}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68BA7FAC-AA4F-4979-95B8-9E57E34D62C1}
EndGlobalSection
EndGlobal