refactor: rename solutions
4
.github/workflows/generate-and-upload.yml
vendored
@ -12,8 +12,8 @@ on:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'report.toml'
|
||||
- 'Recursion/LD_24/**'
|
||||
- 'DynamicMemory/LD_24/**'
|
||||
- 'L1/LD_24/**'
|
||||
- 'L2/LD_24/**'
|
||||
|
||||
jobs:
|
||||
generate-and-upload:
|
||||
|
@ -1,11 +1,11 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.1.32210.238
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.28307.1525
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LD_24", "LD_24\LD_24.csproj", "{4E9466EF-CDF4-4620-B51E-125F5A014A04}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "K1", "K1\K1.csproj", "{A0347E54-427A-47ED-9155-004D724ABED6}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "K1", "K1\K1.csproj", "{A0347E54-427A-47ED-9155-004D724ABED6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@ -5,8 +5,8 @@ lecturer = { name = "lekt. Simonavičius Kęstutis", gender = "male" }
|
||||
|
||||
[[sections]]
|
||||
title = "Rekursija (L1)"
|
||||
project = "Recursion/LD_24"
|
||||
interface_scheme = "Recursion/LD_24/interface-scheme.png"
|
||||
project = "L1/LD_24"
|
||||
interface_scheme = "L1/LD_24/interface-scheme.png"
|
||||
guide = """
|
||||
* Atsidarius programą matysite vieną lygtuką
|
||||
* Paspaudus mygtuką geriausia susitiko vieta bus surasta arba bus parašyta,
|
||||
@ -50,8 +50,8 @@ vietos ar picerijos, kurias visi draugai galėtų pasiekti, nėra, atspausdinkit
|
||||
|
||||
[[sections]]
|
||||
title = "Dinaminis atminties valdymas (L2)"
|
||||
project = "DynamicMemory/LD_24"
|
||||
interface_scheme = "DynamicMemory/LD_24/interface-scheme.png"
|
||||
project = "L2/LD_24"
|
||||
interface_scheme = "L2/LD_24/interface-scheme.png"
|
||||
guide = """
|
||||
* Atsidaryti tinklalapį
|
||||
* Įvesti n ir k (n - minimalus vienetų kiekis, k - maksimali vieneto kaina)
|
||||
|