This repository was archived by the owner on Dec 3, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDevExtreme.AspNet.TagHelpers.sln
More file actions
46 lines (46 loc) · 2.8 KB
/
DevExtreme.AspNet.TagHelpers.sln
File metadata and controls
46 lines (46 loc) · 2.8 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
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34EF35AB-959B-4B43-A7CA-B9E2EEF9F49A}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DevExtreme.AspNet.TagHelpers.Generator", "DevExtreme.AspNet.TagHelpers.Generator\DevExtreme.AspNet.TagHelpers.Generator.xproj", "{773446A6-C8E1-4E89-86F0-1C1406990382}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DevExtreme.AspNet.TagHelpers", "DevExtreme.AspNet.TagHelpers\DevExtreme.AspNet.TagHelpers.xproj", "{D5419359-3C96-4B83-93FE-A0585001DAD7}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DevExtreme.AspNet.TagHelpers.Tests", "DevExtreme.AspNet.TagHelpers.Tests\DevExtreme.AspNet.TagHelpers.Tests.xproj", "{C88BB805-165B-42AB-9826-8A1CDE5451D9}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Samples", "Samples\Samples.xproj", "{8D865209-134F-461D-957B-D11D20094B60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{773446A6-C8E1-4E89-86F0-1C1406990382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{773446A6-C8E1-4E89-86F0-1C1406990382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{773446A6-C8E1-4E89-86F0-1C1406990382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{773446A6-C8E1-4E89-86F0-1C1406990382}.Release|Any CPU.Build.0 = Release|Any CPU
{D5419359-3C96-4B83-93FE-A0585001DAD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5419359-3C96-4B83-93FE-A0585001DAD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5419359-3C96-4B83-93FE-A0585001DAD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5419359-3C96-4B83-93FE-A0585001DAD7}.Release|Any CPU.Build.0 = Release|Any CPU
{C88BB805-165B-42AB-9826-8A1CDE5451D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C88BB805-165B-42AB-9826-8A1CDE5451D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C88BB805-165B-42AB-9826-8A1CDE5451D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C88BB805-165B-42AB-9826-8A1CDE5451D9}.Release|Any CPU.Build.0 = Release|Any CPU
{8D865209-134F-461D-957B-D11D20094B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D865209-134F-461D-957B-D11D20094B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D865209-134F-461D-957B-D11D20094B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D865209-134F-461D-957B-D11D20094B60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal