Skip to content

Commit 56aaac9

Browse files
committed
Small updates, included document on the DirectoryViewer project
1 parent 7090921 commit 56aaac9

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

IGLibCore.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IGLib.CoreExtended", "src\I
3131
EndProject
3232
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectoryViewer", "scripts\utilityprojects\DirectoryViewer.csproj", "{36F0F178-43B9-14D7-399B-1D829D09A5F3}"
3333
EndProject
34+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github_workflows", "github_workflows", "{06FEF5EE-0D37-4B0F-AC7F-3C4A0A3F7CEE}"
35+
EndProject
3436
Global
3537
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3638
Debug|Any CPU = Debug|Any CPU
@@ -72,6 +74,7 @@ Global
7274
GlobalSection(NestedProjects) = preSolution
7375
{9BB423CB-766E-8D1B-EDF5-1909A94ED9E6} = {D2443D8D-9545-4700-8621-445849491F39}
7476
{36F0F178-43B9-14D7-399B-1D829D09A5F3} = {633BD4B2-3198-47BE-A26F-0E48453D428E}
77+
{06FEF5EE-0D37-4B0F-AC7F-3C4A0A3F7CEE} = {633BD4B2-3198-47BE-A26F-0E48453D428E}
7578
EndGlobalSection
7679
GlobalSection(ExtensibilityGlobals) = postSolution
7780
SolutionGuid = {B21775EA-26C3-407E-9DDB-5A7750E3F0F2}

scripts/utilityprojects/DirectoryViewer.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
<None Remove="..\..\scripts\utilityprojects\.vs\**\*.*" />
6161
</ItemGroup>
6262

63+
<!-- /.github/workflows, mapped to github_workflows , recursive : -->
64+
<ItemGroup>
65+
<None Include="..\..\.github\workflows\**\*.*">
66+
<Link>github_workflows\%(RecursiveDir)%(Filename)%(Extension)</Link>
67+
</None>
68+
<!--
69+
-->
70+
<None Remove="..\..\.github\workflows\**\*.bak" />
71+
</ItemGroup>
72+
6373
<!-- Files in parent directory of the repository, mapped to root/ , 3 levels of depth : -->
6474
<ItemGroup>
6575
<None Include="..\..\..\*.*">
378 Bytes

Directory Viewer Project

The current directory contains the DirectoryViewer C# project, which is intended just to view files in the current repository.

0 commit comments

Comments
 (0)