Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions SparkChart/GettingStarted/GettingStarted.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36301.6 d17.14
VisualStudioVersion = 17.14.36301.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted", "GettingStarted\GettingStarted.csproj", "{25A18076-7C1B-4157-B53D-184317992CA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syncfusion.Maui.Toolkit", "..\..\..\..\sparkchartfinaldev\maui-toolkit\maui\src\Syncfusion.Maui.Toolkit.csproj", "{13FC8F36-5017-AC90-039E-6C0118017082}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -18,10 +16,6 @@ Global
{25A18076-7C1B-4157-B53D-184317992CA6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{25A18076-7C1B-4157-B53D-184317992CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25A18076-7C1B-4157-B53D-184317992CA6}.Release|Any CPU.Build.0 = Release|Any CPU
{13FC8F36-5017-AC90-039E-6C0118017082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13FC8F36-5017-AC90-039E-6C0118017082}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13FC8F36-5017-AC90-039E-6C0118017082}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13FC8F36-5017-AC90-039E-6C0118017082}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\..\sparkchartfinaldev\maui-toolkit\maui\src\Syncfusion.Maui.Toolkit.csproj" />
<PackageReference Include="Syncfusion.Maui.Toolkit" Version="*" />
</ItemGroup>

</Project>