-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHighchartsNET.sln
54 lines (54 loc) · 2.77 KB
/
HighchartsNET.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
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighchartsNET", "HighchartsNET\HighchartsNET.csproj", "{B6C01106-EB97-459F-9C76-7C21FAA612D8}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Web", "Web\", "{224BA020-6A35-4048-B8F0-FADDA31A4880}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = "{B6C01106-EB97-459F-9C76-7C21FAA612D8}|HighchartsNET.dll;"
Debug.AspNetCompiler.VirtualPath = "/Web"
Debug.AspNetCompiler.PhysicalPath = "Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Web\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Web"
Release.AspNetCompiler.PhysicalPath = "Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Web\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "12817"
SlnRelativePath = "Web\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighchartsNETCore", "HighchartsNETCore\HighchartsNETCore.csproj", "{F4B2A10E-3129-4B63-941B-9A736E74A4BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6C01106-EB97-459F-9C76-7C21FAA612D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6C01106-EB97-459F-9C76-7C21FAA612D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6C01106-EB97-459F-9C76-7C21FAA612D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6C01106-EB97-459F-9C76-7C21FAA612D8}.Release|Any CPU.Build.0 = Release|Any CPU
{224BA020-6A35-4048-B8F0-FADDA31A4880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{224BA020-6A35-4048-B8F0-FADDA31A4880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{224BA020-6A35-4048-B8F0-FADDA31A4880}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{224BA020-6A35-4048-B8F0-FADDA31A4880}.Release|Any CPU.Build.0 = Debug|Any CPU
{F4B2A10E-3129-4B63-941B-9A736E74A4BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B2A10E-3129-4B63-941B-9A736E74A4BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B2A10E-3129-4B63-941B-9A736E74A4BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B2A10E-3129-4B63-941B-9A736E74A4BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal