1 Star 0 Fork 14

百转回魂/STranslate

forked from ZGGSONG/STranslate 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
STranslate.sln 5.47 KB
一键复制 编辑 原始数据 按行查看 历史
ZGGSONG 提交于 2024-09-13 20:22 . feat: add wechat ocr

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate", "src\STranslate\STranslate.csproj", "{054D2232-9544-4461-BEB7-B0565A66D27C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{8B472084-6B63-44BA-9D4A-B97576810AD2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
7z.ps1 = 7z.ps1
CHANGELOG.md = CHANGELOG.md
cleanocr.ps1 = cleanocr.ps1
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
nuget.config = nuget.config
publish.ps1 = publish.ps1
README.md = README.md
README_ZH.md = README_ZH.md
Sponsor.md = Sponsor.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate.Log", "src\STranslate.Log\STranslate.Log.csproj", "{92255394-9202-40FF-941F-C617A9CC8739}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate.Model", "src\STranslate.Model\STranslate.Model.csproj", "{B16A7D67-D3A5-418B-8E49-2C85269566D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate.Style", "src\STranslate.Style\STranslate.Style.csproj", "{420EAA87-5CA1-4117-94E0-B070FCCD06C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate.Util", "src\STranslate.Util\STranslate.Util.csproj", "{74E3C5AB-6702-4AAC-8D56-2A72EFD437D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate.Updater", "src\STranslate.Updater\STranslate.Updater.csproj", "{D0BFF6B4-4B15-4BFF-A15F-2B3538CE4546}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "STranslate.Tests", "test\STranslate.Tests\STranslate.Tests.csproj", "{DF7E8591-6A90-4FEF-B4B3-C8D1760697EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2F5CEE1D-25FD-48A9-84E3-D4D67E8E96CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FE39D4E9-A735-41ED-9EBE-F434187F31FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{054D2232-9544-4461-BEB7-B0565A66D27C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{054D2232-9544-4461-BEB7-B0565A66D27C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{054D2232-9544-4461-BEB7-B0565A66D27C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{054D2232-9544-4461-BEB7-B0565A66D27C}.Release|Any CPU.Build.0 = Release|Any CPU
{92255394-9202-40FF-941F-C617A9CC8739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92255394-9202-40FF-941F-C617A9CC8739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92255394-9202-40FF-941F-C617A9CC8739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92255394-9202-40FF-941F-C617A9CC8739}.Release|Any CPU.Build.0 = Release|Any CPU
{B16A7D67-D3A5-418B-8E49-2C85269566D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B16A7D67-D3A5-418B-8E49-2C85269566D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B16A7D67-D3A5-418B-8E49-2C85269566D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B16A7D67-D3A5-418B-8E49-2C85269566D8}.Release|Any CPU.Build.0 = Release|Any CPU
{420EAA87-5CA1-4117-94E0-B070FCCD06C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{420EAA87-5CA1-4117-94E0-B070FCCD06C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{420EAA87-5CA1-4117-94E0-B070FCCD06C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{420EAA87-5CA1-4117-94E0-B070FCCD06C2}.Release|Any CPU.Build.0 = Release|Any CPU
{74E3C5AB-6702-4AAC-8D56-2A72EFD437D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74E3C5AB-6702-4AAC-8D56-2A72EFD437D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74E3C5AB-6702-4AAC-8D56-2A72EFD437D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74E3C5AB-6702-4AAC-8D56-2A72EFD437D2}.Release|Any CPU.Build.0 = Release|Any CPU
{D0BFF6B4-4B15-4BFF-A15F-2B3538CE4546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0BFF6B4-4B15-4BFF-A15F-2B3538CE4546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0BFF6B4-4B15-4BFF-A15F-2B3538CE4546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0BFF6B4-4B15-4BFF-A15F-2B3538CE4546}.Release|Any CPU.Build.0 = Release|Any CPU
{DF7E8591-6A90-4FEF-B4B3-C8D1760697EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF7E8591-6A90-4FEF-B4B3-C8D1760697EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF7E8591-6A90-4FEF-B4B3-C8D1760697EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF7E8591-6A90-4FEF-B4B3-C8D1760697EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{054D2232-9544-4461-BEB7-B0565A66D27C} = {FE39D4E9-A735-41ED-9EBE-F434187F31FA}
{92255394-9202-40FF-941F-C617A9CC8739} = {FE39D4E9-A735-41ED-9EBE-F434187F31FA}
{B16A7D67-D3A5-418B-8E49-2C85269566D8} = {FE39D4E9-A735-41ED-9EBE-F434187F31FA}
{420EAA87-5CA1-4117-94E0-B070FCCD06C2} = {FE39D4E9-A735-41ED-9EBE-F434187F31FA}
{74E3C5AB-6702-4AAC-8D56-2A72EFD437D2} = {FE39D4E9-A735-41ED-9EBE-F434187F31FA}
{D0BFF6B4-4B15-4BFF-A15F-2B3538CE4546} = {FE39D4E9-A735-41ED-9EBE-F434187F31FA}
{DF7E8591-6A90-4FEF-B4B3-C8D1760697EE} = {2F5CEE1D-25FD-48A9-84E3-D4D67E8E96CA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC3F2BB2-F582-4F51-95DF-661E334363FD}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/imiyu/STranslate.git
git@gitee.com:imiyu/STranslate.git
imiyu
STranslate
STranslate
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385