-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathONI-Mods.sln
41 lines (41 loc) · 2.62 KB
/
ONI-Mods.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BottleEmptierVar", "BottleEmptierVar\BottleEmptierVar.csproj", "{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModifyTelepadPackages", "ModifyTelepadPackages\ModifyTelepadPackages.csproj", "{80036B94-54B7-4671-9815-D7061E3B5202}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
SpacedOutDebug|Any CPU = SpacedOutDebug|Any CPU
SpacedOutRelease|Any CPU = SpacedOutRelease|Any CPU
VanillaDebug|Any CPU = VanillaDebug|Any CPU
VanillaRelease|Any CPU = VanillaRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.SpacedOutDebug|Any CPU.ActiveCfg = SpacedOutDebug|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.SpacedOutDebug|Any CPU.Build.0 = SpacedOutDebug|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.SpacedOutRelease|Any CPU.ActiveCfg = SpacedOutRelease|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.SpacedOutRelease|Any CPU.Build.0 = SpacedOutRelease|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.VanillaDebug|Any CPU.ActiveCfg = VanillaDebug|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.VanillaDebug|Any CPU.Build.0 = VanillaDebug|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.VanillaRelease|Any CPU.ActiveCfg = VanillaRelease|Any CPU
{1AA06C56-FA8E-4A18-88E2-82AEFACF4821}.VanillaRelease|Any CPU.Build.0 = VanillaRelease|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.SpacedOutDebug|Any CPU.ActiveCfg = SpacedOutDebug|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.SpacedOutDebug|Any CPU.Build.0 = SpacedOutDebug|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.SpacedOutRelease|Any CPU.ActiveCfg = SpacedOutRelease|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.SpacedOutRelease|Any CPU.Build.0 = SpacedOutRelease|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.VanillaDebug|Any CPU.ActiveCfg = VanillaDebug|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.VanillaDebug|Any CPU.Build.0 = VanillaDebug|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.VanillaRelease|Any CPU.ActiveCfg = VanillaRelease|Any CPU
{80036B94-54B7-4671-9815-D7061E3B5202}.VanillaRelease|Any CPU.Build.0 = VanillaRelease|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A884BEC-E0E0-4227-9E55-8C200C0C5CCA}
EndGlobalSection
EndGlobal