work
This commit is contained in:
124
Test2/Program.cs
124
Test2/Program.cs
@@ -7,6 +7,8 @@ using System.Net.Sockets;
|
||||
using System.Net;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Test2
|
||||
{
|
||||
@@ -15,7 +17,7 @@ namespace Test2
|
||||
static void Main(string[] args)
|
||||
{
|
||||
LogConf();
|
||||
var test = new STPClient();
|
||||
T3();
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
static void LogConf()
|
||||
@@ -47,9 +49,123 @@ namespace Test2
|
||||
s.Connect(ipe);
|
||||
s.Send(send.ToArray());
|
||||
|
||||
|
||||
s.Available;
|
||||
|
||||
}
|
||||
|
||||
static void T1()
|
||||
{
|
||||
var t = new NETClient("10.10.45.151", 1070);
|
||||
var task = new Task<byte[]>(() => t.Full_Download_NH(new DateTime(2021, 06, 02), 12, 1));
|
||||
task.Start();
|
||||
do
|
||||
{
|
||||
Console.WriteLine("Status: " + (Math.Round(t.Status * 10000) / 100).ToString() + "%");
|
||||
Task.Delay(1000).Wait();
|
||||
} while (task.Status == TaskStatus.Running);
|
||||
var res = (task.IsCompletedSuccessfully) ?
|
||||
task.GetAwaiter().GetResult() :
|
||||
Array.Empty<byte>();
|
||||
using (var file = new FileStream(Directory.GetCurrentDirectory() + "/test1.txt", FileMode.Create, FileAccess.Write))
|
||||
{
|
||||
file.Write(res, 0, res.Length);
|
||||
}
|
||||
}
|
||||
static void T3()
|
||||
{
|
||||
string[] tes = {
|
||||
"version",
|
||||
"file list",
|
||||
"download",
|
||||
"pasp browse",
|
||||
"pasp download",
|
||||
"pasp find",
|
||||
"prog list",
|
||||
"prog download",
|
||||
"server time",
|
||||
"download usov",
|
||||
"slit history",
|
||||
"keep alive",
|
||||
"vdp cycle",
|
||||
"vdp active",
|
||||
"vdp last cycle",
|
||||
"rmt watchdog",
|
||||
"set rmt watchdog",
|
||||
"print job",
|
||||
"pasp find2",
|
||||
"pasp browse2",
|
||||
"arch history",
|
||||
"download nh",
|
||||
"download usov nhv",
|
||||
"dir browse",
|
||||
"vdp sim med",
|
||||
"vdp flags",
|
||||
"user flags",
|
||||
"user motd",
|
||||
"user mail",
|
||||
"download tvso",
|
||||
"pasp download tvso",
|
||||
"pasp find tvso",
|
||||
"pasp browse tvsov",
|
||||
"korpus cycle",
|
||||
"korpus last cycle",
|
||||
"download fdan",
|
||||
"client version",
|
||||
"measure id",
|
||||
"read vdp config",
|
||||
"write vdp config",
|
||||
"read tvso config",
|
||||
"delete vdp config",
|
||||
"get plav personal",
|
||||
"get server info",
|
||||
"ctrl split",
|
||||
"ctrl set time",
|
||||
"ctrl end tc",
|
||||
"ctrl remove",
|
||||
"ctrl spool",
|
||||
"save pasport",
|
||||
"save pasport 90",
|
||||
"find time bugs",
|
||||
"update pasport",
|
||||
"get pasp by id",
|
||||
"cp com find pasp by temp",
|
||||
"get splav list",
|
||||
"get field val list",
|
||||
"get plav list form",
|
||||
"get pasp by priv",
|
||||
"print job 2",
|
||||
"get pasp by name",
|
||||
"get pasp by id 90",
|
||||
"find pasp by temp 90",
|
||||
"get pasp by priv 90",
|
||||
"get pasp by name 90",
|
||||
"get plav list form 90",
|
||||
"ctrl split db",
|
||||
"ctrl set time db",
|
||||
"ctrl remove db",
|
||||
"update stat",
|
||||
"get cur params arr",
|
||||
"get cur params",
|
||||
"get cur params arr 5",
|
||||
"get cur params 5",
|
||||
"fix db cycle",
|
||||
"by name",
|
||||
"test"
|
||||
};
|
||||
var t = new NETClient("10.10.45.151", 1070);
|
||||
using (var file = new StreamWriter(Directory.GetCurrentDirectory() + "/test_by_name.txt"))
|
||||
{
|
||||
for (var i = 0; i < tes.Length; i++)
|
||||
{
|
||||
var res = t.Full_By_Name(tes[i]);
|
||||
if (res != null)
|
||||
foreach (var b in res)
|
||||
file.Write("0x" + b.ToString("X2") + " ");
|
||||
file.Write("- ");
|
||||
if (res != null)
|
||||
file.Write(BitConverter.ToUInt32(res).ToString("D4") + " - ");
|
||||
file.WriteLine(tes[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
BIN
Test2/bin/Debug/net5.0/20210602.121
Normal file
BIN
Test2/bin/Debug/net5.0/20210602.121
Normal file
Binary file not shown.
BIN
Test2/bin/Debug/net5.0/DataClient.dll
Normal file
BIN
Test2/bin/Debug/net5.0/DataClient.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,9 +8,9 @@
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"Test2/1.0.0": {
|
||||
"dependencies": {
|
||||
"DataClient": "0.0.3",
|
||||
"NLog": "4.7.10",
|
||||
"NLog.Extensions.Logging": "1.7.2",
|
||||
"STPClient": "1.0.0"
|
||||
"NLog.Extensions.Logging": "1.7.2"
|
||||
},
|
||||
"runtime": {
|
||||
"Test2.dll": {}
|
||||
@@ -117,14 +117,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"STPClient/1.0.0": {
|
||||
"DataClient/0.0.3": {
|
||||
"dependencies": {
|
||||
"NLog": "4.7.10",
|
||||
"NLog.Extensions.Logging": "1.7.2",
|
||||
"Newtonsoft.Json": "13.0.1"
|
||||
},
|
||||
"runtime": {
|
||||
"STPClient.dll": {}
|
||||
"DataClient.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -205,7 +205,7 @@
|
||||
"path": "nlog.extensions.logging/1.7.2",
|
||||
"hashPath": "nlog.extensions.logging.1.7.2.nupkg.sha512"
|
||||
},
|
||||
"STPClient/1.0.0": {
|
||||
"DataClient/0.0.3": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
77
Test2/bin/Debug/net5.0/test_by_name.txt
Normal file
77
Test2/bin/Debug/net5.0/test_by_name.txt
Normal file
@@ -0,0 +1,77 @@
|
||||
0x00 0x00 0x00 0x00 - 0000 - version
|
||||
0x01 0x00 0x00 0x00 - 0001 - file list
|
||||
0x02 0x00 0x00 0x00 - 0002 - download
|
||||
0x03 0x00 0x00 0x00 - 0003 - pasp browse
|
||||
0x04 0x00 0x00 0x00 - 0004 - pasp download
|
||||
0x05 0x00 0x00 0x00 - 0005 - pasp find
|
||||
0x06 0x00 0x00 0x00 - 0006 - prog list
|
||||
0x07 0x00 0x00 0x00 - 0007 - prog download
|
||||
0x08 0x00 0x00 0x00 - 0008 - server time
|
||||
0x09 0x00 0x00 0x00 - 0009 - download usov
|
||||
0x0A 0x00 0x00 0x00 - 0010 - slit history
|
||||
0x0B 0x00 0x00 0x00 - 0011 - keep alive
|
||||
- vdp cycle
|
||||
- vdp active
|
||||
- vdp last cycle
|
||||
- rmt watchdog
|
||||
- set rmt watchdog
|
||||
0x11 0x00 0x00 0x00 - 0017 - print job
|
||||
- pasp find2
|
||||
- pasp browse2
|
||||
- arch history
|
||||
0x15 0x00 0x00 0x00 - 0021 - download nh
|
||||
- download usov nhv
|
||||
0x17 0x00 0x00 0x00 - 0023 - dir browse
|
||||
- vdp sim med
|
||||
- vdp flags
|
||||
0x1A 0x00 0x00 0x00 - 0026 - user flags
|
||||
0x1B 0x00 0x00 0x00 - 0027 - user motd
|
||||
0x1C 0x00 0x00 0x00 - 0028 - user mail
|
||||
0x1D 0x00 0x00 0x00 - 0029 - download tvso
|
||||
0x1E 0x00 0x00 0x00 - 0030 - pasp download tvso
|
||||
0x1F 0x00 0x00 0x00 - 0031 - pasp find tvso
|
||||
- pasp browse tvsov
|
||||
0x21 0x00 0x00 0x00 - 0033 - korpus cycle
|
||||
0x22 0x00 0x00 0x00 - 0034 - korpus last cycle
|
||||
0x23 0x00 0x00 0x00 - 0035 - download fdan
|
||||
0x24 0x00 0x00 0x00 - 0036 - client version
|
||||
- measure id
|
||||
- read vdp config
|
||||
- write vdp config
|
||||
- read tvso config
|
||||
- delete vdp config
|
||||
0x2A 0x00 0x00 0x00 - 0042 - get plav personal
|
||||
0x2B 0x00 0x00 0x00 - 0043 - get server info
|
||||
0x2C 0x00 0x00 0x00 - 0044 - ctrl split
|
||||
0x2D 0x00 0x00 0x00 - 0045 - ctrl set time
|
||||
- ctrl end tc
|
||||
0x2F 0x00 0x00 0x00 - 0047 - ctrl remove
|
||||
0x30 0x00 0x00 0x00 - 0048 - ctrl spool
|
||||
0x31 0x00 0x00 0x00 - 0049 - save pasport
|
||||
- save pasport 90
|
||||
0x33 0x00 0x00 0x00 - 0051 - find time bugs
|
||||
0x34 0x00 0x00 0x00 - 0052 - update pasport
|
||||
- get pasp by id
|
||||
- cp com find pasp by temp
|
||||
0x37 0x00 0x00 0x00 - 0055 - get splav list
|
||||
0x38 0x00 0x00 0x00 - 0056 - get field val list
|
||||
0x39 0x00 0x00 0x00 - 0057 - get plav list form
|
||||
0x3A 0x00 0x00 0x00 - 0058 - get pasp by priv
|
||||
0x3B 0x00 0x00 0x00 - 0059 - print job 2
|
||||
0x3C 0x00 0x00 0x00 - 0060 - get pasp by name
|
||||
- get pasp by id 90
|
||||
0x3E 0x00 0x00 0x00 - 0062 - find pasp by temp 90
|
||||
0x3F 0x00 0x00 0x00 - 0063 - get pasp by priv 90
|
||||
0x40 0x00 0x00 0x00 - 0064 - get pasp by name 90
|
||||
0x41 0x00 0x00 0x00 - 0065 - get plav list form 90
|
||||
- ctrl split db
|
||||
- ctrl set time db
|
||||
- ctrl remove db
|
||||
0x45 0x00 0x00 0x00 - 0069 - update stat
|
||||
0x46 0x00 0x00 0x00 - 0070 - get cur params arr
|
||||
0x47 0x00 0x00 0x00 - 0071 - get cur params
|
||||
0x48 0x00 0x00 0x00 - 0072 - get cur params arr 5
|
||||
0x49 0x00 0x00 0x00 - 0073 - get cur params 5
|
||||
0x4A 0x00 0x00 0x00 - 0074 - fix db cycle
|
||||
- by name
|
||||
- test
|
Binary file not shown.
@@ -1 +1 @@
|
||||
2ea938edc2829f51429c0478cd689f4ba6282c7d
|
||||
eb6c36760288f87d6bbc3932672b14e432196f04
|
||||
|
@@ -7,7 +7,6 @@ D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Microsoft.Extensions.Options.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Microsoft.Extensions.Primitives.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\NLog.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\NLog.Extensions.Logging.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\STPClient.dll
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.csprojAssemblyReference.cache
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.AssemblyInfoInputs.cache
|
||||
@@ -22,9 +21,10 @@ D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Test2.runtimeconfig.dev.json
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Test2.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\ref\Test2.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Test2.pdb
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\STPClient.pdb
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.csproj.CopyComplete
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.dll
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\ref\Test2.dll
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.pdb
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.genruntimeconfig.cache
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.pdb
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,24 +1,25 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj": {}
|
||||
"D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj": {
|
||||
"D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj": {
|
||||
"version": "0.0.3",
|
||||
"restore": {
|
||||
"projectUniqueName": "F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj",
|
||||
"projectUniqueName": "D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj",
|
||||
"projectName": "DataClient",
|
||||
"projectPath": "F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj",
|
||||
"packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\",
|
||||
"outputPath": "F:\\GIT\\ASCKU_PC\\DataClient\\obj\\",
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj",
|
||||
"packagesPath": "C:\\Users\\google\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\GIT\\ASCKU_PC\\DataClient\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Users\\google\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
||||
@@ -74,25 +75,26 @@
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.300\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.201\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj": {
|
||||
"D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"projectUniqueName": "D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"projectName": "Test2",
|
||||
"projectPath": "F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\",
|
||||
"outputPath": "F:\\GIT\\ASCKU_PC\\Test2\\obj\\",
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"packagesPath": "C:\\Users\\google\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\GIT\\ASCKU_PC\\Test2\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Users\\google\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
||||
@@ -108,8 +110,8 @@
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"projectReferences": {
|
||||
"F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj": {
|
||||
"projectPath": "F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj"
|
||||
"D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj": {
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -148,7 +150,7 @@
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.300\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.201\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -5,14 +5,15 @@
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Admin\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\google\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.9.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Admin\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Users\google\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
|
||||
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
|
@@ -381,25 +381,27 @@
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\": {},
|
||||
"C:\\Users\\google\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {},
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"projectUniqueName": "D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"projectName": "Test2",
|
||||
"projectPath": "F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\",
|
||||
"outputPath": "F:\\GIT\\ASCKU_PC\\Test2\\obj\\",
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"packagesPath": "C:\\Users\\google\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\GIT\\ASCKU_PC\\Test2\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Users\\google\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
||||
@@ -415,8 +417,8 @@
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"projectReferences": {
|
||||
"F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj": {
|
||||
"projectPath": "F:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj"
|
||||
"D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj": {
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\DataClient\\DataClient.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -455,7 +457,7 @@
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.300\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.201\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "MPBroNfspZ1mtm2ln8dtFWS2ZmiLY7b8ztiR6Jg/ldi+wsG5wKDi1MIiI9GlsMyEiFtM5zNJzJdHDD4DfTO1gw==",
|
||||
"dgSpecHash": "HhmSRaWdg6GJzveREREh4I6l8jtRdUwLBMWV/9wd89PVj6NuodYu7Nx5js8D/6uwoLtiRHDPF6/kAFeVHlQ5pg==",
|
||||
"success": true,
|
||||
"projectFilePath": "F:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"projectFilePath": "D:\\GIT\\ASCKU_PC\\Test2\\Test2.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.0\\microsoft.extensions.primitives.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\nlog\\4.7.10\\nlog.4.7.10.nupkg.sha512",
|
||||
"C:\\Users\\Admin\\.nuget\\packages\\nlog.extensions.logging\\1.7.2\\nlog.extensions.logging.1.7.2.nupkg.sha512"
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.0\\microsoft.extensions.primitives.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\nlog\\4.7.10\\nlog.4.7.10.nupkg.sha512",
|
||||
"C:\\Users\\google\\.nuget\\packages\\nlog.extensions.logging\\1.7.2\\nlog.extensions.logging.1.7.2.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Reference in New Issue
Block a user