Skip to content

Commit

Permalink
Move Demo project to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mattosaurus committed Oct 20, 2022
1 parent a2af03d commit 823122b
Show file tree
Hide file tree
Showing 77 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions ChartJSCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChartJSCore", "src\ChartJSC
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChartJSCoreTest", "src\ChartJSCoreTest\ChartJSCoreTest.csproj", "{25C5F598-6616-46F1-A6BD-DA4B870B50A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChartJSCore.Tests", "ChartJSCore.Tests\ChartJSCore.Tests.csproj", "{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChartJSCore.Demo", "ChartJSCore.Demo\ChartJSCore.Demo.csproj", "{F5E1EF1F-FFAB-4CC2-B89E-2690A2408283}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChartJSCore.Demo", "src\ChartJSCore.Demo\ChartJSCore.Demo.csproj", "{F5E1EF1F-FFAB-4CC2-B89E-2690A2408283}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D573DD7C-56A6-45AB-82C9-20968B6963F1}"
ProjectSection(SolutionItems) = preProject
Expand Down Expand Up @@ -41,14 +39,6 @@ Global
{25C5F598-6616-46F1-A6BD-DA4B870B50A8}.Release|Any CPU.Build.0 = Release|Any CPU
{25C5F598-6616-46F1-A6BD-DA4B870B50A8}.Release|x64.ActiveCfg = Release|Any CPU
{25C5F598-6616-46F1-A6BD-DA4B870B50A8}.Release|x64.Build.0 = Release|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Debug|x64.Build.0 = Debug|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Release|Any CPU.Build.0 = Release|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Release|x64.ActiveCfg = Release|Any CPU
{A0B79EDE-124B-44BE-A5B9-79A3C85B31B8}.Release|x64.Build.0 = Release|Any CPU
{F5E1EF1F-FFAB-4CC2-B89E-2690A2408283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5E1EF1F-FFAB-4CC2-B89E-2690A2408283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5E1EF1F-FFAB-4CC2-B89E-2690A2408283}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\ChartJSCore\ChartJSCore.csproj" />
<ProjectReference Include="..\ChartJSCore\ChartJSCore.csproj" />
</ItemGroup>

<ProjectExtensions><VisualStudio><UserProperties wwwroot_4lib_4bootstrap_4dist_4css_4bootstrap-grid_1rtl_1css_1map__JsonSchema="" /></VisualStudio></ProjectExtensions>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ChartJSCore/ChartJSCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>3.3.0</Version>
<Version>3.9.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/mattosaurus/ChartJSCore</RepositoryUrl>
<PackageTags>Chart.js chart graph chartjs</PackageTags>
Expand Down

0 comments on commit 823122b

Please sign in to comment.