From 1928c3c1f341fe3f23509f90a85a519c71e0703b Mon Sep 17 00:00:00 2001 From: Oliver Czibula Date: Tue, 14 Mar 2023 17:37:23 +1100 Subject: [PATCH] chore: Add documentation files to sln --- src/AutoStereo.sln | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/AutoStereo.sln b/src/AutoStereo.sln index 3242d1f..9088642 100644 --- a/src/AutoStereo.sln +++ b/src/AutoStereo.sln @@ -7,11 +7,20 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject ..\.gitignore = ..\.gitignore ..\README.md = ..\README.md - ..\example\EXAMPLE.md = ..\example\EXAMPLE.md EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoStereo", "AutoStereo\AutoStereo.csproj", "{EF92AD8D-6B74-4621-ACF3-6AB661518AE4}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{0E728E54-EC43-466F-A14A-8167532E79A6}" + ProjectSection(SolutionItems) = preProject + ..\example\EXAMPLE.md = ..\example\EXAMPLE.md + ..\example\Animation.gif = ..\example\Animation.gif + ..\example\AutoStereo.png = ..\example\AutoStereo.png + ..\example\AutoStereoFlipped.png = ..\example\AutoStereoFlipped.png + ..\example\Depth.png = ..\example\Depth.png + ..\example\Source.png = ..\example\Source.png + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -26,4 +35,7 @@ Global {EF92AD8D-6B74-4621-ACF3-6AB661518AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU {EF92AD8D-6B74-4621-ACF3-6AB661518AE4}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {0E728E54-EC43-466F-A14A-8167532E79A6} = {64E13E6C-79B1-4F6C-A3D4-A29A97727A7A} + EndGlobalSection EndGlobal