Skip to content

Commit ed85d14

Browse files
committed
add some submodules
1 parent df7b09c commit ed85d14

34 files changed

+303
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "web/sem3/lab1/WebProgramming_lab1"]
22
path = web/sem3/lab1/WebProgramming_lab1
33
url = https://github.com/NF-itmo/WebProgramming_lab1
4+
[submodule "web/sem3/lab2/WebProgramming_lab2"]
5+
path = web/sem3/lab2/WebProgramming_lab2
6+
url = https://github.com/NF-itmo/WebProgramming_lab2.git
7+
[submodule "TFKP/sem3/lab1/TFCP_Lab1"]
8+
path = TFKP/sem3/lab1/TFCP_Lab1
9+
url = https://github.com/NF-itmo/TFCP_Lab1

TFKP/sem3/lab1/TFCP_Lab1

Submodule TFCP_Lab1 added at 396fb8d

VTP/sem3/task3/schema.png

318 KB
Loading

VTP/sem3/task3/schema.xopp

442 KB
Binary file not shown.

prog_langs/sem3/lab4/Main.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
namespace CSConsoleApp
2+
{
3+
public static class Program {
4+
public static void Main()
5+
{
6+
Console.WriteLine("test");
7+
}
8+
}
9+
}
91.2 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v8.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v8.0": {
9+
"project/1.0.0": {
10+
"runtime": {
11+
"project.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"project/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
4.5 KB
Binary file not shown.
10.7 KB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net8.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "8.0.0"
7+
},
8+
"configProperties": {
9+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)