-
Notifications
You must be signed in to change notification settings - Fork 11
/
Arrowgene.MonsterHunterOnline.sln
37 lines (37 loc) · 2.24 KB
/
Arrowgene.MonsterHunterOnline.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arrowgene.MonsterHunterOnline.Cli", "Arrowgene.MonsterHunterOnline.Cli\Arrowgene.MonsterHunterOnline.Cli.csproj", "{33C19F09-29B7-49DC-B872-ED7F1D885515}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arrowgene.MonsterHunterOnline.Service", "Arrowgene.MonsterHunterOnline.Service\Arrowgene.MonsterHunterOnline.Service.csproj", "{F19AE44C-787B-418F-81F0-3569EA2D95A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arrowgene.MonsterHunterOnline.Test", "Arrowgene.MonsterHunterOnline.Test\Arrowgene.MonsterHunterOnline.Test.csproj", "{13A18C53-19CC-4DF3-AC73-702AE3AC5F20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33C19F09-29B7-49DC-B872-ED7F1D885515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33C19F09-29B7-49DC-B872-ED7F1D885515}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33C19F09-29B7-49DC-B872-ED7F1D885515}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33C19F09-29B7-49DC-B872-ED7F1D885515}.Release|Any CPU.Build.0 = Release|Any CPU
{F19AE44C-787B-418F-81F0-3569EA2D95A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F19AE44C-787B-418F-81F0-3569EA2D95A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F19AE44C-787B-418F-81F0-3569EA2D95A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F19AE44C-787B-418F-81F0-3569EA2D95A9}.Release|Any CPU.Build.0 = Release|Any CPU
{13A18C53-19CC-4DF3-AC73-702AE3AC5F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A18C53-19CC-4DF3-AC73-702AE3AC5F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A18C53-19CC-4DF3-AC73-702AE3AC5F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A18C53-19CC-4DF3-AC73-702AE3AC5F20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45060FD0-8D9C-4201-8D26-182C2199C643}
EndGlobalSection
EndGlobal