-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathOpenModManager.sln
More file actions
43 lines (43 loc) · 2.38 KB
/
OpenModManager.sln
File metadata and controls
43 lines (43 loc) · 2.38 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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModdingTools", "ModdingTools\ModdingTools.csproj", "{0569BE64-BA84-4C53-9296-EE830F5A002F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModdingTools.Cli", "ModdingTools.Cli\ModdingTools.Cli.csproj", "{23733746-7020-4E5B-958F-E3AA34E9E60F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModdingTools.Updater", "ModdingTools.Updater\ModdingTools.Updater.csproj", "{25AAAE0C-404D-4877-AF19-F6245EB17F0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8DC7A4E-EEAB-4932-8AE6-3281C6BC6A69}"
ProjectSection(SolutionItems) = preProject
Create-Release-Files.bat = Create-Release-Files.bat
Create-Release-Files.ps1 = Create-Release-Files.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0569BE64-BA84-4C53-9296-EE830F5A002F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0569BE64-BA84-4C53-9296-EE830F5A002F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0569BE64-BA84-4C53-9296-EE830F5A002F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0569BE64-BA84-4C53-9296-EE830F5A002F}.Release|Any CPU.Build.0 = Release|Any CPU
{23733746-7020-4E5B-958F-E3AA34E9E60F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23733746-7020-4E5B-958F-E3AA34E9E60F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23733746-7020-4E5B-958F-E3AA34E9E60F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23733746-7020-4E5B-958F-E3AA34E9E60F}.Release|Any CPU.Build.0 = Release|Any CPU
{25AAAE0C-404D-4877-AF19-F6245EB17F0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25AAAE0C-404D-4877-AF19-F6245EB17F0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25AAAE0C-404D-4877-AF19-F6245EB17F0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25AAAE0C-404D-4877-AF19-F6245EB17F0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {323CAB77-0883-4EDD-BC2C-6F905872FD93}
EndGlobalSection
EndGlobal