Skip to content

Commit e76cc96

Browse files
committed
Add README.md and LICENSE to solution
1 parent 622e220 commit e76cc96

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Rijndael256.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26127.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rijndael256", "Rijndael256\Rijndael256.csproj", "{9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rijndael256", "Rijndael256\Rijndael256.csproj", "{9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rijndael256.Tests", "Rijndael256.Tests\Rijndael256.Tests.csproj", "{2492F930-B153-4B95-9129-5E8CAF44B4DC}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rijndael256.Tests", "Rijndael256.Tests\Rijndael256.Tests.csproj", "{2492F930-B153-4B95-9129-5E8CAF44B4DC}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5CDE51A-DBA4-4817-937B-C5A4C9EBA86C}"
11+
ProjectSection(SolutionItems) = preProject
12+
LICENSE = LICENSE
13+
README.md = README.md
14+
EndProjectSection
915
EndProject
1016
Global
1117
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)