Commit 0d9880fb by fei.han

update

parent ec21d3f4
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Management" Version="6.0.0" /> <PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="System.Speech" Version="7.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
".NETCoreApp,Version=v6.0": { ".NETCoreApp,Version=v6.0": {
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"dependencies": { "dependencies": {
"System.Management": "6.0.0" "System.Management": "6.0.0",
"System.Speech": "7.0.0"
}, },
"runtime": { "runtime": {
"Siger.Client.Comm.dll": {} "Siger.Client.Comm.dll": {}
...@@ -40,6 +41,22 @@ ...@@ -40,6 +41,22 @@
"fileVersion": "6.0.21.52210" "fileVersion": "6.0.21.52210"
} }
} }
},
"System.Speech/7.0.0": {
"runtime": {
"lib/net6.0/System.Speech.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Speech.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
} }
} }
}, },
...@@ -62,6 +79,13 @@ ...@@ -62,6 +79,13 @@
"sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==", "sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==",
"path": "system.management/6.0.0", "path": "system.management/6.0.0",
"hashPath": "system.management.6.0.0.nupkg.sha512" "hashPath": "system.management.6.0.0.nupkg.sha512"
},
"System.Speech/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7E0uB92Cx2sXR67HW9rMKJqDACdLuz9t3I3OwZUFDzAgwKXWuY6CYeRT/NiypHcyZO2be9+0H0w0M6fn7HQtgQ==",
"path": "system.speech/7.0.0",
"hashPath": "system.speech.7.0.0.nupkg.sha512"
} }
} }
} }
\ No newline at end of file
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
".NETCoreApp,Version=v6.0": { ".NETCoreApp,Version=v6.0": {
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"dependencies": { "dependencies": {
"System.Management": "6.0.0" "System.Management": "6.0.0",
"System.Speech": "7.0.0"
}, },
"runtime": { "runtime": {
"Siger.Client.Comm.dll": {} "Siger.Client.Comm.dll": {}
...@@ -40,6 +41,22 @@ ...@@ -40,6 +41,22 @@
"fileVersion": "6.0.21.52210" "fileVersion": "6.0.21.52210"
} }
} }
},
"System.Speech/7.0.0": {
"runtime": {
"lib/net6.0/System.Speech.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Speech.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
} }
} }
}, },
...@@ -62,6 +79,13 @@ ...@@ -62,6 +79,13 @@
"sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==", "sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==",
"path": "system.management/6.0.0", "path": "system.management/6.0.0",
"hashPath": "system.management.6.0.0.nupkg.sha512" "hashPath": "system.management.6.0.0.nupkg.sha512"
},
"System.Speech/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7E0uB92Cx2sXR67HW9rMKJqDACdLuz9t3I3OwZUFDzAgwKXWuY6CYeRT/NiypHcyZO2be9+0H0w0M6fn7HQtgQ==",
"path": "system.speech/7.0.0",
"hashPath": "system.speech.7.0.0.nupkg.sha512"
} }
} }
} }
\ No newline at end of file
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.Comm")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.Comm")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+80b0cae75c674c5d7c82b770e8831d83d6382d75")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ec21d3f4a59452cd859b41d23215c1176bd789de")]
[assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.Comm")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.Comm")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.Comm")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.Comm")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
4a5591928c1fbfa99aa8d9e6c47dab8a44ffb0016dbb129acde0b44f07a42fa1 4299e09b754c544d8afe986bd07c32b843a8f3ca1d6b8316f19922c4218b5b0c
4cc97b095451a5cc645902dbc59dc95549a5d932fdd2d62a46c75787f8cbb72b 76e7338904efb466df948a39d23930e184e9e136b272eea6357aeb913874ca9f
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.Comm")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.Comm")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfd1c4db5cda32ad8cf1df348b4c1fa87627ca12")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ec21d3f4a59452cd859b41d23215c1176bd789de")]
[assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.Comm")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.Comm")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.Comm")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.Comm")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
8372c1b6d359a07135084ddb1dd2b31ea99af33cd834a8e9bdbc34d09f5d5558 0933e1bdc06412274864d262b95129471b32db21a2ca1b4ed5b2ced1af1c9ec0
fc061f938b5bfeae1e7308476ca3aedd51488114959fe1a41d36861a62b3bf08 db4c1d01362c98fea38d1db1a025d2da2c8d3cd39df1c196abc8c39866537830
...@@ -45,29 +45,17 @@ ...@@ -45,29 +45,17 @@
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
"targetAlias": "net6.0", "targetAlias": "net6.0",
"dependencies": {
"System.Management": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [ "imports": [
"net461", "net461",
"net462", "net462",
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48", "net48"
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"frameworkReferences": { "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json"
} }
} }
} }
......
...@@ -7,10 +7,13 @@ ...@@ -7,10 +7,13 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" /> <SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" /> <SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
</ItemGroup> </ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\ No newline at end of file <PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
\ No newline at end of file
{ {
"version": 3, "version": 3,
"targets": { "targets": {
"net6.0": { "net6.0": {}
"System.CodeDom/6.0.0": {
"type": "package",
"compile": {
"lib/net6.0/System.CodeDom.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.CodeDom.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"System.Management/6.0.0": {
"type": "package",
"dependencies": {
"System.CodeDom": "6.0.0"
},
"compile": {
"lib/net6.0/System.Management.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.Management.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Management.dll": {
"assetType": "runtime",
"rid": "win"
}
}
}
}
},
"libraries": {
"System.CodeDom/6.0.0": {
"sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
"type": "package",
"path": "system.codedom/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.CodeDom.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.CodeDom.dll",
"lib/net461/System.CodeDom.xml",
"lib/net6.0/System.CodeDom.dll",
"lib/net6.0/System.CodeDom.xml",
"lib/netstandard2.0/System.CodeDom.dll",
"lib/netstandard2.0/System.CodeDom.xml",
"system.codedom.6.0.0.nupkg.sha512",
"system.codedom.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.Management/6.0.0": {
"sha512": "sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==",
"type": "package",
"path": "system.management/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.Management.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/_._",
"lib/net6.0/System.Management.dll",
"lib/net6.0/System.Management.xml",
"lib/netcoreapp3.1/System.Management.dll",
"lib/netcoreapp3.1/System.Management.xml",
"lib/netstandard2.0/System.Management.dll",
"lib/netstandard2.0/System.Management.xml",
"runtimes/win/lib/net6.0/System.Management.dll",
"runtimes/win/lib/net6.0/System.Management.xml",
"runtimes/win/lib/netcoreapp3.1/System.Management.dll",
"runtimes/win/lib/netcoreapp3.1/System.Management.xml",
"system.management.6.0.0.nupkg.sha512",
"system.management.nuspec",
"useSharedDesignerContext.txt"
]
}
}, },
"libraries": {},
"projectFileDependencyGroups": { "projectFileDependencyGroups": {
"net6.0": [ "net6.0": []
"System.Management >= 6.0.0"
]
}, },
"packageFolders": { "packageFolders": {
"C:\\Users\\Administrator\\.nuget\\packages\\": {}, "C:\\Users\\Administrator\\.nuget\\packages\\": {},
...@@ -148,38 +52,18 @@ ...@@ -148,38 +52,18 @@
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
"targetAlias": "net6.0", "targetAlias": "net6.0",
"dependencies": {
"System.Management": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [ "imports": [
"net461", "net461",
"net462", "net462",
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48", "net48"
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"frameworkReferences": { "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
"Microsoft.NETCore.App": {
"privateAssets": "all"
} }
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json"
} }
} }
},
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "正在通过 “HTTP” 源“http://172.8.10.111:8081/repository/nuget-hosted/”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁移到 “HTTPS” 源。"
}
]
} }
\ No newline at end of file
{ {
"version": 2, "version": 2,
"dgSpecHash": "zzgPaXMtxvjcsMvtArbtQ3IH4Sf4DFbm9o1QlOxqzKw8FunVZh/1pKTWieqYBJBuwR3Xkr6Sh3hISOVimbUJ+Q==", "dgSpecHash": "gYFUdi4snuCfkMlrhwB/N6YtaiRTjP0P4T4Yif4HhkyZvt4Hk9iQs45hvxPjLJHewFkVybPqXCviYD0rTsCErw==",
"success": true, "success": true,
"projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.Client.Comm\\Siger.Client.Comm.csproj", "projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.Client.Comm\\Siger.Client.Comm.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [],
"C:\\Users\\Administrator\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512", "logs": []
"C:\\Users\\Administrator\\.nuget\\packages\\system.management\\6.0.0\\system.management.6.0.0.nupkg.sha512"
],
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "正在通过 “HTTP” 源“http://172.8.10.111:8081/repository/nuget-hosted/”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁移到 “HTTPS” 源。"
}
]
} }
\ No newline at end of file
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Speech" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Siger.Client.Comm\Siger.Client.Comm.csproj" /> <ProjectReference Include="..\Siger.Client.Comm\Siger.Client.Comm.csproj" />
</ItemGroup> </ItemGroup>
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
".NETCoreApp,Version=v6.0": { ".NETCoreApp,Version=v6.0": {
"Siger.Client.License/1.0.0": { "Siger.Client.License/1.0.0": {
"dependencies": { "dependencies": {
"Siger.Client.Comm": "1.0.0" "Siger.Client.Comm": "1.0.0",
"System.Speech": "7.0.0"
}, },
"runtime": { "runtime": {
"Siger.Client.License.dll": {} "Siger.Client.License.dll": {}
...@@ -34,9 +35,26 @@ ...@@ -34,9 +35,26 @@
} }
} }
}, },
"System.Speech/7.0.0": {
"runtime": {
"lib/net6.0/System.Speech.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Speech.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"dependencies": { "dependencies": {
"System.Management": "6.0.0" "System.Management": "6.0.0",
"System.Speech": "7.0.0"
}, },
"runtime": { "runtime": {
"Siger.Client.Comm.dll": {} "Siger.Client.Comm.dll": {}
...@@ -64,6 +82,13 @@ ...@@ -64,6 +82,13 @@
"path": "system.management/6.0.0", "path": "system.management/6.0.0",
"hashPath": "system.management.6.0.0.nupkg.sha512" "hashPath": "system.management.6.0.0.nupkg.sha512"
}, },
"System.Speech/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7E0uB92Cx2sXR67HW9rMKJqDACdLuz9t3I3OwZUFDzAgwKXWuY6CYeRT/NiypHcyZO2be9+0H0w0M6fn7HQtgQ==",
"path": "system.speech/7.0.0",
"hashPath": "system.speech.7.0.0.nupkg.sha512"
},
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
......
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.License")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.License")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+80b0cae75c674c5d7c82b770e8831d83d6382d75")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ec21d3f4a59452cd859b41d23215c1176bd789de")]
[assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.License")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.License")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.License")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.License")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
00a315ea3f70b69f4edb309afd4eee48e0503952e2fe8b6bc839e170c725d6be 3b20360e1c4f6575c3c5dcae891d722d61f1a3f0ae4d28be77a3d1197d8f7596
1f0ee121e471adbea3f072baba7c2b86bc7c0346 41de82686dfbd86f7859fc5e0e540a6a713420213b3e46426f4baf3c54f72b17
...@@ -20,3 +20,27 @@ D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\refint\Siger.Clie ...@@ -20,3 +20,27 @@ D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\refint\Siger.Clie
D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.pdb D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.pdb
D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.genruntimeconfig.cache D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.genruntimeconfig.cache
D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\ref\Siger.Client.License.dll D:\Code\20220327\Siger.Client.License\obj\Debug\net6.0-windows\ref\Siger.Client.License.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.License.exe
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.License.deps.json
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.License.runtimeconfig.json
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.License.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.License.pdb
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\System.Management.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\System.Speech.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\runtimes\win\lib\net6.0\System.Management.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\runtimes\win\lib\net6.0\System.Speech.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.Comm.dll
D:\137新\语音广播\Voice\Siger.Client.License\bin\Debug\net6.0-windows\Siger.Client.Comm.pdb
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.csproj.AssemblyReference.cache
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.Form1.resources
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.csproj.GenerateResource.cache
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.GeneratedMSBuildEditorConfig.editorconfig
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.AssemblyInfoInputs.cache
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.AssemblyInfo.cs
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.csproj.CoreCompileInputs.cache
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.csproj.CopyComplete
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.dll
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\refint\Siger.Client.License.dll
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.pdb
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\Siger.Client.License.genruntimeconfig.cache
D:\137新\语音广播\Voice\Siger.Client.License\obj\Debug\net6.0-windows\ref\Siger.Client.License.dll
c1f47b3d9f60dec4368d830c70e43a837e82c3d8 f69cc5cf7a82b4fd91395a57310f101d0551536aa5b50633f73536cfd6dca994
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.License")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Client.License")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfd1c4db5cda32ad8cf1df348b4c1fa87627ca12")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ec21d3f4a59452cd859b41d23215c1176bd789de")]
[assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.License")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.Client.License")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.License")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.Client.License")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
afdd821b686aec87e9db97fecf2f2a6390276eaae8d4d1e42d4a84a635d7f832 f5a6b926a21677ed4262833605995e4048f8ad46d743e0cf991e857a9264f7d0
...@@ -45,29 +45,17 @@ ...@@ -45,29 +45,17 @@
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
"targetAlias": "net6.0", "targetAlias": "net6.0",
"dependencies": {
"System.Management": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [ "imports": [
"net461", "net461",
"net462", "net462",
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48", "net48"
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"frameworkReferences": { "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json"
} }
} }
}, },
...@@ -90,7 +78,7 @@ ...@@ -90,7 +78,7 @@
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0-windows" "net6.0-windows7.0"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
...@@ -122,20 +110,11 @@ ...@@ -122,20 +110,11 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48", "net48"
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"frameworkReferences": { "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json"
} }
} }
} }
......
...@@ -7,10 +7,13 @@ ...@@ -7,10 +7,13 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" /> <SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" /> <SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
</ItemGroup> </ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\ No newline at end of file <PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
\ No newline at end of file
...@@ -2,53 +2,9 @@ ...@@ -2,53 +2,9 @@
"version": 3, "version": 3,
"targets": { "targets": {
"net6.0-windows7.0": { "net6.0-windows7.0": {
"System.CodeDom/6.0.0": {
"type": "package",
"compile": {
"lib/net6.0/System.CodeDom.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.CodeDom.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"System.Management/6.0.0": {
"type": "package",
"dependencies": {
"System.CodeDom": "6.0.0"
},
"compile": {
"lib/net6.0/System.Management.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.Management.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Management.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETCoreApp,Version=v6.0", "framework": ".NETCoreApp,Version=v6.0",
"dependencies": {
"System.Management": "6.0.0"
},
"compile": { "compile": {
"bin/placeholder/Siger.Client.Comm.dll": {} "bin/placeholder/Siger.Client.Comm.dll": {}
}, },
...@@ -59,57 +15,6 @@ ...@@ -59,57 +15,6 @@
} }
}, },
"libraries": { "libraries": {
"System.CodeDom/6.0.0": {
"sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
"type": "package",
"path": "system.codedom/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.CodeDom.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.CodeDom.dll",
"lib/net461/System.CodeDom.xml",
"lib/net6.0/System.CodeDom.dll",
"lib/net6.0/System.CodeDom.xml",
"lib/netstandard2.0/System.CodeDom.dll",
"lib/netstandard2.0/System.CodeDom.xml",
"system.codedom.6.0.0.nupkg.sha512",
"system.codedom.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.Management/6.0.0": {
"sha512": "sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==",
"type": "package",
"path": "system.management/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.Management.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/_._",
"lib/net6.0/System.Management.dll",
"lib/net6.0/System.Management.xml",
"lib/netcoreapp3.1/System.Management.dll",
"lib/netcoreapp3.1/System.Management.xml",
"lib/netstandard2.0/System.Management.dll",
"lib/netstandard2.0/System.Management.xml",
"runtimes/win/lib/net6.0/System.Management.dll",
"runtimes/win/lib/net6.0/System.Management.xml",
"runtimes/win/lib/netcoreapp3.1/System.Management.dll",
"runtimes/win/lib/netcoreapp3.1/System.Management.xml",
"system.management.6.0.0.nupkg.sha512",
"system.management.nuspec",
"useSharedDesignerContext.txt"
]
},
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"type": "project", "type": "project",
"path": "../Siger.Client.Comm/Siger.Client.Comm.csproj", "path": "../Siger.Client.Comm/Siger.Client.Comm.csproj",
...@@ -144,7 +49,7 @@ ...@@ -144,7 +49,7 @@
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0-windows" "net6.0-windows7.0"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
...@@ -176,29 +81,12 @@ ...@@ -176,29 +81,12 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48", "net48"
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"frameworkReferences": { "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
} }
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json"
} }
} }
},
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "正在通过 “HTTP” 源“http://172.8.10.111:8081/repository/nuget-hosted/”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁移到 “HTTPS” 源。"
}
]
} }
\ No newline at end of file
{ {
"version": 2, "version": 2,
"dgSpecHash": "cdV/ql5voQiJl0J4H5C97Wyn1G52KOkeu8g2w1ZZ1ijWEdlTugtLry8r5Cji4HunQk0HqEeW76sax46fYPmkVA==", "dgSpecHash": "AH45IIBTlxP5kqpJv5HzJEx7h5Cs3AYP7w+6sHxTNvk4YkjgOKIJ8JeWqzLuC7rR58+Di2x7y9URIVLZxchnYw==",
"success": true, "success": true,
"projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.Client.License\\Siger.Client.License.csproj", "projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.Client.License\\Siger.Client.License.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [],
"C:\\Users\\Administrator\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512", "logs": []
"C:\\Users\\Administrator\\.nuget\\packages\\system.management\\6.0.0\\system.management.6.0.0.nupkg.sha512"
],
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "正在通过 “HTTP” 源“http://172.8.10.111:8081/repository/nuget-hosted/”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁移到 “HTTPS” 源。"
}
]
} }
\ No newline at end of file
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<add key="Url" value="http://172.8.10.137"/> <add key="Url" value="http://172.8.10.137"/>
<add key="Module" value="1"/> <add key="Module" value="1"/>
<add key="RedisConn" value="172.8.10.142:6379,password=ky701@YH.com,ssl=false,writeBuffer=10240,poolsize=1,defaultDatabase=1"></add> <add key="RedisConn" value="172.8.10.142:6379,password=ky701@YH.com,ssl=false,writeBuffer=10240,poolsize=1,defaultDatabase=1"></add>
<add key="RadioUrl" value="D:\137新\TT"/>
</appSettings> </appSettings>
<log4net> <log4net>
<root> <root>
......
...@@ -30,6 +30,8 @@ namespace Siger.Voice ...@@ -30,6 +30,8 @@ namespace Siger.Voice
/// </summary> /// </summary>
public string RedisConn { get; set; } public string RedisConn { get; set; }
public int Module { get; set; } public int Module { get; set; }
public string RadioUrl { get; set; }
} }
......
...@@ -38,7 +38,7 @@ namespace Siger.Voice ...@@ -38,7 +38,7 @@ namespace Siger.Voice
return; return;
} }
systemValidate = true; systemValidate = true;
this.Text = $"{_config.CompanyDesc} 语音播报系统V2.1"; this.Text = $"{_config.CompanyDesc} 语音播报系统";
this.toolStripStatusLabel1.Text = $"正在监听......"; this.toolStripStatusLabel1.Text = $"正在监听......";
...@@ -76,7 +76,8 @@ namespace Siger.Voice ...@@ -76,7 +76,8 @@ namespace Siger.Voice
while (true) while (true)
{ {
Dowork(_data); Dowork(_data);
Thread.Sleep(1000 * 60 * _data.Time); // 1分钟 //Thread.Sleep(1000 * 60 * _data.Time); // 1分钟
Thread.Sleep(1000 * _data.Time);
} }
} }
void Dowork(TempData config) void Dowork(TempData config)
...@@ -100,6 +101,7 @@ namespace Siger.Voice ...@@ -100,6 +101,7 @@ namespace Siger.Voice
void MessageVoice(BaseConfig config, TempData setting) void MessageVoice(BaseConfig config, TempData setting)
{ {
//Voice.ReadcontextNew("请维修人员速到","2", config.RadioUrl, 0);
try try
{ {
var url = string.Format("{0}/apis/config/Broadcast/GetPlayContentList?factory={1}", config.Url, config.Factory); var url = string.Format("{0}/apis/config/Broadcast/GetPlayContentList?factory={1}", config.Url, config.Factory);
...@@ -127,11 +129,18 @@ namespace Siger.Voice ...@@ -127,11 +129,18 @@ namespace Siger.Voice
} }
foreach (var msg in responseObj.data) foreach (var msg in responseObj.data)
{ {
for (int i = 0; i <= setting.Repeat; i++) var name = Guid.NewGuid().ToString();
{ //for (int i = 0; i <= setting.Repeat; i++)
Voice.Readcontext(msg.content, setting.Speed); //{
Thread.Sleep(1000 * 1); // Voice.ReadcontextNew(msg.content,name, config.RadioUrl,setting.Speed);
} // //Voice.Readcontext(msg.content, setting.Speed);
// Thread.Sleep(1000 * 1);
//}
Voice.ReadcontextNew(msg.content, name, config.RadioUrl, setting.Repeat,setting.Speed );
//Voice.Readcontext(msg.content, setting.Speed);
// Thread.Sleep(1000 * 1);
} }
} }
catch (Exception ex) catch (Exception ex)
......
<root> <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true"> <xsd:element name="root" msdata:IsDataSet="true">
......
...@@ -211,25 +211,25 @@ ...@@ -211,25 +211,25 @@
label5.AutoSize = true; label5.AutoSize = true;
label5.Location = new Point(6, 19); label5.Location = new Point(6, 19);
label5.Name = "label5"; label5.Name = "label5";
label5.Size = new Size(59, 17); label5.Size = new Size(107, 17);
label5.TabIndex = 8; label5.TabIndex = 8;
label5.Text = "状态持续:"; label5.Text = "获取信息持续:";
// //
// textBox2 // textBox2
// //
textBox2.Location = new Point(71, 15); textBox2.Location = new Point(119, 16);
textBox2.Name = "textBox2"; textBox2.Name = "textBox2";
textBox2.Size = new Size(71, 23); textBox2.Size = new Size(37, 23);
textBox2.TabIndex = 9; textBox2.TabIndex = 9;
// //
// label6 // label6
// //
label6.AutoSize = true; label6.AutoSize = true;
label6.Location = new Point(157, 19); label6.Location = new Point(162, 19);
label6.Name = "label6"; label6.Name = "label6";
label6.Size = new Size(56, 17); label6.Size = new Size(20, 17);
label6.TabIndex = 10; label6.TabIndex = 10;
label6.Text = "分钟广播"; label6.Text = "";
// //
// label7 // label7
// //
......
...@@ -9,6 +9,7 @@ using System.Text; ...@@ -9,6 +9,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using Newtonsoft.Json; using Newtonsoft.Json;
using System.Speech.Synthesis;
namespace Siger.Voice namespace Siger.Voice
{ {
public partial class FrmRulesSetting : Form public partial class FrmRulesSetting : Form
...@@ -255,6 +256,18 @@ namespace Siger.Voice ...@@ -255,6 +256,18 @@ namespace Siger.Voice
var result = strText; var result = strText;
if (!string.IsNullOrEmpty(textBox1.Text)) if (!string.IsNullOrEmpty(textBox1.Text))
{ {
//string text = "请维修人员速到通道21测试"; // 要转换的文本内容
//using (var synthesizer = new SpeechSynthesizer())
//{
// synthesizer.SetOutputToDefaultAudioDevice(); // 设置输出到默认音频设备
// synthesizer.Speak(text); // 开始进行语音合成并发送到默认音频设备
// Console.WriteLine("正在转换...");
// Console.ReadLine();
//}
result = textBox1.Text; result = textBox1.Text;
} }
else else
...@@ -263,7 +276,7 @@ namespace Siger.Voice ...@@ -263,7 +276,7 @@ namespace Siger.Voice
result = result.Replace("{status}", "空闲"); result = result.Replace("{status}", "空闲");
result = result.Replace("{min}", "5"); result = result.Replace("{min}", "5");
} }
Voice.Readcontext(result, speed); //Voice.Readcontext(result, speed);
} }
private bool Validate() private bool Validate()
......
...@@ -23,7 +23,8 @@ namespace Siger.Voice ...@@ -23,7 +23,8 @@ namespace Siger.Voice
Url = ConfigureHelper.GetAppSetting<string>("Url"), Url = ConfigureHelper.GetAppSetting<string>("Url"),
ProjectId = ConfigureHelper.GetAppSetting<int>("ProjectId"), ProjectId = ConfigureHelper.GetAppSetting<int>("ProjectId"),
RedisConn = ConfigureHelper.GetAppSetting<string>("RedisConn"), RedisConn = ConfigureHelper.GetAppSetting<string>("RedisConn"),
Module = ConfigureHelper.GetAppSetting<int>("Module") Module = ConfigureHelper.GetAppSetting<int>("Module"),
RadioUrl= ConfigureHelper.GetAppSetting<string>("RadioUrl")
}; };
return entity; return entity;
} }
......
...@@ -17,5 +17,7 @@ namespace Siger.Voice ...@@ -17,5 +17,7 @@ namespace Siger.Voice
/// 广播内容 /// 广播内容
/// </summary> /// </summary>
public string content { get; set; } public string content { get; set; }
public string url { get; set; }
} }
} }
...@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ...@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
--> -->
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<History>True|2024-01-11T06:01:35.4712557Z;True|2024-01-11T11:29:53.4716092+08:00;True|2023-11-03T11:18:01.4366914+08:00;</History> <History>True|2024-02-21T07:34:01.8348961Z;True|2024-02-21T15:09:55.5637307+08:00;True|2024-02-21T15:00:41.8805871+08:00;True|2024-02-21T14:53:55.2233262+08:00;True|2024-02-21T14:48:53.7317920+08:00;True|2024-02-21T14:43:11.0939510+08:00;True|2024-02-21T14:39:03.3425475+08:00;True|2024-02-21T14:17:36.9753014+08:00;True|2024-01-23T08:51:52.2606094+08:00;True|2024-01-22T19:48:16.8082787+08:00;True|2024-01-22T19:41:32.2686706+08:00;True|2024-01-22T19:17:05.2292060+08:00;True|2024-01-22T19:16:59.3161985+08:00;True|2024-01-20T15:21:15.4379139+08:00;True|2024-01-18T15:33:54.3284808+08:00;True|2024-01-18T15:30:49.9443036+08:00;True|2024-01-18T15:21:55.5846239+08:00;True|2024-01-18T15:14:43.2809664+08:00;True|2024-01-18T13:39:26.4200040+08:00;True|2024-01-11T15:01:55.9018768+08:00;True|2024-01-11T14:01:35.4712557+08:00;True|2024-01-11T11:29:53.4716092+08:00;True|2023-11-03T11:18:01.4366914+08:00;</History>
<LastFailureDetails /> <LastFailureDetails />
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<PackageReference Include="log4net" Version="2.0.14" /> <PackageReference Include="log4net" Version="2.0.14" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Management" Version="6.0.0" /> <PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="System.Speech" Version="7.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
......
using DotNetSpeech; using DotNetSpeech;
using Newtonsoft.Json.Linq;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Media;
using System.Speech.AudioFormat;
using System.Speech.Recognition;
using System.Speech.Synthesis;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
...@@ -15,6 +20,79 @@ namespace Siger.Voice ...@@ -15,6 +20,79 @@ namespace Siger.Voice
sp.Rate = rate; //速度设置 sp.Rate = rate; //速度设置
SpeechVoiceSpeakFlags sFlags = SpeechVoiceSpeakFlags.SVSFDefault;//.SVSFlagsAsync; SpeechVoiceSpeakFlags sFlags = SpeechVoiceSpeakFlags.SVSFDefault;//.SVSFlagsAsync;
sp.Speak(text, sFlags); sp.Speak(text, sFlags);
}
//public static void Readcontext(string text, int rate = -2)
//{
// try
// {
// byte[] data = Encoding.UTF8.GetBytes(text);
// string file = "..\\redio";
// string filename = file + "\\" + DateTime.UtcNow.ToString() + ".mp3";
// if (!Directory.Exists(file))
// {
// Directory.CreateDirectory(file);
// //创建一个文件流
// FileStream fs1 = new FileStream(filename, FileMode.Create, FileAccess.Write);
// //把字节写入到文件流中
// fs1.Write(data, 0, data.Length);
// //关闭文件流
// fs1.Close();
// }
// SoundPlayer player = new SoundPlayer();
// player.SoundLocation = filename;
// player.Load();//加载
// player.Play();//播放
// }
// catch (Exception e)
// {
// MessageBox.Show("生成失败:" + e.Message);
// }
//}
public static void ReadcontextNew(string text, string name, string url, int Repeat,int rate = -2)
{
try
{
var path = url;
if (!Directory.Exists(path))
{
Directory.CreateDirectory(path);
}
var filename = name + ".mp3";
var fileurl = path + $"/{filename}";
if (!File.Exists(fileurl))
{
SpeechSynthesizer synth = new SpeechSynthesizer();
PromptBuilder pb = new PromptBuilder();
pb.AppendText(text);
//synth.GetInstalledVoices().ToList().ForEach(voice => Console.WriteLine(voice.VoiceInfo.Name));
synth.Rate = rate;
// 设置合成音频的格式
//synth.SetOutputToWaveFile(fileurl, new SpeechAudioFormatInfo(80000, AudioBitsPerSample.Sixteen, AudioChannel.Mono));
synth.SetOutputToWaveFile(fileurl, new SpeechAudioFormatInfo(800000, AudioBitsPerSample.Sixteen, AudioChannel.Mono));
synth.Speak(pb);
synth.Dispose();
}
for (int i = 1; i <= Repeat; i++)
{
SoundPlayer player = new SoundPlayer();
player.SoundLocation = fileurl;
player.Load();//加载
player.PlaySync();//播放
Thread.Sleep(1000 *1);
}
}
catch (Exception e)
{
MessageBox.Show("生成失败:" + e.Message);
}
} }
} }
} }
{"Template":"�����������ι�˾","Speed":5,"MachineStatus":{"Down":0,"Running":0,"Debug":0,"Free":0,"Fault":0},"Date":{"Mon":1,"Tues":1,"Wed":1,"Thur":1,"Fri":1,"Sat":1,"Sun":1},"Time":5,"STime":11,"ETime":22,"STime2":0,"ETime2":0,"Repeat":3} {"Template":"�����������ι�˾","Speed":-2,"MachineStatus":{"Down":0,"Running":0,"Debug":0,"Free":0,"Fault":0},"Date":{"Mon":1,"Tues":1,"Wed":1,"Thur":1,"Fri":1,"Sat":1,"Sun":1},"Time":10,"STime":0,"ETime":0,"STime2":0,"ETime2":0,"Repeat":3}
\ No newline at end of file \ No newline at end of file
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"Newtonsoft.Json": "13.0.1", "Newtonsoft.Json": "13.0.1",
"Siger.Client.Comm": "1.0.0", "Siger.Client.Comm": "1.0.0",
"System.Management": "6.0.0", "System.Management": "6.0.0",
"System.Speech": "7.0.0",
"log4net": "2.0.14", "log4net": "2.0.14",
"DotNetSpeech": "5.0.0.0" "DotNetSpeech": "5.0.0.0"
}, },
...@@ -94,10 +95,27 @@ ...@@ -94,10 +95,27 @@
"Microsoft.NETCore.Platforms": "2.0.0" "Microsoft.NETCore.Platforms": "2.0.0"
} }
}, },
"System.Speech/7.0.0": {
"runtime": {
"lib/net6.0/System.Speech.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Speech.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"System.ValueTuple/4.5.0": {}, "System.ValueTuple/4.5.0": {},
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"dependencies": { "dependencies": {
"System.Management": "6.0.0" "System.Management": "6.0.0",
"System.Speech": "7.0.0"
}, },
"runtime": { "runtime": {
"Siger.Client.Comm.dll": {} "Siger.Client.Comm.dll": {}
...@@ -196,6 +214,13 @@ ...@@ -196,6 +214,13 @@
"path": "system.security.principal.windows/4.5.0", "path": "system.security.principal.windows/4.5.0",
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
}, },
"System.Speech/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7E0uB92Cx2sXR67HW9rMKJqDACdLuz9t3I3OwZUFDzAgwKXWuY6CYeRT/NiypHcyZO2be9+0H0w0M6fn7HQtgQ==",
"path": "system.speech/7.0.0",
"hashPath": "system.speech.7.0.0.nupkg.sha512"
},
"System.ValueTuple/4.5.0": { "System.ValueTuple/4.5.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<add key="Url" value="http://172.8.10.137"/> <add key="Url" value="http://172.8.10.137"/>
<add key="Module" value="1"/> <add key="Module" value="1"/>
<add key="RedisConn" value="172.8.10.142:6379,password=ky701@YH.com,ssl=false,writeBuffer=10240,poolsize=1,defaultDatabase=1"></add> <add key="RedisConn" value="172.8.10.142:6379,password=ky701@YH.com,ssl=false,writeBuffer=10240,poolsize=1,defaultDatabase=1"></add>
<add key="RadioUrl" value="D:\137新\TT"/>
</appSettings> </appSettings>
<log4net> <log4net>
<root> <root>
......
...@@ -13,3 +13,84 @@ ...@@ -13,3 +13,84 @@
2024-01-11 10:59:32,231 [8]ERROR FrmMain - Unexpected character encountered while parsing value: <. Path '', line 0, position 0. 2024-01-11 10:59:32,231 [8]ERROR FrmMain - Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
2024-01-11 11:22:55,493 [15]ERROR FrmMain - 0x8004503A 2024-01-11 11:22:55,493 [15]ERROR FrmMain - 0x8004503A
2024-01-11 11:23:18,747 [16]INFO FrmMain - GetMessage responseObj.data.not data 2024-01-11 11:23:18,747 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 09:23:17,808 [15]ERROR FrmMain - HttpGet http://172.8.10.137/apis/config/Broadcast/GetPlayContentList?factory=LSB error: One or more errors occurred. (由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (172.8.10.137:80))
2024-01-22 19:21:14,549 [11]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:32:38,864 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:40:55,676 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:41:05,314 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:46:37,962 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:46:50,713 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:47:07,834 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 19:47:21,921 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-01-22 20:01:12,683 [15]INFO FrmMain - GetMessage str is null
2024-02-21 15:07:54,843 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:09:18,844 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:09:26,340 [11]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:11:12,601 [11]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:12:02,623 [11]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:12:52,663 [11]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:13:00,370 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:13:40,320 [11]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:13:45,775 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:13:55,801 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:14:24,655 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:14:34,689 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:14:44,738 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:14:54,789 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:15:04,850 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:15:14,863 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:15:24,877 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:15:34,905 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:15:44,944 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:15:54,964 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:16:04,981 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:16:15,002 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:16:25,024 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:16:35,062 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:16:45,079 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:16:55,113 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:05,136 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:15,163 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:25,191 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:35,231 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:45,253 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:49,931 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:17:59,972 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:18:26,452 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:18:37,678 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:19:11,643 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:19:21,671 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:19:31,735 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:20:10,218 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:20:20,249 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:20:30,285 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:20:40,308 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:20:50,362 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:21:00,388 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:21:10,416 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:21:20,440 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:21:30,478 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:21:40,508 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:21:50,564 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:22:00,577 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:22:10,595 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:22:20,628 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:22:30,649 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:22:40,668 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:22:50,702 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:23:00,730 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:23:10,758 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:23:20,784 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:23:28,095 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:23:38,130 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:24:04,600 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:24:14,622 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:24:24,665 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:26:04,360 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:26:24,830 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:26:34,858 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:26:44,878 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:26:54,932 [16]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:26:59,733 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:27:09,761 [15]INFO FrmMain - GetMessage responseObj.data.not data
2024-02-21 15:33:23,663 [15]INFO FrmMain - GetMessage responseObj.data.not data
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"Newtonsoft.Json": "13.0.1", "Newtonsoft.Json": "13.0.1",
"Siger.Client.Comm": "1.0.0", "Siger.Client.Comm": "1.0.0",
"System.Management": "6.0.0", "System.Management": "6.0.0",
"System.Speech": "7.0.0",
"log4net": "2.0.14", "log4net": "2.0.14",
"DotNetSpeech": "5.0.0.0" "DotNetSpeech": "5.0.0.0"
}, },
...@@ -94,10 +95,27 @@ ...@@ -94,10 +95,27 @@
"Microsoft.NETCore.Platforms": "2.0.0" "Microsoft.NETCore.Platforms": "2.0.0"
} }
}, },
"System.Speech/7.0.0": {
"runtime": {
"lib/net6.0/System.Speech.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Speech.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"System.ValueTuple/4.5.0": {}, "System.ValueTuple/4.5.0": {},
"Siger.Client.Comm/1.0.0": { "Siger.Client.Comm/1.0.0": {
"dependencies": { "dependencies": {
"System.Management": "6.0.0" "System.Management": "6.0.0",
"System.Speech": "7.0.0"
}, },
"runtime": { "runtime": {
"Siger.Client.Comm.dll": {} "Siger.Client.Comm.dll": {}
...@@ -196,6 +214,13 @@ ...@@ -196,6 +214,13 @@
"path": "system.security.principal.windows/4.5.0", "path": "system.security.principal.windows/4.5.0",
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
}, },
"System.Speech/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7E0uB92Cx2sXR67HW9rMKJqDACdLuz9t3I3OwZUFDzAgwKXWuY6CYeRT/NiypHcyZO2be9+0H0w0M6fn7HQtgQ==",
"path": "system.speech/7.0.0",
"hashPath": "system.speech.7.0.0.nupkg.sha512"
},
"System.ValueTuple/4.5.0": { "System.ValueTuple/4.5.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<add key="Url" value="http://172.8.10.137"/> <add key="Url" value="http://172.8.10.137"/>
<add key="Module" value="1"/> <add key="Module" value="1"/>
<add key="RedisConn" value="172.8.10.142:6379,password=ky701@YH.com,ssl=false,writeBuffer=10240,poolsize=1,defaultDatabase=1"></add> <add key="RedisConn" value="172.8.10.142:6379,password=ky701@YH.com,ssl=false,writeBuffer=10240,poolsize=1,defaultDatabase=1"></add>
<add key="RadioUrl" value="D:\137新\TT"/>
</appSettings> </appSettings>
<log4net> <log4net>
<root> <root>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment