Skip to content

Commit

Permalink
refactor: Move demo project to src
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Oct 4, 2024
1 parent d8292c1 commit aaaeb46
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A library to easily display icons in an Avalonia App.

## Usage

A full example is available in the [demo](demo) directory.
A full example is available in the [Demo project](src/Demo/Demo.csproj).

### 1. Register icon providers on app start up

Expand Down
25 changes: 0 additions & 25 deletions demo/Demo.sln

This file was deleted.

File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions demo/Demo.csproj → src/Demo/Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<IsPackable>false</IsPackable>
Expand All @@ -16,7 +16,7 @@
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Projektanker.Icons.Avalonia.FontAwesome\Projektanker.Icons.Avalonia.FontAwesome.csproj" />
<ProjectReference Include="..\src\Projektanker.Icons.Avalonia.MaterialDesign\Projektanker.Icons.Avalonia.MaterialDesign.csproj" />
<ProjectReference Include="..\Projektanker.Icons.Avalonia.FontAwesome\Projektanker.Icons.Avalonia.FontAwesome.csproj" />
<ProjectReference Include="..\Projektanker.Icons.Avalonia.MaterialDesign\Projektanker.Icons.Avalonia.MaterialDesign.csproj" />
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/Projektanker.Icons.Avalonia.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Projektanker.Icons.Avalonia
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Projektanker.Icons.Avalonia.MaterialDesign.Test", "Projektanker.Icons.Avalonia.MaterialDesign.Test\Projektanker.Icons.Avalonia.MaterialDesign.Test.csproj", "{A64323F1-3E17-4ABB-8E91-7D26A8865161}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "..\demo\Demo.csproj", "{A332E41F-95D9-4EA2-9525-9853B5419EB0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{90615CB8-E8CF-4773-AD10-653979586FBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -52,10 +52,10 @@ Global
{A64323F1-3E17-4ABB-8E91-7D26A8865161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A64323F1-3E17-4ABB-8E91-7D26A8865161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A64323F1-3E17-4ABB-8E91-7D26A8865161}.Release|Any CPU.Build.0 = Release|Any CPU
{A332E41F-95D9-4EA2-9525-9853B5419EB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A332E41F-95D9-4EA2-9525-9853B5419EB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A332E41F-95D9-4EA2-9525-9853B5419EB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A332E41F-95D9-4EA2-9525-9853B5419EB0}.Release|Any CPU.Build.0 = Release|Any CPU
{90615CB8-E8CF-4773-AD10-653979586FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90615CB8-E8CF-4773-AD10-653979586FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90615CB8-E8CF-4773-AD10-653979586FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90615CB8-E8CF-4773-AD10-653979586FBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit aaaeb46

Please sign in to comment.