This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
UltraModManager.sln
37 lines (37 loc) · 2.05 KB
/
UltraModManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltraModManager", "UK Mod Manager\UltraModManager.csproj", "{DDEBE751-4B58-4EFE-9E8B-A9F8BAA98F33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestMod", "TestMod\TestMod.csproj", "{26EF46E5-961C-4AD2-AF52-7823210C04FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ultrakill Restarter", "Ultrakill Restarter\Ultrakill Restarter.csproj", "{121CF959-93B7-4B0D-9428-0A7CE007D7FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDEBE751-4B58-4EFE-9E8B-A9F8BAA98F33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDEBE751-4B58-4EFE-9E8B-A9F8BAA98F33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDEBE751-4B58-4EFE-9E8B-A9F8BAA98F33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDEBE751-4B58-4EFE-9E8B-A9F8BAA98F33}.Release|Any CPU.Build.0 = Release|Any CPU
{26EF46E5-961C-4AD2-AF52-7823210C04FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26EF46E5-961C-4AD2-AF52-7823210C04FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26EF46E5-961C-4AD2-AF52-7823210C04FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26EF46E5-961C-4AD2-AF52-7823210C04FA}.Release|Any CPU.Build.0 = Release|Any CPU
{121CF959-93B7-4B0D-9428-0A7CE007D7FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121CF959-93B7-4B0D-9428-0A7CE007D7FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121CF959-93B7-4B0D-9428-0A7CE007D7FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121CF959-93B7-4B0D-9428-0A7CE007D7FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47420D45-EC9F-45E0-84DE-C7E44CE1CEB8}
EndGlobalSection
EndGlobal