-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGenshinImpactNaturalLaw.sln
40 lines (40 loc) · 1.83 KB
/
GenshinImpactNaturalLaw.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GenshinImpactNaturalLaw", "GenshinImpactNaturalLaw\GenshinImpactNaturalLaw.vcxproj", "{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7654453-EA07-4943-88BA-03E1051A231E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{9A489CD8-0696-4D05-9351-F2011B1D95F1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\windows.yml = .github\workflows\windows.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
RelDyn|x64 = RelDyn|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.Debug|x64.ActiveCfg = Debug|x64
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.Debug|x64.Build.0 = Debug|x64
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.RelDyn|x64.ActiveCfg = RelDyn|x64
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.RelDyn|x64.Build.0 = RelDyn|x64
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.Release|x64.ActiveCfg = Release|x64
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.Release|x64.Build.0 = Release|x64
{89ED3DF1-AAB3-49DF-8F0D-8F5F0E5B06B6}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BC4DEA9-B31C-407D-AA76-F70A7FFE5312}
EndGlobalSection
EndGlobal