Initial commit
This commit is contained in:
commit
79649a1628
8 changed files with 681 additions and 0 deletions
36
QuickChart.sln
Normal file
36
QuickChart.sln
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.808.2
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickChart", "QuickChart\QuickChart.csproj", "{60C2308A-500A-4DA1-AF8E-671C88696BFA}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C076DB54-F991-4386-969E-110648801D22}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
EmptyClass.cs = EmptyClass.cs
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickChartExamples", "QuickChartExamples\QuickChartExamples.csproj", "{52AC08E4-5A20-4A46-A117-BFAC03BB7940}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{60C2308A-500A-4DA1-AF8E-671C88696BFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{60C2308A-500A-4DA1-AF8E-671C88696BFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{60C2308A-500A-4DA1-AF8E-671C88696BFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{60C2308A-500A-4DA1-AF8E-671C88696BFA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{52AC08E4-5A20-4A46-A117-BFAC03BB7940}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{52AC08E4-5A20-4A46-A117-BFAC03BB7940}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{52AC08E4-5A20-4A46-A117-BFAC03BB7940}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{52AC08E4-5A20-4A46-A117-BFAC03BB7940}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {7CE792CD-B43F-4CD6-8FBF-4D55C2A07BC6}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue