forked from SpeedReflect/Endscript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEndscript.sln
37 lines (37 loc) · 2.06 KB
/
Endscript.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 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Endscript", "Endscript\Endscript.csproj", "{C5E2A099-71F2-47B6-8411-FA63CEE3DC88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nikki", "Modules\Nikki\Nikki\Nikki.csproj", "{04C464A3-DD5B-4D27-AF42-9F49A2F093DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreExtensions", "Modules\Nikki\Modules\CoreExtensions\CoreExtensions\CoreExtensions.csproj", "{DAF04FB9-F3B3-4076-B4A0-57927926B730}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5E2A099-71F2-47B6-8411-FA63CEE3DC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E2A099-71F2-47B6-8411-FA63CEE3DC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E2A099-71F2-47B6-8411-FA63CEE3DC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E2A099-71F2-47B6-8411-FA63CEE3DC88}.Release|Any CPU.Build.0 = Release|Any CPU
{04C464A3-DD5B-4D27-AF42-9F49A2F093DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04C464A3-DD5B-4D27-AF42-9F49A2F093DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04C464A3-DD5B-4D27-AF42-9F49A2F093DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C464A3-DD5B-4D27-AF42-9F49A2F093DC}.Release|Any CPU.Build.0 = Release|Any CPU
{DAF04FB9-F3B3-4076-B4A0-57927926B730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAF04FB9-F3B3-4076-B4A0-57927926B730}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAF04FB9-F3B3-4076-B4A0-57927926B730}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAF04FB9-F3B3-4076-B4A0-57927926B730}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A161A80F-76CD-469D-82B5-6A0260B917FD}
EndGlobalSection
EndGlobal