-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddLuaMods.sln
More file actions
39 lines (39 loc) · 1.97 KB
/
AddLuaMods.sln
File metadata and controls
39 lines (39 loc) · 1.97 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.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddLuaMods", "AddLuaMods\AddLuaMods.csproj", "{8B1B15B7-83EC-4C5F-BB3A-4C5F6B232DE8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF013BC8-08BB-4471-B0D5-FA07ACE435BC}"
ProjectSection(SolutionItems) = preProject
ModInfoJson.targets = ModInfoJson.targets
solution.private.targets = solution.private.targets
solution.private.targets.example = solution.private.targets.example
solution.targets = solution.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddLuaMods.Tests", "AddLuaMods.Tests\AddLuaMods.Tests.csproj", "{79DE2688-6CBD-4A43-BC11-549354DEB78E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B1B15B7-83EC-4C5F-BB3A-4C5F6B232DE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B1B15B7-83EC-4C5F-BB3A-4C5F6B232DE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B1B15B7-83EC-4C5F-BB3A-4C5F6B232DE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B1B15B7-83EC-4C5F-BB3A-4C5F6B232DE8}.Release|Any CPU.Build.0 = Release|Any CPU
{79DE2688-6CBD-4A43-BC11-549354DEB78E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79DE2688-6CBD-4A43-BC11-549354DEB78E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79DE2688-6CBD-4A43-BC11-549354DEB78E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79DE2688-6CBD-4A43-BC11-549354DEB78E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5291E37A-3D59-4555-9233-19F5DE9C10BB}
EndGlobalSection
EndGlobal