forked from isidro-gh/rsk-gas-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGasPrice.sln
43 lines (43 loc) · 2.51 KB
/
GasPrice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GasPrice.Job", "GasPrice.Job\GasPrice.Job.csproj", "{44668C0C-E279-45C3-8023-7EF67C4C3592}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GasPrice.Data", "GasPrice.Data\GasPrice.Data.csproj", "{E23FFD84-A1FC-4461-A160-2ED889664BEE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GasPrice.Tests", "GasPrice.Tests\GasPrice.Tests.csproj", "{CFC2DCF7-73AC-42AA-8588-6EA99A9BEFF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GasPrice.Web", "GasPrice.Web\GasPrice.Web.csproj", "{799D9718-A659-4A8A-8317-1DFBF63E234F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44668C0C-E279-45C3-8023-7EF67C4C3592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44668C0C-E279-45C3-8023-7EF67C4C3592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44668C0C-E279-45C3-8023-7EF67C4C3592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44668C0C-E279-45C3-8023-7EF67C4C3592}.Release|Any CPU.Build.0 = Release|Any CPU
{E23FFD84-A1FC-4461-A160-2ED889664BEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E23FFD84-A1FC-4461-A160-2ED889664BEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E23FFD84-A1FC-4461-A160-2ED889664BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E23FFD84-A1FC-4461-A160-2ED889664BEE}.Release|Any CPU.Build.0 = Release|Any CPU
{CFC2DCF7-73AC-42AA-8588-6EA99A9BEFF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFC2DCF7-73AC-42AA-8588-6EA99A9BEFF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFC2DCF7-73AC-42AA-8588-6EA99A9BEFF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFC2DCF7-73AC-42AA-8588-6EA99A9BEFF1}.Release|Any CPU.Build.0 = Release|Any CPU
{799D9718-A659-4A8A-8317-1DFBF63E234F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799D9718-A659-4A8A-8317-1DFBF63E234F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799D9718-A659-4A8A-8317-1DFBF63E234F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799D9718-A659-4A8A-8317-1DFBF63E234F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F081F398-CBAC-4C50-AEE6-66975621048B}
EndGlobalSection
EndGlobal