This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheOtherUs.sln
28 lines (28 loc) · 1.73 KB
/
TheOtherUs.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOtherUs", "TheOtherUs\TheOtherUs.csproj", "{11FBC798-BAF5-4EE5-9511-BE6DB0592F99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModSourceGenerator", "ModSourceGenerator\ModSourceGenerator.csproj", "{68C79786-B614-4515-80A2-43DC264B9DE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NextPatcher", "NextPatcher\NextPatcher.csproj", "{8B03399E-49B9-40D8-94BD-D668E4CB6B56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11FBC798-BAF5-4EE5-9511-BE6DB0592F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11FBC798-BAF5-4EE5-9511-BE6DB0592F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11FBC798-BAF5-4EE5-9511-BE6DB0592F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11FBC798-BAF5-4EE5-9511-BE6DB0592F99}.Release|Any CPU.Build.0 = Release|Any CPU
{68C79786-B614-4515-80A2-43DC264B9DE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68C79786-B614-4515-80A2-43DC264B9DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68C79786-B614-4515-80A2-43DC264B9DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68C79786-B614-4515-80A2-43DC264B9DE6}.Release|Any CPU.Build.0 = Release|Any CPU
{8B03399E-49B9-40D8-94BD-D668E4CB6B56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B03399E-49B9-40D8-94BD-D668E4CB6B56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B03399E-49B9-40D8-94BD-D668E4CB6B56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B03399E-49B9-40D8-94BD-D668E4CB6B56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal