Start Create Config

This commit is contained in:
2021-05-27 15:58:23 +05:00
parent fbe45b492e
commit 79a10434d8
193 changed files with 2689 additions and 540 deletions

Binary file not shown.

View File

@@ -0,0 +1,14 @@
{
"servers": [
{
"name": "STP 1",
"address": "10.10.45.151:1070",
"archive": "Y:\\data"
},
{
"name": "STP 2",
"address": "10.10.45.152:1070",
"archive": "Z:\\data"
}
]
}

BIN
Release/Test2/STPClient.dll Normal file

Binary file not shown.

BIN
Release/Test2/STPClient.pdb Normal file

Binary file not shown.

View File

@@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Test2/1.0.0": {
"dependencies": {
"STPClient": "1.0.0"
},
"runtime": {
"Test2.dll": {}
}
},
"STPClient/1.0.0": {
"runtime": {
"STPClient.dll": {}
}
}
}
},
"libraries": {
"Test2/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"STPClient/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

BIN
Release/Test2/Test2.dll Normal file

Binary file not shown.

BIN
Release/Test2/Test2.exe Normal file

Binary file not shown.

BIN
Release/Test2/Test2.pdb Normal file

Binary file not shown.

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}