-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNippon.sln
90 lines (90 loc) · 5.37 KB
/
Nippon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{893FF84C-A877-466A-B0C3-F7D1A2C9324C}"
ProjectSection(ProjectDependencies) = postProject
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B} = {54F43851-0D5E-43FF-91EB-BF72B3A11B5B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common\Common.vcxproj", "{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Standalone", "Standalone", "{94D6A425-7EE3-4122-B731-729219A56E86}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ArchiveUtility", "Standalone\ArchiveUtility\ArchiveUtility.vcxproj", "{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}"
ProjectSection(ProjectDependencies) = postProject
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B} = {54F43851-0D5E-43FF-91EB-BF72B3A11B5B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ModelUtility", "Standalone\ModelUtility\ModelUtility.vcxproj", "{1F7FE10C-63C5-408D-A716-44FD6164F6DB}"
ProjectSection(ProjectDependencies) = postProject
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B} = {54F43851-0D5E-43FF-91EB-BF72B3A11B5B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DiffUtility", "Standalone\DiffUtility\DiffUtility.vcxproj", "{7E15E480-E856-4E7D-89A3-F9EECF259BF8}"
ProjectSection(ProjectDependencies) = postProject
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B} = {54F43851-0D5E-43FF-91EB-BF72B3A11B5B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Debug|x64.ActiveCfg = Debug|x64
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Debug|x64.Build.0 = Debug|x64
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Debug|x86.ActiveCfg = Debug|Win32
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Debug|x86.Build.0 = Debug|Win32
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Release|x64.ActiveCfg = Release|x64
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Release|x64.Build.0 = Release|x64
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Release|x86.ActiveCfg = Release|Win32
{893FF84C-A877-466A-B0C3-F7D1A2C9324C}.Release|x86.Build.0 = Release|Win32
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Debug|x64.ActiveCfg = Debug|x64
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Debug|x64.Build.0 = Debug|x64
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Debug|x86.ActiveCfg = Debug|Win32
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Debug|x86.Build.0 = Debug|Win32
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Release|x64.ActiveCfg = Release|x64
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Release|x64.Build.0 = Release|x64
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Release|x86.ActiveCfg = Release|Win32
{54F43851-0D5E-43FF-91EB-BF72B3A11B5B}.Release|x86.Build.0 = Release|Win32
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Debug|x64.ActiveCfg = Debug|x64
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Debug|x64.Build.0 = Debug|x64
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Debug|x86.ActiveCfg = Debug|Win32
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Debug|x86.Build.0 = Debug|Win32
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Release|x64.ActiveCfg = Release|x64
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Release|x64.Build.0 = Release|x64
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Release|x86.ActiveCfg = Release|Win32
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF}.Release|x86.Build.0 = Release|Win32
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Debug|x64.ActiveCfg = Debug|x64
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Debug|x64.Build.0 = Debug|x64
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Debug|x86.ActiveCfg = Debug|Win32
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Debug|x86.Build.0 = Debug|Win32
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Release|x64.ActiveCfg = Release|x64
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Release|x64.Build.0 = Release|x64
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Release|x86.ActiveCfg = Release|Win32
{1F7FE10C-63C5-408D-A716-44FD6164F6DB}.Release|x86.Build.0 = Release|Win32
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Debug|x64.ActiveCfg = Debug|x64
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Debug|x64.Build.0 = Debug|x64
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Debug|x86.ActiveCfg = Debug|Win32
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Debug|x86.Build.0 = Debug|Win32
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Release|x64.ActiveCfg = Release|x64
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Release|x64.Build.0 = Release|x64
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Release|x86.ActiveCfg = Release|Win32
{7E15E480-E856-4E7D-89A3-F9EECF259BF8}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3E066C5B-E63D-4CF3-AAC0-AC9CAD5BAFEF} = {94D6A425-7EE3-4122-B731-729219A56E86}
{1F7FE10C-63C5-408D-A716-44FD6164F6DB} = {94D6A425-7EE3-4122-B731-729219A56E86}
{7E15E480-E856-4E7D-89A3-F9EECF259BF8} = {94D6A425-7EE3-4122-B731-729219A56E86}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D63E6B1-D1A6-47CC-9DCF-AF7DBB0169D4}
EndGlobalSection
EndGlobal