This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSEVNEditor.sln
28 lines (28 loc) · 1.7 KB
/
SEVNEditor.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}") = "SEVNEditor", "SEVNEditor\SEVNEditor.csproj", "{095B6FA9-A1A4-4EA2-A095-8E31F1695F95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEVNLauncher", "SEVNLauncher\SEVNLauncher.csproj", "{6B76296E-668B-4644-B867-80ADB33D8DCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEVNCore", "SEVNCore\SEVNCore.csproj", "{1D46D6BA-389C-4CDE-BA15-1472BFD7217D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{095B6FA9-A1A4-4EA2-A095-8E31F1695F95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{095B6FA9-A1A4-4EA2-A095-8E31F1695F95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{095B6FA9-A1A4-4EA2-A095-8E31F1695F95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{095B6FA9-A1A4-4EA2-A095-8E31F1695F95}.Release|Any CPU.Build.0 = Release|Any CPU
{6B76296E-668B-4644-B867-80ADB33D8DCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B76296E-668B-4644-B867-80ADB33D8DCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B76296E-668B-4644-B867-80ADB33D8DCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B76296E-668B-4644-B867-80ADB33D8DCE}.Release|Any CPU.Build.0 = Release|Any CPU
{1D46D6BA-389C-4CDE-BA15-1472BFD7217D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D46D6BA-389C-4CDE-BA15-1472BFD7217D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D46D6BA-389C-4CDE-BA15-1472BFD7217D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D46D6BA-389C-4CDE-BA15-1472BFD7217D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal