-
Notifications
You must be signed in to change notification settings - Fork 3
/
UminekoLauncher.sln
36 lines (36 loc) · 2.52 KB
/
UminekoLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZipExtractor", "ZipExtractor\ZipExtractor.csproj", "{1D51D73B-98C7-414F-92A8-479A8DC6A567}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UminekoLauncher", "UminekoLauncher\UminekoLauncher.csproj", "{28A6DD40-CA5F-4354-B326-5D39A0EA6688}"
ProjectSection(ProjectDependencies) = postProject
{1D51D73B-98C7-414F-92A8-479A8DC6A567} = {1D51D73B-98C7-414F-92A8-479A8DC6A567}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D51D73B-98C7-414F-92A8-479A8DC6A567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D51D73B-98C7-414F-92A8-479A8DC6A567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D51D73B-98C7-414F-92A8-479A8DC6A567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D51D73B-98C7-414F-92A8-479A8DC6A567}.Release|Any CPU.Build.0 = Release|Any CPU
{28A6DD40-CA5F-4354-B326-5D39A0EA6688}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28A6DD40-CA5F-4354-B326-5D39A0EA6688}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28A6DD40-CA5F-4354-B326-5D39A0EA6688}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28A6DD40-CA5F-4354-B326-5D39A0EA6688}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {767F3035-3D09-42EE-A314-287E4A41E3D5}
RESX_TranslatorConfiguration = {"Azure":"{\"AutoDetectHtml\":true,\"MaxCharactersPerMinute\":33300,\"AuthenticationKey\":null,\"Region\":null,\"IsEnabled\":false,\"SaveCredentials\":false,\"Ranking\":1.0}","Baidu":"{\"AppId\":null,\"SecretKey\":null,\"ApiUrl\":\"https://fanyi-api.baidu.com/api/trans/vip/translate\",\"Domain\":\"1435660288\",\"IsEnabled\":true,\"SaveCredentials\":false,\"Ranking\":1.0}","DeepL":"{\"ApiKey\":null,\"ApiUrl\":null,\"IsEnabled\":false,\"SaveCredentials\":false,\"Ranking\":1.0}","Google":"{\"ApiKey\":null,\"IsEnabled\":false,\"SaveCredentials\":false,\"Ranking\":1.0}","MSTerm":"{\"IsEnabled\":false,\"SaveCredentials\":false,\"Ranking\":1.0}","MyMemory":"{\"Key\":null,\"Mail\":null,\"IsEnabled\":false,\"SaveCredentials\":false,\"Ranking\":1.0}"}
RESX_PrefixTranslations = False
EndGlobalSection
EndGlobal