Skip to content

Commit

Permalink
chore: rename containing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NRG-Drink committed May 30, 2024
1 parent cd4d413 commit fbaedb1
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 16 deletions.
15 changes: 0 additions & 15 deletions NRG.Matrix.App/NRG.Matrix.App/NRG.Matrix.App.csproj

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34707.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NRG.Matrix.App", "NRG.Matrix.App\NRG.Matrix.App.csproj", "{8B4976A1-F760-4945-B0E8-10A618690D20}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NRG.Matrix", "NRG.Matrix\NRG.Matrix.csproj", "{8B4976A1-F760-4945-B0E8-10A618690D20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 33 additions & 0 deletions NRG.Matrix/NRG.Matrix/NRG.Matrix.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>Matrix Code Rain</Title>
<Authors>Beat Zimmermann</Authors>
<Description>Enter the Matrix with your console.</Description>
<PackageProjectUrl></PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/NRG-Drink/matrix-like-code-rain</RepositoryUrl>
<PackageTags>cmd; matrix; code-rain; falling-code; matrix-digital-rain; digital-rain; matrix-rain; matrix-rain-characters;</PackageTags>
<PackAsTool>True</PackAsTool>
<ToolCommandName>matrix.enter</ToolCommandName>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit fbaedb1

Please sign in to comment.