From 51ec4c00bb0da97e6a064b43bb38849f7f617556 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Mon, 4 Mar 2019 22:11:09 +0100 Subject: [PATCH] Add license file to the solution --- MatFileHandler.sln | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MatFileHandler.sln b/MatFileHandler.sln index 0c4a142..ad160eb 100755 --- a/MatFileHandler.sln +++ b/MatFileHandler.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28107.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28621.142 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatFileHandler", "MatFileHandler\MatFileHandler.csproj", "{C0CD11D3-016A-4FCD-AF0B-D745F79F3749}" EndProject @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatFileHandler.Tests", "Mat EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2CF58D3D-4CEC-419B-AD67-58665A888BDF}" ProjectSection(SolutionItems) = preProject + LICENSE.md = LICENSE.md MatFileHandler\Objects.md = MatFileHandler\Objects.md README.md = README.md EndProjectSection