-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddonShellProject.sln
More file actions
39 lines (39 loc) · 1.68 KB
/
AddonShellProject.sln
File metadata and controls
39 lines (39 loc) · 1.68 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
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddonShellProject", "AddonShellProject.csproj", "{85E715A7-388F-4D1C-81D1-7E0EB48B8B75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2F270E2-6D79-4B57-892F-910BA7263609}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "res", "res", "{6A9A0F7F-83BD-400F-A937-36EFAB48BD9F}"
ProjectSection(SolutionItems) = preProject
res\screen.png = res\screen.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85E715A7-388F-4D1C-81D1-7E0EB48B8B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85E715A7-388F-4D1C-81D1-7E0EB48B8B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85E715A7-388F-4D1C-81D1-7E0EB48B8B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85E715A7-388F-4D1C-81D1-7E0EB48B8B75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A9A0F7F-83BD-400F-A937-36EFAB48BD9F} = {A2F270E2-6D79-4B57-892F-910BA7263609}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8967DC42-579C-4862-8EEA-9EBCDF6BF60E}
EndGlobalSection
EndGlobal