This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ITI.SusanooQuest.sln
37 lines (37 loc) · 2.11 KB
/
ITI.SusanooQuest.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 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITI.SusanooQuest.Lib", "ITI.SusanooQuest.Lib\ITI.SusanooQuest.Lib.csproj", "{72FEB9CC-50C0-43BF-BE83-D5421CF3CBF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITI.SusanooQuest.Tests", "ITI.SusanooQuest.Tests\ITI.SusanooQuest.Tests.csproj", "{5186C4CB-FC4E-4F58-9457-7822A5E63E42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITI.SusanooQuest.UI", "ITI.SusanooQuest.UI\ITI.SusanooQuest.UI.csproj", "{1908843D-B0FA-42BE-8EB0-98AEA52B6B4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72FEB9CC-50C0-43BF-BE83-D5421CF3CBF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72FEB9CC-50C0-43BF-BE83-D5421CF3CBF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72FEB9CC-50C0-43BF-BE83-D5421CF3CBF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72FEB9CC-50C0-43BF-BE83-D5421CF3CBF1}.Release|Any CPU.Build.0 = Release|Any CPU
{5186C4CB-FC4E-4F58-9457-7822A5E63E42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5186C4CB-FC4E-4F58-9457-7822A5E63E42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5186C4CB-FC4E-4F58-9457-7822A5E63E42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5186C4CB-FC4E-4F58-9457-7822A5E63E42}.Release|Any CPU.Build.0 = Release|Any CPU
{1908843D-B0FA-42BE-8EB0-98AEA52B6B4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1908843D-B0FA-42BE-8EB0-98AEA52B6B4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1908843D-B0FA-42BE-8EB0-98AEA52B6B4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1908843D-B0FA-42BE-8EB0-98AEA52B6B4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53ED6032-EBA2-4982-ACA9-5BFDA80A4959}
EndGlobalSection
EndGlobal