Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Mar 5, 2024
1 parent 28923f6 commit fc72b77
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 16 deletions.
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.
21 changes: 15 additions & 6 deletions src/Monambike.Web/Monambike.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
<WarningLevel>9999</WarningLevel>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Data\**" />
<Compile Remove="Enitities\**" />
<Compile Remove="Utilities\**" />
<Content Remove="Data\**" />
<Content Remove="Enitities\**" />
<Content Remove="Utilities\**" />
<EmbeddedResource Remove="Data\**" />
<EmbeddedResource Remove="Enitities\**" />
<EmbeddedResource Remove="Utilities\**" />
<None Remove="Data\**" />
<None Remove="Enitities\**" />
<None Remove="Utilities\**" />
</ItemGroup>

<ItemGroup>
<Content Remove="C:\Users\vinic\.nuget\packages\monambike.core\1.2.0\contentFiles\any\net8.0\Resources\Phrases.txt" />
<Content Remove="wwwroot\fonts\LICENSE.txt" />
Expand Down Expand Up @@ -56,10 +71,4 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<Folder Include="Data\" />
<Folder Include="Enitities\" />
<Folder Include="Utilities\" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inherits LayoutComponentBase

@page "/"
@page "/"
@inherits LayoutComponentBase
@using Monambike.Web.Components.Home

<div id="div-display">
<Presentation/>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@* @using Monambike.Web.Models
@using Monambike.Web.Utilities
@page "/projects"
@* @page "/projects"
<!-- MY PROJECTS -->
<section class="site-section site-section--presentation">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="MyName" xml:space="preserve">
<value>Vinícius\u00A0Gabriel</value>
</data>
</root>

0 comments on commit fc72b77

Please sign in to comment.