-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAthena-Engine.sln
39 lines (39 loc) · 2.16 KB
/
Athena-Engine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E7160FB-3E95-4B49-9E60-982F89FE8A83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console tests", "Console tests\Console tests.csproj", "{A919F575-A2B1-4044-B54B-624233A79B17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Athena_Engine", "Athena_Engine\Athena_Engine.csproj", "{64650D85-78D9-481B-BE3C-7E57A1679E53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{6B96E352-51F2-4535-98C9-6331AA75E711}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A919F575-A2B1-4044-B54B-624233A79B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A919F575-A2B1-4044-B54B-624233A79B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A919F575-A2B1-4044-B54B-624233A79B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A919F575-A2B1-4044-B54B-624233A79B17}.Release|Any CPU.Build.0 = Release|Any CPU
{64650D85-78D9-481B-BE3C-7E57A1679E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64650D85-78D9-481B-BE3C-7E57A1679E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64650D85-78D9-481B-BE3C-7E57A1679E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64650D85-78D9-481B-BE3C-7E57A1679E53}.Release|Any CPU.Build.0 = Release|Any CPU
{6B96E352-51F2-4535-98C9-6331AA75E711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B96E352-51F2-4535-98C9-6331AA75E711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B96E352-51F2-4535-98C9-6331AA75E711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B96E352-51F2-4535-98C9-6331AA75E711}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95C47540-5DDA-45B4-A144-113D3D74423B}
EndGlobalSection
EndGlobal