-
Notifications
You must be signed in to change notification settings - Fork 0
/
LessUI.sln
42 lines (42 loc) · 1.87 KB
/
LessUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{48F17CFB-D4AF-4EAA-9C4E-6EB3A4081D8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LessUI", "src\plugin\LessUI.csproj", "{C55B8C40-606C-49B0-A96A-CA5D91037915}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mod", "mod", "{3BE14D79-AA79-4156-8011-0EF163B743B9}"
ProjectSection(SolutionItems) = preProject
mod\modinfo.json = mod\modinfo.json
mod\thumbnail.png = mod\thumbnail.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37456C1D-2538-4908-891D-D5B7CDE69275}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
steam_workshop_description.txt = steam_workshop_description.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C55B8C40-606C-49B0-A96A-CA5D91037915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C55B8C40-606C-49B0-A96A-CA5D91037915}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C55B8C40-606C-49B0-A96A-CA5D91037915}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C55B8C40-606C-49B0-A96A-CA5D91037915}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C55B8C40-606C-49B0-A96A-CA5D91037915} = {48F17CFB-D4AF-4EAA-9C4E-6EB3A4081D8A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A5FC9D9-E620-4E00-BBCE-5B92D66C78A9}
EndGlobalSection
EndGlobal