-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfallen-8-core.sln
42 lines (42 loc) · 2.31 KB
/
fallen-8-core.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
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fallen-8-core-apiApp", "fallen-8-core-apiApp\fallen-8-core-apiApp.csproj", "{4F7D59BC-BB6E-4372-A208-30DA872E561D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fallen-8-core", "fallen-8-core\fallen-8-core.csproj", "{9C6C7498-681A-456F-B9B0-3FC888745CB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fallen-8-unittest", "fallen-8-unittest\fallen-8-unittest.csproj", "{F05674A0-2558-4C8C-9172-F2EB464BEB9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A789EBE6-FFC1-4761-82B9-4039084DAE87}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F7D59BC-BB6E-4372-A208-30DA872E561D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F7D59BC-BB6E-4372-A208-30DA872E561D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F7D59BC-BB6E-4372-A208-30DA872E561D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F7D59BC-BB6E-4372-A208-30DA872E561D}.Release|Any CPU.Build.0 = Release|Any CPU
{9C6C7498-681A-456F-B9B0-3FC888745CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C6C7498-681A-456F-B9B0-3FC888745CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C6C7498-681A-456F-B9B0-3FC888745CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C6C7498-681A-456F-B9B0-3FC888745CB2}.Release|Any CPU.Build.0 = Release|Any CPU
{F05674A0-2558-4C8C-9172-F2EB464BEB9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F05674A0-2558-4C8C-9172-F2EB464BEB9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F05674A0-2558-4C8C-9172-F2EB464BEB9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F05674A0-2558-4C8C-9172-F2EB464BEB9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B74F421E-C531-47A2-BF18-BCD9455166BA}
EndGlobalSection
EndGlobal