forked from ZGGSONG/STranslate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTranslate.sln
91 lines (91 loc) · 5.47 KB
/
STranslate.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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