-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSViewComponents.sln
More file actions
36 lines (36 loc) · 1.81 KB
/
JSViewComponents.sln
File metadata and controls
36 lines (36 loc) · 1.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28302.56
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JSViewComponents", "JSViewComponents\JSViewComponents.csproj", "{27292F7D-4681-49E3-86DF-7257504C49B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JSViewComponents.Demo", "JSViewComponents.Demo\JSViewComponents.Demo.csproj", "{812713A8-8868-493A-B84B-E29280F5963E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE4BB15F-9F9F-4A53-8AFC-B584A60D3A74}"
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
{27292F7D-4681-49E3-86DF-7257504C49B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27292F7D-4681-49E3-86DF-7257504C49B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27292F7D-4681-49E3-86DF-7257504C49B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27292F7D-4681-49E3-86DF-7257504C49B7}.Release|Any CPU.Build.0 = Release|Any CPU
{812713A8-8868-493A-B84B-E29280F5963E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{812713A8-8868-493A-B84B-E29280F5963E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{812713A8-8868-493A-B84B-E29280F5963E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{812713A8-8868-493A-B84B-E29280F5963E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F6E98AC-F309-41FE-8C0A-212EA888BC6F}
EndGlobalSection
EndGlobal