-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEstimmo.sln
More file actions
54 lines (54 loc) · 3.22 KB
/
Estimmo.sln
File metadata and controls
54 lines (54 loc) · 3.22 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Estimmo.Api", "Estimmo.Api\Estimmo.Api.csproj", "{D1079FEA-90CF-46FB-BCC7-3A87973A392A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estimmo.Data", "Estimmo.Data\Estimmo.Data.csproj", "{F1496D14-5759-438B-B08E-A894326A53EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estimmo.Test", "Estimmo.Test\Estimmo.Test.csproj", "{045B8DA5-BCDA-45AB-B014-DD35CBBB4EF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estimmo.Runner", "Estimmo.Runner\Estimmo.Runner.csproj", "{8251781E-7C77-4EC9-8869-1191B408C425}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CB1B74D-9B38-45D4-BDC5-E52310A3D890}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Estimmo.Shared", "Estimmo.Shared\Estimmo.Shared.csproj", "{37ACF67F-D216-4981-BDFA-B696F8AE5167}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1079FEA-90CF-46FB-BCC7-3A87973A392A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1079FEA-90CF-46FB-BCC7-3A87973A392A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1079FEA-90CF-46FB-BCC7-3A87973A392A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1079FEA-90CF-46FB-BCC7-3A87973A392A}.Release|Any CPU.Build.0 = Release|Any CPU
{F1496D14-5759-438B-B08E-A894326A53EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1496D14-5759-438B-B08E-A894326A53EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1496D14-5759-438B-B08E-A894326A53EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1496D14-5759-438B-B08E-A894326A53EB}.Release|Any CPU.Build.0 = Release|Any CPU
{045B8DA5-BCDA-45AB-B014-DD35CBBB4EF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{045B8DA5-BCDA-45AB-B014-DD35CBBB4EF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{045B8DA5-BCDA-45AB-B014-DD35CBBB4EF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{045B8DA5-BCDA-45AB-B014-DD35CBBB4EF8}.Release|Any CPU.Build.0 = Release|Any CPU
{8251781E-7C77-4EC9-8869-1191B408C425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8251781E-7C77-4EC9-8869-1191B408C425}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8251781E-7C77-4EC9-8869-1191B408C425}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8251781E-7C77-4EC9-8869-1191B408C425}.Release|Any CPU.Build.0 = Release|Any CPU
{37ACF67F-D216-4981-BDFA-B696F8AE5167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37ACF67F-D216-4981-BDFA-B696F8AE5167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37ACF67F-D216-4981-BDFA-B696F8AE5167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37ACF67F-D216-4981-BDFA-B696F8AE5167}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75A6CF09-317A-4BF7-845F-D27E462E653A}
EndGlobalSection
EndGlobal