Skip to content

Commit

Permalink
Added gitignore, readme, license to sln
Browse files Browse the repository at this point in the history
  • Loading branch information
peroxy committed May 6, 2020
1 parent f7380be commit dc801f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion RsyncBackup.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RsyncBackup", "RsyncBackup\RsyncBackup.csproj", "{909FFA33-9C82-4F89-B849-AD0F1E3E3ADF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RsyncBackup", "RsyncBackup\RsyncBackup.csproj", "{909FFA33-9C82-4F89-B849-AD0F1E3E3ADF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF5EEAB0-3FD8-47CF-A966-3EAAEC720287}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit dc801f8

Please sign in to comment.