forked from OxideMod/Oxide.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuMod.sln
More file actions
18 lines (18 loc) · 853 Bytes
/
uMod.sln
File metadata and controls
18 lines (18 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 15.0
Project("{1EA255A1-D331-41E9-8D3E-A49D240741BE}") = "uMod", "src\uMod.csproj", "{67F65F5D-A62A-4752-849D-BFF30D828107}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67F65F5D-A62A-4752-849D-BFF30D828107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F65F5D-A62A-4752-849D-BFF30D828107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F65F5D-A62A-4752-849D-BFF30D828107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F65F5D-A62A-4752-849D-BFF30D828107}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal