Skip to content

Commit 2f9e4d9

Browse files
Code Readme Updated
1 parent aa7df42 commit 2f9e4d9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/msbuild.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Add MSBuild to PATH
4141
uses: microsoft/[email protected]
4242

43-
- name: Restore NuGet packages
44-
working-directory: ${{env.GITHUB_WORKSPACE}}
45-
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
43+
# - name: Restore NuGet packages
44+
# working-directory: ${{env.GITHUB_WORKSPACE}}
45+
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}
4646

4747
- name: Build
4848
working-directory: ${{env.GITHUB_WORKSPACE}}

OpenGLab/OpenGLab.sln

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{1E384A81-7
1212
..\docs\Getting Started.md = ..\docs\Getting Started.md
1313
..\docs\Lecture Notes.md = ..\docs\Lecture Notes.md
1414
..\.github\workflows\msbuild.yml = ..\.github\workflows\msbuild.yml
15-
docs\NOTEs.txt = docs\NOTEs.txt
1615
README.md = README.md
1716
..\README.md = ..\README.md
1817
..\docs\Tech Tips.md = ..\docs\Tech Tips.md

OpenGLab/README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@ Each project has `README.md` file, here is a brief description about them:
1515
- [Homework.*](./): details for each homework can be found in README.md file in homework's root folder
1616
- Homerowk(s) will be announced in [Discussions](https://github.com/MuhammadSulaiman001/opengl-lab/discussions)
1717
- To watch all activities on this repo, select "All Activity" in Watch dropdown in the repo.
18+
- **Don't create pull requests for your solutions to exercises and homeworks**
19+
- **Moreover, Don't fork this repo and push your code to your public repo!**
20+
- **For Homeworks: User should be able to run the application by double-clicking on .exe**
1821
- [UnitTests](./UnitTests): Unit Tests everywhere[^1] :100:
1922

2023
![projects-dependency-diagram](./../res/projects-dependency-diagram.png)
2124

2225
NOTEs:
2326
- To make changes to the code (ex. for do exercises and homeworks), I recommend you create new local branchand keep the master branch clean (to avoid code conflicts when pulling changes from remote).
24-
- **Don't create pull requests for your solutions for exercises and homeworks**
25-
- **Moreover, Don't fork this repo and push your code to your public repo!**
26-
- **For Homeworks: User should be able to run the application (especially homeworks) by double-clicking on .exe**
27+
- Modules (.ixx) used in LabDemos*, Headers (.h) used in Homework.* Projects
28+
- Modules let you free to rename parent folders, move .ixx file to another folder
29+
- For headers, you can add ".\src\abstraction" path to include directories
30+
2731

2832
[^1]: In general, you should create unit test project(s) wherever you work on a [modular] application.

OpenGLab/docs/NOTEs.txt

-3
This file was deleted.

0 commit comments

Comments
 (0)