Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
putting readme in root
  • Loading branch information
Kevin Brown committed Jan 22, 2020
1 parent ab00995 commit b9674e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions multiplier.sln
Expand Up @@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "multiplier", "multiplier\multiplier.csproj", "{E079A11D-5226-4DB8-B44D-AACF80758EFF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18B1D318-8872-42A0-869F-694BA40720BD}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
3 changes: 3 additions & 0 deletions multiplier/multiplier.csproj
Expand Up @@ -5,4 +5,7 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<None Remove="README.md" />
</ItemGroup>
</Project>

0 comments on commit b9674e5

Please sign in to comment.