now it's not a single project, but a solution
This commit is contained in:
BIN
TestProgram/bin/Debug/net6.0/DTLib.dll
Normal file
BIN
TestProgram/bin/Debug/net6.0/DTLib.dll
Normal file
Binary file not shown.
BIN
TestProgram/bin/Debug/net6.0/DTLib.pdb
Normal file
BIN
TestProgram/bin/Debug/net6.0/DTLib.pdb
Normal file
Binary file not shown.
14
TestProgram/bin/Debug/net6.0/DtsodV2X/base_types.dtsod
Normal file
14
TestProgram/bin/Debug/net6.0/DtsodV2X/base_types.dtsod
Normal file
@@ -0,0 +1,14 @@
|
||||
bool: false;
|
||||
char: 'v';
|
||||
byte: 255b;
|
||||
sbyte: -125sb;
|
||||
short: 14003s;
|
||||
ushort: 32025us;
|
||||
int: -2515;
|
||||
uint: 0u;
|
||||
long: -29863854396l;
|
||||
ulong: 87659057946ul;
|
||||
float: 39.944f;
|
||||
double: 965.557;
|
||||
decimal: -84.20de;
|
||||
string: "_$\"\\\\'''\n\ta ûûû000;2;=:%d;```";
|
||||
9
TestProgram/bin/Debug/net6.0/DtsodV2X/complexes.dtsod
Normal file
9
TestProgram/bin/Debug/net6.0/DtsodV2X/complexes.dtsod
Normal file
@@ -0,0 +1,9 @@
|
||||
message:
|
||||
{
|
||||
type: "sent";
|
||||
time: "15.12.2021 20:51:24 +03:00";
|
||||
author_id: 293798876950036480ul;
|
||||
channel_id: 913088838761603212ul;
|
||||
message_id: 920734809096077353ul;
|
||||
text: "_$\"\\\\'''\n\ta ыыы000;2;=:%d;```";
|
||||
};
|
||||
4
TestProgram/bin/Debug/net6.0/DtsodV2X/lists.dtsod
Normal file
4
TestProgram/bin/Debug/net6.0/DtsodV2X/lists.dtsod
Normal file
@@ -0,0 +1,4 @@
|
||||
chars: ['a','b','c'];
|
||||
uints: [10,20,30,0,0];
|
||||
floats: [8.2,5.225,-0.9993];
|
||||
strings:["aaa","bbb","ccc"];
|
||||
1952
TestProgram/bin/Debug/net6.0/DtsodV2X/messages.dtsod
Normal file
1952
TestProgram/bin/Debug/net6.0/DtsodV2X/messages.dtsod
Normal file
File diff suppressed because it is too large
Load Diff
1
TestProgram/bin/Debug/net6.0/DtsodV2X/null.dtsod
Normal file
1
TestProgram/bin/Debug/net6.0/DtsodV2X/null.dtsod
Normal file
@@ -0,0 +1 @@
|
||||
nullable:null;
|
||||
14
TestProgram/bin/Debug/net6.0/DtsodV30/base_types.dtsod
Normal file
14
TestProgram/bin/Debug/net6.0/DtsodV30/base_types.dtsod
Normal file
@@ -0,0 +1,14 @@
|
||||
bool:b=false;
|
||||
char:c='v';
|
||||
string:s="hello";
|
||||
byte:by=255;
|
||||
sbyte:sb=-125;
|
||||
short:sh=14003;
|
||||
ushort:us=32025;
|
||||
int:i=-2515;
|
||||
uint:ui=0;
|
||||
long:l=-29863854396;
|
||||
ulong:ul=87659057946;
|
||||
float:f=39.944;
|
||||
double:do=965.557;
|
||||
decimal:de=-84.20;
|
||||
1
TestProgram/bin/Debug/net6.0/DtsodV30/enumerables.dtsod
Normal file
1
TestProgram/bin/Debug/net6.0/DtsodV30/enumerables.dtsod
Normal file
@@ -0,0 +1 @@
|
||||
List<string>:list=[string:"a",string:"b"];
|
||||
36
TestProgram/bin/Debug/net6.0/TestProgram.deps.json
Normal file
36
TestProgram/bin/Debug/net6.0/TestProgram.deps.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {
|
||||
"TestProgram/1.0.0": {
|
||||
"dependencies": {
|
||||
"DTLib": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"TestProgram.dll": {}
|
||||
}
|
||||
},
|
||||
"DTLib/1.0.0": {
|
||||
"runtime": {
|
||||
"DTLib.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"TestProgram/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DTLib/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
TestProgram/bin/Debug/net6.0/TestProgram.dll
Normal file
BIN
TestProgram/bin/Debug/net6.0/TestProgram.dll
Normal file
Binary file not shown.
BIN
TestProgram/bin/Debug/net6.0/TestProgram.exe
Normal file
BIN
TestProgram/bin/Debug/net6.0/TestProgram.exe
Normal file
Binary file not shown.
BIN
TestProgram/bin/Debug/net6.0/TestProgram.pdb
Normal file
BIN
TestProgram/bin/Debug/net6.0/TestProgram.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
TestProgram/bin/Release/net6.0/DTLib.dll
Normal file
BIN
TestProgram/bin/Release/net6.0/DTLib.dll
Normal file
Binary file not shown.
BIN
TestProgram/bin/Release/net6.0/DTLib.pdb
Normal file
BIN
TestProgram/bin/Release/net6.0/DTLib.pdb
Normal file
Binary file not shown.
14
TestProgram/bin/Release/net6.0/DtsodV2X/base_types.dtsod
Normal file
14
TestProgram/bin/Release/net6.0/DtsodV2X/base_types.dtsod
Normal file
@@ -0,0 +1,14 @@
|
||||
bool: false;
|
||||
char: 'v';
|
||||
byte: 255b;
|
||||
sbyte: -125sb;
|
||||
short: 14003s;
|
||||
ushort: 32025us;
|
||||
int: -2515;
|
||||
uint: 0u;
|
||||
long: -29863854396l;
|
||||
ulong: 87659057946ul;
|
||||
float: 39.944f;
|
||||
double: 965.557;
|
||||
decimal: -84.20de;
|
||||
string: "_$\"\\\\'''\n\ta ûûû000;2;=:%d;```";
|
||||
9
TestProgram/bin/Release/net6.0/DtsodV2X/complexes.dtsod
Normal file
9
TestProgram/bin/Release/net6.0/DtsodV2X/complexes.dtsod
Normal file
@@ -0,0 +1,9 @@
|
||||
message:
|
||||
{
|
||||
type: "sent";
|
||||
time: "15.12.2021 20:51:24 +03:00";
|
||||
author_id: 293798876950036480ul;
|
||||
channel_id: 913088838761603212ul;
|
||||
message_id: 920734809096077353ul;
|
||||
text: "_$\"\\\\'''\n\ta ыыы000;2;=:%d;```";
|
||||
};
|
||||
4
TestProgram/bin/Release/net6.0/DtsodV2X/lists.dtsod
Normal file
4
TestProgram/bin/Release/net6.0/DtsodV2X/lists.dtsod
Normal file
@@ -0,0 +1,4 @@
|
||||
chars: ['a','b','c'];
|
||||
uints: [10,20,30,0,0];
|
||||
floats: [8.2,5.225,-0.9993];
|
||||
strings:["aaa","bbb","ccc"];
|
||||
1952
TestProgram/bin/Release/net6.0/DtsodV2X/messages.dtsod
Normal file
1952
TestProgram/bin/Release/net6.0/DtsodV2X/messages.dtsod
Normal file
File diff suppressed because it is too large
Load Diff
1
TestProgram/bin/Release/net6.0/DtsodV2X/null.dtsod
Normal file
1
TestProgram/bin/Release/net6.0/DtsodV2X/null.dtsod
Normal file
@@ -0,0 +1 @@
|
||||
nullable:null;
|
||||
14
TestProgram/bin/Release/net6.0/DtsodV30/base_types.dtsod
Normal file
14
TestProgram/bin/Release/net6.0/DtsodV30/base_types.dtsod
Normal file
@@ -0,0 +1,14 @@
|
||||
bool:b=false;
|
||||
char:c='v';
|
||||
string:s="hello";
|
||||
byte:by=255;
|
||||
sbyte:sb=-125;
|
||||
short:sh=14003;
|
||||
ushort:us=32025;
|
||||
int:i=-2515;
|
||||
uint:ui=0;
|
||||
long:l=-29863854396;
|
||||
ulong:ul=87659057946;
|
||||
float:f=39.944;
|
||||
double:do=965.557;
|
||||
decimal:de=-84.20;
|
||||
@@ -0,0 +1 @@
|
||||
List<string>:list=[string:"a",string:"b"];
|
||||
36
TestProgram/bin/Release/net6.0/TestProgram.deps.json
Normal file
36
TestProgram/bin/Release/net6.0/TestProgram.deps.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {
|
||||
"TestProgram/1.0.0": {
|
||||
"dependencies": {
|
||||
"DTLib": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"TestProgram.dll": {}
|
||||
}
|
||||
},
|
||||
"DTLib/1.0.0": {
|
||||
"runtime": {
|
||||
"DTLib.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"TestProgram/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DTLib/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
TestProgram/bin/Release/net6.0/TestProgram.dll
Normal file
BIN
TestProgram/bin/Release/net6.0/TestProgram.dll
Normal file
Binary file not shown.
BIN
TestProgram/bin/Release/net6.0/TestProgram.exe
Normal file
BIN
TestProgram/bin/Release/net6.0/TestProgram.exe
Normal file
Binary file not shown.
BIN
TestProgram/bin/Release/net6.0/TestProgram.pdb
Normal file
BIN
TestProgram/bin/Release/net6.0/TestProgram.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user