Skip to content

Commit

Permalink
Adding Markdown files to solution
Browse files Browse the repository at this point in the history
Adding SOURCES.md to list external sources of code for any potential code outside of git history
  • Loading branch information
FallenAvatar committed Mar 19, 2021
1 parent dbe5713 commit 1cb79e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DarkUI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkUI", "DarkUI\DarkUI.csp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{277513DB-EBC7-4D4F-854C-073CC63A7C65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{CDBA2ED9-E155-4A30-AF3F-9903BFE3F045}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
SOURCES.md = SOURCES.md
todo.txt = todo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
11 changes: 11 additions & 0 deletions SOURCES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


# Source Code Sources

## RobinPerris - DarkUI
https://github.com/RobinPerris/DarkUI
This code is originally forked from RobinPerris' repo

## Pull Requests
These PRs came from RobinPerris' Repo
1. #23 https://github.com/RobinPerris/DarkUI/pull/23

0 comments on commit 1cb79e2

Please sign in to comment.