-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHi3Helper.Plugin.Wuwa.sln
More file actions
37 lines (37 loc) · 2 KB
/
Hi3Helper.Plugin.Wuwa.sln
File metadata and controls
37 lines (37 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hi3Helper.Plugin.Core", "Hi3Helper.Plugin.Core\Hi3Helper.Plugin.Core.csproj", "{6D56B964-1509-482F-4589-C780CDE5C703}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginTest", "Hi3Helper.Plugin.Core\PluginTest\PluginTest.csproj", "{9E58C55F-9D8C-F9CB-F23A-11E336C9D51D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hi3Helper.Plugin.Wuwa", "Hi3Helper.Plugin.Wuwa\Hi3Helper.Plugin.Wuwa.csproj", "{98164E98-EECB-79EE-07D8-32D11D41A563}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D56B964-1509-482F-4589-C780CDE5C703}.Debug|x64.ActiveCfg = Debug|x64
{6D56B964-1509-482F-4589-C780CDE5C703}.Debug|x64.Build.0 = Debug|x64
{6D56B964-1509-482F-4589-C780CDE5C703}.Release|x64.ActiveCfg = Release|x64
{6D56B964-1509-482F-4589-C780CDE5C703}.Release|x64.Build.0 = Release|x64
{9E58C55F-9D8C-F9CB-F23A-11E336C9D51D}.Debug|x64.ActiveCfg = Debug|x64
{9E58C55F-9D8C-F9CB-F23A-11E336C9D51D}.Debug|x64.Build.0 = Debug|x64
{9E58C55F-9D8C-F9CB-F23A-11E336C9D51D}.Release|x64.ActiveCfg = Release|x64
{9E58C55F-9D8C-F9CB-F23A-11E336C9D51D}.Release|x64.Build.0 = Release|x64
{98164E98-EECB-79EE-07D8-32D11D41A563}.Debug|x64.ActiveCfg = Debug|x64
{98164E98-EECB-79EE-07D8-32D11D41A563}.Debug|x64.Build.0 = Debug|x64
{98164E98-EECB-79EE-07D8-32D11D41A563}.Release|x64.ActiveCfg = Release|x64
{98164E98-EECB-79EE-07D8-32D11D41A563}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53445DBD-9B1F-43CB-866B-884C02F96972}
EndGlobalSection
EndGlobal