Skip to content

Commit

Permalink
ApexChart.NET Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbxela committed Aug 8, 2019
1 parent b0cabed commit 6fdefd3
Show file tree
Hide file tree
Showing 21 changed files with 119,757 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ApexCharts.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApexCharts.NET", "Code\ApexCharts.NET.csproj", "{C136A37E-7883-433A-960E-117B602015D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApexCharts.NET Demo", "Demo\ApexCharts.NET Demo.csproj", "{B63AF76F-9628-486C-A8BA-5F805A0EDD94}"
ProjectSection(ProjectDependencies) = postProject
{C136A37E-7883-433A-960E-117B602015D6} = {C136A37E-7883-433A-960E-117B602015D6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +20,10 @@ Global
{C136A37E-7883-433A-960E-117B602015D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C136A37E-7883-433A-960E-117B602015D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C136A37E-7883-433A-960E-117B602015D6}.Release|Any CPU.Build.0 = Release|Any CPU
{B63AF76F-9628-486C-A8BA-5F805A0EDD94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B63AF76F-9628-486C-A8BA-5F805A0EDD94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B63AF76F-9628-486C-A8BA-5F805A0EDD94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B63AF76F-9628-486C-A8BA-5F805A0EDD94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
30 changes: 30 additions & 0 deletions Demo/ApexCharts.NET Demo.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Authors>Tolbxela</Authors>
<Copyright>Tolbxela © 2019</Copyright>
</PropertyGroup>

<ItemGroup>
<None Remove="index.html" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Code\ApexCharts.NET.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="ApexChartsJS\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit 6fdefd3

Please sign in to comment.