Skip to content

Commit

Permalink
chore: Add documentation files to sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozzah committed Mar 14, 2023
1 parent 30755d5 commit 1928c3c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/AutoStereo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1928c3c

Please sign in to comment.