-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathQuestingUpdate.sln
More file actions
30 lines (30 loc) · 1.28 KB
/
QuestingUpdate.sln
File metadata and controls
30 lines (30 loc) · 1.28 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestingUpdate", "QuestingUpdate\QuestingUpdate.csproj", "{8B3B17DE-BAB9-48E7-9139-5DC0E48C8451}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5896E319-823C-4E37-A5DF-DAF0AF281A7E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B3B17DE-BAB9-48E7-9139-5DC0E48C8451}.Debug|x64.ActiveCfg = Debug|x64
{8B3B17DE-BAB9-48E7-9139-5DC0E48C8451}.Debug|x64.Build.0 = Debug|x64
{8B3B17DE-BAB9-48E7-9139-5DC0E48C8451}.Release|x64.ActiveCfg = Release|x64
{8B3B17DE-BAB9-48E7-9139-5DC0E48C8451}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E566F46-C881-4CF9-9D23-3B09FD7518C2}
EndGlobalSection
EndGlobal