Skip to content

Commit bb19901

Browse files
committed
Added new project ".images" and solution item
Added a new project named ".images" to the solution file "CommandBridge.sln" with the associated GUID "{13C58B25-7E88-4CEC-B050-D905F5475A97}". Also, a new item has been added to the "SolutionItems" section of the ".images" project, which is a reference to the file "..\images\icon.png". No code removals were made in this commit.
1 parent a9be48a commit bb19901

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

images/icon.png

-956 Bytes
Loading

src/CommandBridge.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{0FEBDC
2323
..\.github\workflows\GithubActions.yml = ..\.github\workflows\GithubActions.yml
2424
EndProjectSection
2525
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".images", ".images", "{13C58B25-7E88-4CEC-B050-D905F5475A97}"
27+
ProjectSection(SolutionItems) = preProject
28+
..\images\icon.png = ..\images\icon.png
29+
EndProjectSection
30+
EndProject
2631
Global
2732
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2833
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)