-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinner-circle-items-api.sln
More file actions
40 lines (40 loc) · 2.13 KB
/
inner-circle-items-api.sln
File metadata and controls
40 lines (40 loc) · 2.13 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{FA02D668-9CA7-42C9-9DA3-7C57ABAE5E7A}"
ProjectSection(ProjectDependencies) = postProject
{D5198BC2-9E25-4932-BD23-8EA78DDB9B8E} = {D5198BC2-9E25-4932-BD23-8EA78DDB9B8E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{AEDCCF61-8D00-4BC7-9053-6E7A7B67BBD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{D5198BC2-9E25-4932-BD23-8EA78DDB9B8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA02D668-9CA7-42C9-9DA3-7C57ABAE5E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA02D668-9CA7-42C9-9DA3-7C57ABAE5E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA02D668-9CA7-42C9-9DA3-7C57ABAE5E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA02D668-9CA7-42C9-9DA3-7C57ABAE5E7A}.Release|Any CPU.Build.0 = Release|Any CPU
{AEDCCF61-8D00-4BC7-9053-6E7A7B67BBD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEDCCF61-8D00-4BC7-9053-6E7A7B67BBD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEDCCF61-8D00-4BC7-9053-6E7A7B67BBD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEDCCF61-8D00-4BC7-9053-6E7A7B67BBD4}.Release|Any CPU.Build.0 = Release|Any CPU
{D5198BC2-9E25-4932-BD23-8EA78DDB9B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5198BC2-9E25-4932-BD23-8EA78DDB9B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5198BC2-9E25-4932-BD23-8EA78DDB9B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5198BC2-9E25-4932-BD23-8EA78DDB9B8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E24D4CBA-327E-4A62-9AF2-1754333D31EA}
EndGlobalSection
EndGlobal