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>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup> <ItemGroup>
<Compile Update="Form1.cs"> <Compile Update="Form1.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
...@@ -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; }
} }
......
...@@ -29,157 +29,147 @@ ...@@ -29,157 +29,147 @@
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1 = new MenuStrip();
this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 设置ToolStripMenuItem = new ToolStripMenuItem();
this.规则设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 规则设置ToolStripMenuItem = new ToolStripMenuItem();
this.测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 测试ToolStripMenuItem = new ToolStripMenuItem();
this.测试语音ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 测试语音ToolStripMenuItem = new ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 关于ToolStripMenuItem = new ToolStripMenuItem();
this.关于我们ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 关于我们ToolStripMenuItem = new ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); statusStrip1 = new StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); toolStripStatusLabel1 = new ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); toolStripStatusLabel2 = new ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer1 = new SplitContainer();
this.label1 = new System.Windows.Forms.Label(); label1 = new Label();
this.menuStrip1.SuspendLayout(); menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout(); statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
this.splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout(); splitContainer1.SuspendLayout();
this.SuspendLayout(); SuspendLayout();
// //
// menuStrip1 // menuStrip1
// //
this.menuStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); menuStrip1.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Regular, GraphicsUnit.Point);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { menuStrip1.Items.AddRange(new ToolStripItem[] { 设置ToolStripMenuItem, 测试ToolStripMenuItem, 关于ToolStripMenuItem });
this.设置ToolStripMenuItem, menuStrip1.Location = new Point(0, 0);
this.测试ToolStripMenuItem, menuStrip1.Name = "menuStrip1";
this.关于ToolStripMenuItem}); menuStrip1.Size = new Size(1033, 28);
this.menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.TabIndex = 1;
this.menuStrip1.Name = "menuStrip1"; menuStrip1.Text = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1033, 28);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
// //
// 设置ToolStripMenuItem // 设置ToolStripMenuItem
// //
this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 设置ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { 规则设置ToolStripMenuItem });
this.规则设置ToolStripMenuItem}); 设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem"; 设置ToolStripMenuItem.Size = new Size(49, 24);
this.设置ToolStripMenuItem.Size = new System.Drawing.Size(49, 24); 设置ToolStripMenuItem.Text = "设置";
this.设置ToolStripMenuItem.Text = "设置";
// //
// 规则设置ToolStripMenuItem // 规则设置ToolStripMenuItem
// //
this.规则设置ToolStripMenuItem.Name = "规则设置ToolStripMenuItem"; 规则设置ToolStripMenuItem.Name = "规则设置ToolStripMenuItem";
this.规则设置ToolStripMenuItem.Size = new System.Drawing.Size(134, 24); 规则设置ToolStripMenuItem.Size = new Size(180, 24);
this.规则设置ToolStripMenuItem.Text = "规则设置"; 规则设置ToolStripMenuItem.Text = "规则设置";
this.规则设置ToolStripMenuItem.Click += new System.EventHandler(this.规则设置ToolStripMenuItem_Click); 规则设置ToolStripMenuItem.Click += 规则设置ToolStripMenuItem_Click;
// //
// 测试ToolStripMenuItem // 测试ToolStripMenuItem
// //
this.测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 测试ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { 测试语音ToolStripMenuItem });
this.测试语音ToolStripMenuItem}); 测试ToolStripMenuItem.Name = "测试ToolStripMenuItem";
this.测试ToolStripMenuItem.Name = "测试ToolStripMenuItem"; 测试ToolStripMenuItem.Size = new Size(49, 24);
this.测试ToolStripMenuItem.Size = new System.Drawing.Size(49, 24); 测试ToolStripMenuItem.Text = "注册";
this.测试ToolStripMenuItem.Text = "注册";
// //
// 测试语音ToolStripMenuItem // 测试语音ToolStripMenuItem
// //
this.测试语音ToolStripMenuItem.Name = "测试语音ToolStripMenuItem"; 测试语音ToolStripMenuItem.Name = "测试语音ToolStripMenuItem";
this.测试语音ToolStripMenuItem.Size = new System.Drawing.Size(106, 24); 测试语音ToolStripMenuItem.Size = new Size(106, 24);
this.测试语音ToolStripMenuItem.Text = "授权"; 测试语音ToolStripMenuItem.Text = "授权";
this.测试语音ToolStripMenuItem.Click += new System.EventHandler(this.测试语音ToolStripMenuItem_Click); 测试语音ToolStripMenuItem.Click += 测试语音ToolStripMenuItem_Click;
// //
// 关于ToolStripMenuItem // 关于ToolStripMenuItem
// //
this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 关于ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { 关于我们ToolStripMenuItem });
this.关于我们ToolStripMenuItem}); 关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem"; 关于ToolStripMenuItem.Size = new Size(49, 24);
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(49, 24); 关于ToolStripMenuItem.Text = "关于";
this.关于ToolStripMenuItem.Text = "关于";
// //
// 关于我们ToolStripMenuItem // 关于我们ToolStripMenuItem
// //
this.关于我们ToolStripMenuItem.Name = "关于我们ToolStripMenuItem"; 关于我们ToolStripMenuItem.Name = "关于我们ToolStripMenuItem";
this.关于我们ToolStripMenuItem.Size = new System.Drawing.Size(134, 24); 关于我们ToolStripMenuItem.Size = new Size(134, 24);
this.关于我们ToolStripMenuItem.Text = "关于我们"; 关于我们ToolStripMenuItem.Text = "关于我们";
this.关于我们ToolStripMenuItem.Click += new System.EventHandler(this.关于我们ToolStripMenuItem_Click); 关于我们ToolStripMenuItem.Click += 关于我们ToolStripMenuItem_Click;
// //
// statusStrip1 // statusStrip1
// //
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { statusStrip1.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel1, toolStripStatusLabel2 });
this.toolStripStatusLabel1, statusStrip1.Location = new Point(0, 538);
this.toolStripStatusLabel2}); statusStrip1.Name = "statusStrip1";
this.statusStrip1.Location = new System.Drawing.Point(0, 538); statusStrip1.Size = new Size(1033, 22);
this.statusStrip1.Name = "statusStrip1"; statusStrip1.TabIndex = 2;
this.statusStrip1.Size = new System.Drawing.Size(1033, 22); statusStrip1.Text = "statusStrip1";
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
// //
// toolStripStatusLabel1 // toolStripStatusLabel1
// //
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(12, 17); toolStripStatusLabel1.Size = new Size(12, 17);
this.toolStripStatusLabel1.Text = " "; toolStripStatusLabel1.Text = " ";
// //
// toolStripStatusLabel2 // toolStripStatusLabel2
// //
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17); toolStripStatusLabel2.Size = new Size(0, 17);
// //
// splitContainer1 // splitContainer1
// //
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Dock = DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.FixedPanel = FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 28); splitContainer1.Location = new Point(0, 28);
this.splitContainer1.Name = "splitContainer1"; splitContainer1.Name = "splitContainer1";
// //
// splitContainer1.Panel1 // splitContainer1.Panel1
// //
this.splitContainer1.Panel1.Controls.Add(this.label1); splitContainer1.Panel1.Controls.Add(label1);
this.splitContainer1.Size = new System.Drawing.Size(1033, 510); splitContainer1.Size = new Size(1033, 510);
this.splitContainer1.SplitterDistance = 984; splitContainer1.SplitterDistance = 1007;
this.splitContainer1.SplitterWidth = 1; splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 3; splitContainer1.TabIndex = 3;
// //
// label1 // label1
// //
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) label1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
| System.Windows.Forms.AnchorStyles.Right))); label1.AutoSize = true;
this.label1.AutoSize = true; label1.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); label1.Location = new Point(383, 0);
this.label1.Location = new System.Drawing.Point(383, 0); label1.Name = "label1";
this.label1.Name = "label1"; label1.Size = new Size(15, 21);
this.label1.Size = new System.Drawing.Size(15, 21); label1.TabIndex = 1;
this.label1.TabIndex = 1; label1.Text = " ";
this.label1.Text = " ";
// //
// FrmMain // FrmMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); AutoScaleDimensions = new SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1033, 560); ClientSize = new Size(1033, 560);
this.Controls.Add(this.splitContainer1); Controls.Add(splitContainer1);
this.Controls.Add(this.statusStrip1); Controls.Add(statusStrip1);
this.Controls.Add(this.menuStrip1); Controls.Add(menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); Icon = (Icon)resources.GetObject("$this.Icon");
this.MainMenuStrip = this.menuStrip1; MainMenuStrip = menuStrip1;
this.Name = "FrmMain"; Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; StartPosition = FormStartPosition.CenterScreen;
this.Text = "语音播报"; Text = "语音播报";
this.Load += new System.EventHandler(this.FrmMain_Load); Load += FrmMain_Load;
this.menuStrip1.ResumeLayout(false); menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout(); menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false); statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout(); statusStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
this.splitContainer1.ResumeLayout(false); splitContainer1.ResumeLayout(false);
this.ResumeLayout(false); ResumeLayout(false);
this.PerformLayout(); PerformLayout();
} }
#endregion #endregion
......
...@@ -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,7 +256,19 @@ namespace Siger.Voice ...@@ -255,7 +256,19 @@ namespace Siger.Voice
var result = strText; var result = strText;
if (!string.IsNullOrEmpty(textBox1.Text)) if (!string.IsNullOrEmpty(textBox1.Text))
{ {
result = textBox1.Text; //string text = "请维修人员速到通道21测试"; // 要转换的文本内容
//using (var synthesizer = new SpeechSynthesizer())
//{
// synthesizer.SetOutputToDefaultAudioDevice(); // 设置输出到默认音频设备
// synthesizer.Speak(text); // 开始进行语音合成并发送到默认音频设备
// Console.WriteLine("正在转换...");
// Console.ReadLine();
//}
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>
......
80a9e1fd2f2642f799f367f589b26d66
\ No newline at end of file
{
"Machine":[
{
"Mid":100,
"Name":"豸1"
},
{
"Mid":101,
"Name":"豸2"
}]
}
\ No newline at end of file
{"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":50,"STime":0,"ETime":0,"STime2":0,"ETime2":0,"Repeat":3}
\ 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,
......
...@@ -5,11 +5,12 @@ ...@@ -5,11 +5,12 @@
</configSections> </configSections>
<appSettings> <appSettings>
<add key="ProjectId" value="3"/> <add key="ProjectId" value="3"/>
<add key="CompanyDesc" value="xxx 公司"/> <add key="CompanyDesc" value="SKF 公司"/>
<add key="Factory" value="LSB"/> <add key="Factory" value="LSB"/>
<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>
......
2024-02-21 15:02:00,368 [9]INFO FrmMain - GetMessage str is null
2024-02-21 15:02:50,399 [9]INFO FrmMain - GetMessage str is null
2024-02-21 15:03:40,427 [9]INFO FrmMain - GetMessage str is null
2024-02-21 15:04:30,486 [9]ERROR FrmMain - Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
2024-02-21 15:05:20,864 [9]INFO FrmMain - GetMessage responseObj.data.not data
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Voice")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Voice")]
[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.Voice")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.Voice")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.Voice")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.Voice")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
933dfa97b92098ed75981c6cf1dd67f2b3db007467edfbbcf4b88d7a85c1888e 1e0b6f281531f7b887e7c8a59d06755b5aa3f2df33bb6a6704e761c2dcade793
00fa14b391cffa1913330528d216c985fd7d75fc8df93183b3da5a60ee35ad4e f05294636a6e439b13f8e3c6913fd5538a3e97a3aad40430a90aa4b9eff967a3
...@@ -88,3 +88,5 @@ D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\refint\Siger.V ...@@ -88,3 +88,5 @@ D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\refint\Siger.V
D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\Siger.Voice.pdb D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\Siger.Voice.pdb
D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\Siger.Voice.genruntimeconfig.cache D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\Siger.Voice.genruntimeconfig.cache
D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\ref\Siger.Voice.dll D:\137新\语音广播\Voice\Siger.Voice\obj\Debug\net6.0-windows\ref\Siger.Voice.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Debug\net6.0-windows\System.Speech.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Debug\net6.0-windows\runtimes\win\lib\net6.0\System.Speech.dll
{ {
"runtimeTarget": { "runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0/", "name": ".NETCoreApp,Version=v6.0",
"signature": "" "signature": ""
}, },
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v6.0": {}, ".NETCoreApp,Version=v6.0": {
".NETCoreApp,Version=v6.0/": {} "CSRedisCore/3.8.3": {
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"System.ValueTuple": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/CSRedisCore.dll": {
"assemblyVersion": "3.8.3.0",
"fileVersion": "3.8.3.0"
}
}
},
"log4net/2.0.14": {
"dependencies": {
"System.Configuration.ConfigurationManager": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/log4net.dll": {
"assemblyVersion": "2.0.14.0",
"fileVersion": "2.0.14.0"
}
}
},
"Microsoft.NETCore.Platforms/2.0.0": {},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"System.CodeDom/6.0.0": {
"runtime": {
"lib/net6.0/System.CodeDom.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.Configuration.ConfigurationManager/4.5.0": {
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.5.0",
"System.Security.Permissions": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Management/6.0.0": {
"dependencies": {
"System.CodeDom": "6.0.0"
},
"runtime": {
"lib/net6.0/System.Management.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "6.0.21.52210"
}
},
"runtimeTargets": {
"runtimes/win/lib/net6.0/System.Management.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.Security.AccessControl/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Security.Cryptography.ProtectedData/4.5.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Security.Permissions/4.5.0": {
"dependencies": {
"System.Security.AccessControl": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Security.Principal.Windows/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
}
}
},
"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": {}
}
}, },
"libraries": {} "libraries": {
"CSRedisCore/3.8.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1ebFg+ikVT+6Ke2WTE4gcXiwhDDoE/EYe64HaOB/3w0SPFgRrRIyx2glYe9DfihDh8ncKBS4T77TrshUkED3Jw==",
"path": "csrediscore/3.8.3",
"hashPath": "csrediscore.3.8.3.nupkg.sha512"
},
"log4net/2.0.14": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KevyXUuhOyhx7l1jWwq6ZGVlRC2Aetg0qDp6rJpfSZGcDPKQDwfOE6yEuVkVf0kEP08NQqBDn/TQ/TJv4wgyhw==",
"path": "log4net/2.0.14",
"hashPath": "log4net.2.0.14.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
"path": "microsoft.netcore.platforms/2.0.0",
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"System.CodeDom/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
"path": "system.codedom/6.0.0",
"hashPath": "system.codedom.6.0.0.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
"path": "system.configuration.configurationmanager/4.5.0",
"hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
},
"System.Management/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==",
"path": "system.management/6.0.0",
"hashPath": "system.management.6.0.0.nupkg.sha512"
},
"System.Security.AccessControl/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
"path": "system.security.accesscontrol/4.5.0",
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
"path": "system.security.cryptography.protecteddata/4.5.0",
"hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
},
"System.Security.Permissions/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
"path": "system.security.permissions/4.5.0",
"hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
"path": "system.security.principal.windows/4.5.0",
"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": {
"type": "package",
"serviceable": true,
"sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
"path": "system.valuetuple/4.5.0",
"hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
}
}
} }
\ No newline at end of file
{ {
"runtimeOptions": { "runtimeOptions": {
"tfm": "net6.0", "tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [ "additionalProbingPaths": [
"C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|", "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Administrator\\.nuget\\packages", "C:\\Users\\Administrator\\.nuget\\packages",
......
...@@ -8,7 +8,9 @@ D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\CSRe ...@@ -8,7 +8,9 @@ D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\CSRe
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\log4net.dll D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\log4net.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\Newtonsoft.Json.dll D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\Newtonsoft.Json.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\System.Management.dll D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\System.Management.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\System.Speech.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\runtimes\win\lib\net6.0\System.Management.dll D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\runtimes\win\lib\net6.0\System.Management.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\runtimes\win\lib\net6.0\System.Speech.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\DotNetSpeech.dll D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\DotNetSpeech.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\Siger.Client.Comm.dll D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\Siger.Client.Comm.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\Siger.Client.Comm.pdb D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\publish\Siger.Client.Comm.pdb
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Voice")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.Voice")]
[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.Voice")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.Voice")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.Voice")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.Voice")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
e80a0a87d4dcf3c49fad3b2f0db487cbf0b78c02f84dcf4bfb62af655c39f07e acdb228e97bada80e3250a75bb19a7460c139195f6fbfe5375188b3312734964
f855d43decc166d57be9d348e668d7fa2b04ab4a9a752f12b44e7b3247802a19 0a8601e8e285fc4acec8e0d63a343dc7b11419aec5fdb921c0e6d2041660c5ed
...@@ -58,3 +58,5 @@ D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\refint\Siger ...@@ -58,3 +58,5 @@ D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\refint\Siger
D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\Siger.Voice.pdb D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\Siger.Voice.pdb
D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\Siger.Voice.genruntimeconfig.cache D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\Siger.Voice.genruntimeconfig.cache
D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\ref\Siger.Voice.dll D:\137新\语音广播\Voice\Siger.Voice\obj\Release\net6.0-windows\ref\Siger.Voice.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\System.Speech.dll
D:\137新\语音广播\Voice\Siger.Voice\bin\Release\net6.0-windows\runtimes\win\lib\net6.0\System.Speech.dll
...@@ -149,6 +149,22 @@ ...@@ -149,6 +149,22 @@
} }
} }
}, },
"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": {}
} }
}, },
...@@ -230,6 +246,13 @@ ...@@ -230,6 +246,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,
......
...@@ -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\\": {},
...@@ -116,44 +104,17 @@ ...@@ -116,44 +104,17 @@
"frameworks": { "frameworks": {
"net6.0-windows7.0": { "net6.0-windows7.0": {
"targetAlias": "net6.0-windows", "targetAlias": "net6.0-windows",
"dependencies": {
"CSRedisCore": {
"target": "Package",
"version": "[3.8.3, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
},
"System.Management": {
"target": "Package",
"version": "[6.0.0, )"
},
"log4net": {
"target": "Package",
"version": "[2.0.14, )"
}
},
"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"
},
"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,208 +2,9 @@ ...@@ -2,208 +2,9 @@
"version": 3, "version": 3,
"targets": { "targets": {
"net6.0-windows7.0": { "net6.0-windows7.0": {
"CSRedisCore/3.8.3": {
"type": "package",
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"System.ValueTuple": "4.5.0"
},
"compile": {
"lib/netstandard2.0/CSRedisCore.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/CSRedisCore.dll": {
"related": ".xml"
}
}
},
"log4net/2.0.14": {
"type": "package",
"dependencies": {
"System.Configuration.ConfigurationManager": "4.5.0"
},
"compile": {
"lib/netstandard2.0/log4net.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/log4net.dll": {
"related": ".xml"
}
}
},
"Microsoft.NETCore.Platforms/2.0.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
}
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
},
"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.Configuration.ConfigurationManager/4.5.0": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.5.0",
"System.Security.Permissions": "4.5.0"
},
"compile": {
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
}
},
"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"
}
}
},
"System.Security.AccessControl/4.5.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.5.0"
},
"compile": {
"ref/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.ProtectedData/4.5.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Permissions/4.5.0": {
"type": "package",
"dependencies": {
"System.Security.AccessControl": "4.5.0"
},
"compile": {
"ref/netstandard2.0/System.Security.Permissions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Permissions.dll": {}
}
},
"System.Security.Principal.Windows/4.5.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
},
"compile": {
"ref/netstandard2.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.ValueTuple/4.5.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"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": {}
}, },
...@@ -214,358 +15,6 @@ ...@@ -214,358 +15,6 @@
} }
}, },
"libraries": { "libraries": {
"CSRedisCore/3.8.3": {
"sha512": "1ebFg+ikVT+6Ke2WTE4gcXiwhDDoE/EYe64HaOB/3w0SPFgRrRIyx2glYe9DfihDh8ncKBS4T77TrshUkED3Jw==",
"type": "package",
"path": "csrediscore/3.8.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"csrediscore.3.8.3.nupkg.sha512",
"csrediscore.nuspec",
"lib/net40/CSRedisCore.dll",
"lib/net40/CSRedisCore.xml",
"lib/net45/CSRedisCore.dll",
"lib/net45/CSRedisCore.xml",
"lib/netstandard2.0/CSRedisCore.dll",
"lib/netstandard2.0/CSRedisCore.xml"
]
},
"log4net/2.0.14": {
"sha512": "KevyXUuhOyhx7l1jWwq6ZGVlRC2Aetg0qDp6rJpfSZGcDPKQDwfOE6yEuVkVf0kEP08NQqBDn/TQ/TJv4wgyhw==",
"type": "package",
"path": "log4net/2.0.14",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net20/log4net.dll",
"lib/net20/log4net.xml",
"lib/net35-client/log4net.dll",
"lib/net35-client/log4net.xml",
"lib/net35/log4net.dll",
"lib/net35/log4net.xml",
"lib/net40-client/log4net.dll",
"lib/net40-client/log4net.xml",
"lib/net40/log4net.dll",
"lib/net40/log4net.xml",
"lib/net45/log4net.dll",
"lib/net45/log4net.xml",
"lib/netstandard1.3/log4net.dll",
"lib/netstandard1.3/log4net.xml",
"lib/netstandard2.0/log4net.dll",
"lib/netstandard2.0/log4net.xml",
"log4net.2.0.14.nupkg.sha512",
"log4net.nuspec",
"package-icon.png"
]
},
"Microsoft.NETCore.Platforms/2.0.0": {
"sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
"type": "package",
"path": "microsoft.netcore.platforms/2.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/netstandard1.0/_._",
"microsoft.netcore.platforms.2.0.0.nupkg.sha512",
"microsoft.netcore.platforms.nuspec",
"runtime.json",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Newtonsoft.Json/13.0.1": {
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"type": "package",
"path": "newtonsoft.json/13.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
"lib/net35/Newtonsoft.Json.xml",
"lib/net40/Newtonsoft.Json.dll",
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/netstandard1.0/Newtonsoft.Json.dll",
"lib/netstandard1.0/Newtonsoft.Json.xml",
"lib/netstandard1.3/Newtonsoft.Json.dll",
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
"newtonsoft.json.13.0.1.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
},
"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.Configuration.ConfigurationManager/4.5.0": {
"sha512": "UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
"type": "package",
"path": "system.configuration.configurationmanager/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Configuration.ConfigurationManager.dll",
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
"ref/net461/System.Configuration.ConfigurationManager.dll",
"ref/net461/System.Configuration.ConfigurationManager.xml",
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
"ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
"system.configuration.configurationmanager.4.5.0.nupkg.sha512",
"system.configuration.configurationmanager.nuspec",
"useSharedDesignerContext.txt",
"version.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"
]
},
"System.Security.AccessControl/4.5.0": {
"sha512": "vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
"type": "package",
"path": "system.security.accesscontrol/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.AccessControl.dll",
"lib/net461/System.Security.AccessControl.dll",
"lib/netstandard1.3/System.Security.AccessControl.dll",
"lib/netstandard2.0/System.Security.AccessControl.dll",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.xml",
"ref/netstandard1.3/System.Security.AccessControl.dll",
"ref/netstandard1.3/System.Security.AccessControl.xml",
"ref/netstandard1.3/de/System.Security.AccessControl.xml",
"ref/netstandard1.3/es/System.Security.AccessControl.xml",
"ref/netstandard1.3/fr/System.Security.AccessControl.xml",
"ref/netstandard1.3/it/System.Security.AccessControl.xml",
"ref/netstandard1.3/ja/System.Security.AccessControl.xml",
"ref/netstandard1.3/ko/System.Security.AccessControl.xml",
"ref/netstandard1.3/ru/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
"ref/netstandard2.0/System.Security.AccessControl.dll",
"ref/netstandard2.0/System.Security.AccessControl.xml",
"ref/uap10.0.16299/_._",
"runtimes/win/lib/net46/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
"runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.accesscontrol.4.5.0.nupkg.sha512",
"system.security.accesscontrol.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Cryptography.ProtectedData/4.5.0": {
"sha512": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
"type": "package",
"path": "system.security.cryptography.protecteddata/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.ProtectedData.dll",
"lib/net461/System.Security.Cryptography.ProtectedData.dll",
"lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.ProtectedData.dll",
"ref/net461/System.Security.Cryptography.ProtectedData.dll",
"ref/net461/System.Security.Cryptography.ProtectedData.xml",
"ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
"ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
"ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
"system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
"system.security.cryptography.protecteddata.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Permissions/4.5.0": {
"sha512": "9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
"type": "package",
"path": "system.security.permissions/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Security.Permissions.dll",
"lib/netstandard2.0/System.Security.Permissions.dll",
"ref/net461/System.Security.Permissions.dll",
"ref/net461/System.Security.Permissions.xml",
"ref/netstandard2.0/System.Security.Permissions.dll",
"ref/netstandard2.0/System.Security.Permissions.xml",
"system.security.permissions.4.5.0.nupkg.sha512",
"system.security.permissions.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Principal.Windows/4.5.0": {
"sha512": "U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
"type": "package",
"path": "system.security.principal.windows/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.dll",
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
"ref/netstandard1.3/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
"ref/netstandard2.0/System.Security.Principal.Windows.xml",
"ref/uap10.0.16299/_._",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.principal.windows.4.5.0.nupkg.sha512",
"system.security.principal.windows.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.ValueTuple/4.5.0": {
"sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
"type": "package",
"path": "system.valuetuple/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.ValueTuple.dll",
"lib/net461/System.ValueTuple.xml",
"lib/net47/System.ValueTuple.dll",
"lib/net47/System.ValueTuple.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.0/System.ValueTuple.dll",
"lib/netstandard1.0/System.ValueTuple.xml",
"lib/netstandard2.0/_._",
"lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
"lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net461/System.ValueTuple.dll",
"ref/net47/System.ValueTuple.dll",
"ref/netcoreapp2.0/_._",
"ref/netstandard2.0/_._",
"ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"system.valuetuple.4.5.0.nupkg.sha512",
"system.valuetuple.nuspec",
"useSharedDesignerContext.txt",
"version.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",
...@@ -574,11 +23,7 @@ ...@@ -574,11 +23,7 @@
}, },
"projectFileDependencyGroups": { "projectFileDependencyGroups": {
"net6.0-windows7.0": [ "net6.0-windows7.0": [
"CSRedisCore >= 3.8.3", "Siger.Client.Comm >= 1.0.0"
"Newtonsoft.Json >= 13.0.1",
"Siger.Client.Comm >= 1.0.0",
"System.Management >= 6.0.0",
"log4net >= 2.0.14"
] ]
}, },
"packageFolders": { "packageFolders": {
...@@ -604,7 +49,7 @@ ...@@ -604,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\\": {},
...@@ -630,53 +75,18 @@ ...@@ -630,53 +75,18 @@
"frameworks": { "frameworks": {
"net6.0-windows7.0": { "net6.0-windows7.0": {
"targetAlias": "net6.0-windows", "targetAlias": "net6.0-windows",
"dependencies": {
"CSRedisCore": {
"target": "Package",
"version": "[3.8.3, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
},
"System.Management": {
"target": "Package",
"version": "[6.0.0, )"
},
"log4net": {
"target": "Package",
"version": "[2.0.14, )"
}
},
"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"
},
"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": "aYK9TKZsQNM4t5uQ6Scy2gnbsCMI5+EHrH0SeXoe9P+8CnpS3qMvNy1q5cKCkvKs/I2kRcNhVaBdkXpkpNb0+Q==", "dgSpecHash": "THeZQhsIUlDDu1iYnudBKk7EQzsd5HBr2FL6OIGHDNaD8gAGJJGbgccZzozbWRf/0yRWLtGAdbqIyCHi4xnARQ==",
"success": true, "success": true,
"projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.Voice\\Siger.Voice.csproj", "projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.Voice\\Siger.Voice.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [],
"C:\\Users\\Administrator\\.nuget\\packages\\csrediscore\\3.8.3\\csrediscore.3.8.3.nupkg.sha512", "logs": []
"C:\\Users\\Administrator\\.nuget\\packages\\log4net\\2.0.14\\log4net.2.0.14.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.management\\6.0.0\\system.management.6.0.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.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
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="log4net" Version="2.0.0" /> <PackageReference Include="log4net" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="6.0.8" /> <PackageReference Include="Newtonsoft.Json" Version="6.0.8" />
<PackageReference Include="System.Speech" Version="7.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\ No newline at end of file <ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>
\ No newline at end of file
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"Siger.VoiceTpm/1.0.0": { "Siger.VoiceTpm/1.0.0": {
"dependencies": { "dependencies": {
"Newtonsoft.Json": "6.0.8", "Newtonsoft.Json": "6.0.8",
"System.Speech": "7.0.0",
"log4net": "2.0.0", "log4net": "2.0.0",
"DotNetSpeech": "5.0.0.0" "DotNetSpeech": "5.0.0.0"
}, },
...@@ -32,6 +33,22 @@ ...@@ -32,6 +33,22 @@
} }
} }
}, },
"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"
}
}
},
"DotNetSpeech/5.0.0.0": { "DotNetSpeech/5.0.0.0": {
"runtime": { "runtime": {
"DotNetSpeech.dll": { "DotNetSpeech.dll": {
...@@ -62,6 +79,13 @@ ...@@ -62,6 +79,13 @@
"path": "newtonsoft.json/6.0.8", "path": "newtonsoft.json/6.0.8",
"hashPath": "newtonsoft.json.6.0.8.nupkg.sha512" "hashPath": "newtonsoft.json.6.0.8.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"
},
"DotNetSpeech/5.0.0.0": { "DotNetSpeech/5.0.0.0": {
"type": "reference", "type": "reference",
"serviceable": false, "serviceable": false,
......
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.VoiceTpm")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.VoiceTpm")]
[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.VoiceTpm")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.VoiceTpm")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.VoiceTpm")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.VoiceTpm")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
4c2cf82db17440f90ebc7369e6f75fe7bc8c216c3d889175e1d886d848f09b76 5f4390330499710bafd97bb6440ff829feb6caa9c1dc9e04840c2dd3b87ac031
abfad7bbfeba0addbc62a1553f03f2966db13960 e40955ebf34a3863c4bfc43437758187df675a49977fe2c6ba23d9f777c431d6
...@@ -21,3 +21,28 @@ D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\refint\Siger.Voic ...@@ -21,3 +21,28 @@ D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\refint\Siger.Voic
D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.pdb D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.pdb
D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.genruntimeconfig.cache D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.genruntimeconfig.cache
D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\ref\Siger.VoiceTpm.dll D:\Code\20220327\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\ref\Siger.VoiceTpm.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Siger.VoiceTpm.exe
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Siger.VoiceTpm.dll.config
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Siger.VoiceTpm.deps.json
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Siger.VoiceTpm.runtimeconfig.json
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Siger.VoiceTpm.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Siger.VoiceTpm.pdb
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\log4net.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\System.Speech.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\runtimes\win\lib\net6.0\System.Speech.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\bin\Debug\net6.0-windows\DotNetSpeech.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.csproj.AssemblyReference.cache
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.Form1.resources
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.Properties.Resources.resources
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.csproj.GenerateResource.cache
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.GeneratedMSBuildEditorConfig.editorconfig
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.AssemblyInfoInputs.cache
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.AssemblyInfo.cs
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.csproj.CoreCompileInputs.cache
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.csproj.CopyComplete
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\refint\Siger.VoiceTpm.dll
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.pdb
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\Siger.VoiceTpm.genruntimeconfig.cache
D:\137新\语音广播\Voice\Siger.VoiceTpm\obj\Debug\net6.0-windows\ref\Siger.VoiceTpm.dll
8b37e98ea10a17606b64e5445652fa0d7f9a61ec 48a5e05b91453ec1fc44669e98ade7f2582af9a1a8b6d31083bbc8306077c14b
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Siger.VoiceTpm")] [assembly: System.Reflection.AssemblyCompanyAttribute("Siger.VoiceTpm")]
[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.VoiceTpm")] [assembly: System.Reflection.AssemblyProductAttribute("Siger.VoiceTpm")]
[assembly: System.Reflection.AssemblyTitleAttribute("Siger.VoiceTpm")] [assembly: System.Reflection.AssemblyTitleAttribute("Siger.VoiceTpm")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
49e8d963fc1c5da58b33436c977ae96a5aba07917572d98bf5a2de20b4317e04 e126735af026bdd4bd8bd06ce5a1eaf092892ca19a83af054f2ec4f02852a21c
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,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\\": {},
...@@ -45,36 +45,17 @@ ...@@ -45,36 +45,17 @@
"frameworks": { "frameworks": {
"net6.0-windows7.0": { "net6.0-windows7.0": {
"targetAlias": "net6.0-windows", "targetAlias": "net6.0-windows",
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
"version": "[6.0.8, )"
},
"log4net": {
"target": "Package",
"version": "[2.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"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json"
} }
} }
} }
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +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 Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <PropertyGroup>
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\Administrator\.nuget\packages\newtonsoft.json\6.0.8</PkgNewtonsoft_Json> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup> </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-windows7.0": { "net6.0-windows7.0": {}
"log4net/2.0.0": {
"type": "package",
"compile": {
"lib/net40-full/log4net.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net40-full/log4net.dll": {
"related": ".xml"
}
}
},
"Newtonsoft.Json/6.0.8": {
"type": "package",
"compile": {
"lib/net45/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net45/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
}
}
},
"libraries": {
"log4net/2.0.0": {
"sha512": "KPajjkU1rbF6uY2rnakbh36LB9z9FVcYlciyOi6C5SJ3AMNywxjCGxBTN/Hl5nQEinRLuWvHWPF8W7YHh9sONw==",
"type": "package",
"path": "log4net/2.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net10-full/log4net.dll",
"lib/net10-full/log4net.xml",
"lib/net11-full/log4net.dll",
"lib/net11-full/log4net.xml",
"lib/net20-cf/log4net.dll",
"lib/net20-cf/log4net.xml",
"lib/net20-full/log4net.dll",
"lib/net20-full/log4net.xml",
"lib/net35-client/log4net.dll",
"lib/net35-client/log4net.xml",
"lib/net35-full/log4net.dll",
"lib/net35-full/log4net.xml",
"lib/net40-client/log4net.dll",
"lib/net40-client/log4net.xml",
"lib/net40-full/log4net.dll",
"lib/net40-full/log4net.xml",
"log4net.2.0.0.nupkg.sha512",
"log4net.nuspec"
]
},
"Newtonsoft.Json/6.0.8": {
"sha512": "7ut47NDedTW19EbL0JpFDYUP62fcuz27hJrehCDNajdCS5NtqL+E39+7Um3OkNc2wl2ym7K8Ln5eNuLus6mVGQ==",
"type": "package",
"path": "newtonsoft.json/6.0.8",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
"lib/net35/Newtonsoft.Json.xml",
"lib/net40/Newtonsoft.Json.dll",
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/netcore45/Newtonsoft.Json.dll",
"lib/netcore45/Newtonsoft.Json.xml",
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll",
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml",
"newtonsoft.json.6.0.8.nupkg.sha512",
"newtonsoft.json.nuspec",
"tools/install.ps1"
]
}
}, },
"libraries": {},
"projectFileDependencyGroups": { "projectFileDependencyGroups": {
"net6.0-windows7.0": [ "net6.0-windows7.0": []
"Newtonsoft.Json >= 6.0.8",
"log4net >= 2.0.0"
]
}, },
"packageFolders": { "packageFolders": {
"C:\\Users\\Administrator\\.nuget\\packages\\": {}, "C:\\Users\\Administrator\\.nuget\\packages\\": {},
...@@ -115,7 +30,7 @@ ...@@ -115,7 +30,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\\": {},
...@@ -137,65 +52,18 @@ ...@@ -137,65 +52,18 @@
"frameworks": { "frameworks": {
"net6.0-windows7.0": { "net6.0-windows7.0": {
"targetAlias": "net6.0-windows", "targetAlias": "net6.0-windows",
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
"version": "[6.0.8, )"
},
"log4net": {
"target": "Package",
"version": "[2.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"
},
"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” 源。"
},
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1”而不是项目目标框架“net6.0-windows7.0”还原包“log4net 2.0.0”。此包可能与项目不完全兼容。",
"libraryId": "log4net",
"targetGraphs": [
"net6.0-windows7.0"
]
},
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1”而不是项目目标框架“net6.0-windows7.0”还原包“Newtonsoft.Json 6.0.8”。此包可能与项目不完全兼容。",
"libraryId": "Newtonsoft.Json",
"targetGraphs": [
"net6.0-windows7.0"
]
}
]
} }
\ No newline at end of file
{ {
"version": 2, "version": 2,
"dgSpecHash": "meEpb3yxO9nLEBNluV6GVVjbIMs+WtVwlPeqQuAnb0TsqlN6Lxq/FGzor/LbB66sPspTkZeJAP8Cc0iHYtIGYg==", "dgSpecHash": "0lYrfdohrXdoSF67dO4SVmx4N7+CUgfj63HqRkcUwK1rINxhsG1LVexl1d9UgcaVG6TPGQEijDXw/2SdSadjKw==",
"success": true, "success": true,
"projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.VoiceTpm\\Siger.VoiceTpm.csproj", "projectFilePath": "D:\\137新\\语音广播\\Voice\\Siger.VoiceTpm\\Siger.VoiceTpm.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [],
"C:\\Users\\Administrator\\.nuget\\packages\\log4net\\2.0.0\\log4net.2.0.0.nupkg.sha512", "logs": []
"C:\\Users\\Administrator\\.nuget\\packages\\newtonsoft.json\\6.0.8\\newtonsoft.json.6.0.8.nupkg.sha512"
],
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "正在通过 “HTTP” 源“http://172.8.10.111:8081/repository/nuget-hosted/”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁移到 “HTTPS” 源。"
},
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1”而不是项目目标框架“net6.0-windows7.0”还原包“log4net 2.0.0”。此包可能与项目不完全兼容。",
"libraryId": "log4net",
"targetGraphs": [
"net6.0-windows7.0"
]
},
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1”而不是项目目标框架“net6.0-windows7.0”还原包“Newtonsoft.Json 6.0.8”。此包可能与项目不完全兼容。",
"libraryId": "Newtonsoft.Json",
"targetGraphs": [
"net6.0-windows7.0"
]
}
]
} }
\ No newline at end of file
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