-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepicchain-api-csharp.sln
71 lines (71 loc) · 3.57 KB
/
epicchain-api-csharp.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A51C4521-F513-4A79-A3B4-C62D17AA7183}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "src\api\api.csproj", "{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E8E2A9CB-BC66-4879-B533-47492068D9D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api.UnitTests", "tests\api.UnitTests\api.UnitTests.csproj", "{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Debug|x64.ActiveCfg = Debug|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Debug|x64.Build.0 = Debug|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Debug|x86.ActiveCfg = Debug|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Debug|x86.Build.0 = Debug|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Release|Any CPU.Build.0 = Release|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Release|x64.ActiveCfg = Release|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Release|x64.Build.0 = Release|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Release|x86.ActiveCfg = Release|Any CPU
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536}.Release|x86.Build.0 = Release|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Debug|x64.ActiveCfg = Debug|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Debug|x64.Build.0 = Debug|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Debug|x86.ActiveCfg = Debug|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Debug|x86.Build.0 = Debug|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Release|Any CPU.Build.0 = Release|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Release|x64.ActiveCfg = Release|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Release|x64.Build.0 = Release|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Release|x86.ActiveCfg = Release|Any CPU
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7C7EA08D-6952-40BE-9EE4-70DA02EBB536} = {A51C4521-F513-4A79-A3B4-C62D17AA7183}
{12CCBD9C-B098-4CEA-802A-3EB07A789FB4} = {E8E2A9CB-BC66-4879-B533-47492068D9D6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 80
$1.TabsToSpaces = True
$1.EolMarker = Unix
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 80
$3.TabsToSpaces = True
$3.EolMarker = Unix
$3.scope = text/plain
EndGlobalSection
EndGlobal