-
Notifications
You must be signed in to change notification settings - Fork 7
/
LC-ContentLib.sln
37 lines (37 loc) · 1.97 KB
/
LC-ContentLib.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 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9EB3553F-37B4-4D11-B1DC-CD1E38DAE86D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentLib.Core", "src\ContentLib.Core\ContentLib.Core.csproj", "{7D47B836-2316-4253-805D-91C013D0B5CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentLib.EnemyAPI", "src\ContentLib.EnemyAPI\ContentLib.EnemyAPI.csproj", "{E2B23891-E39C-40C3-933A-7D02A302F7C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D47B836-2316-4253-805D-91C013D0B5CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D47B836-2316-4253-805D-91C013D0B5CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D47B836-2316-4253-805D-91C013D0B5CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D47B836-2316-4253-805D-91C013D0B5CA}.Release|Any CPU.Build.0 = Release|Any CPU
{E2B23891-E39C-40C3-933A-7D02A302F7C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2B23891-E39C-40C3-933A-7D02A302F7C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2B23891-E39C-40C3-933A-7D02A302F7C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2B23891-E39C-40C3-933A-7D02A302F7C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E707EB27-BB9B-4163-A987-7FFF23C01CA5}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7D47B836-2316-4253-805D-91C013D0B5CA} = {9EB3553F-37B4-4D11-B1DC-CD1E38DAE86D}
{E2B23891-E39C-40C3-933A-7D02A302F7C8} = {9EB3553F-37B4-4D11-B1DC-CD1E38DAE86D}
EndGlobalSection
EndGlobal