-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGenshinImpact_AutoMap.sln
46 lines (46 loc) · 2.14 KB
/
GenshinImpact_AutoMap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GenshinImpact_AutoMap", "GenshinImpact_AutoMap\GenshinImpact_AutoMap.vcxproj", "{CCBAE52E-A530-413D-93A8-5C71E12AA50E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98897B66-99F0-4594-98CF-ABEAF36BF91D}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
ReStatic|Any CPU = ReStatic|Any CPU
ReStatic|x64 = ReStatic|x64
ReStatic|x86 = ReStatic|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Debug|Any CPU.ActiveCfg = Debug|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Debug|x64.ActiveCfg = Debug|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Debug|x64.Build.0 = Debug|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Debug|x86.ActiveCfg = Debug|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Release|Any CPU.ActiveCfg = Release|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Release|x64.ActiveCfg = Release|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Release|x64.Build.0 = Release|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.Release|x86.ActiveCfg = Release|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.ReStatic|Any CPU.ActiveCfg = Release|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.ReStatic|x64.ActiveCfg = ReStatic|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.ReStatic|x64.Build.0 = ReStatic|x64
{CCBAE52E-A530-413D-93A8-5C71E12AA50E}.ReStatic|x86.ActiveCfg = ReStatic|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92C8FFF5-B795-4B73-BB70-9E09A87BFE70}
EndGlobalSection
EndGlobal