Skip to content

Commit

Permalink
Change The CSS file to Content type instead of just copying only
Browse files Browse the repository at this point in the history
  • Loading branch information
GetGet99 committed Apr 5, 2022
1 parent 0de354a commit 6c25c72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Mica Discord/Mica Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,15 @@
<EmbeddedResource Remove="WinForms.resx" />
</ItemGroup>

<ItemGroup>
<None Remove="The CSS.css" />
</ItemGroup>

<ItemGroup>
<Content Include="Mica Discord.ico" />
<Content Include="The CSS.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -85,9 +92,6 @@
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>MicaDiscord</CustomToolNamespace>
</None>
<None Update="The CSS.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>1.8.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
Expand All @@ -30,6 +30,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>Publish.html</WebPageFileName>
<History>True|2022-04-05T15:08:46.6174154Z;</History>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2022-04-05T15:08:46.6174154Z;</History>
<History>True|2022-04-05T15:19:42.1768043Z;True|2022-04-05T22:08:46.6174154+07:00;</History>
</PropertyGroup>
</Project>

0 comments on commit 6c25c72

Please sign in to comment.