-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShopItemRevealer.sln
46 lines (46 loc) · 2.04 KB
/
ShopItemRevealer.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.12.35506.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B32EBB9-B248-407D-AF9E-142B16C7ECAB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShopItemRevealer", "ShopItemRevealer.csproj", "{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{69CAC016-23ED-48B7-9BF4-C84DC9B2337F}"
ProjectSection(SolutionItems) = preProject
docs\chat.png = docs\chat.png
docs\mainscreen.jpg = docs\mainscreen.jpg
docs\questspop.png = docs\questspop.png
docs\rightclick.png = docs\rightclick.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Debug|x64.ActiveCfg = Debug|x64
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Debug|x64.Build.0 = Debug|x64
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Release|Any CPU.ActiveCfg = Release|x64
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Release|Any CPU.Build.0 = Release|x64
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Release|x64.ActiveCfg = Release|x64
{793C4F45-FB9D-47BE-B62A-5ADA1BE624CC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69CAC016-23ED-48B7-9BF4-C84DC9B2337F} = {3B32EBB9-B248-407D-AF9E-142B16C7ECAB}
EndGlobalSection
EndGlobal