-
Notifications
You must be signed in to change notification settings - Fork 3
/
AzureBilling.sln
37 lines (36 loc) · 2.03 KB
/
AzureBilling.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureBilling.Web", "AzureBilling.Web\AzureBilling.Web.csproj", "{4B8DB453-D136-4E55-929C-3B6F59DAAA07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureBilling.WebJob", "AzureBilling.WebJob\AzureBilling.WebJob.csproj", "{FC5BD6D3-2F20-493E-84AB-920116515B5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureBilling.Data", "AzureBilling.Data\AzureBilling.Data.csproj", "{571B41B8-9125-4381-B20E-05FC76A4365C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B8DB453-D136-4E55-929C-3B6F59DAAA07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B8DB453-D136-4E55-929C-3B6F59DAAA07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B8DB453-D136-4E55-929C-3B6F59DAAA07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B8DB453-D136-4E55-929C-3B6F59DAAA07}.Release|Any CPU.Build.0 = Release|Any CPU
{FC5BD6D3-2F20-493E-84AB-920116515B5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC5BD6D3-2F20-493E-84AB-920116515B5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC5BD6D3-2F20-493E-84AB-920116515B5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC5BD6D3-2F20-493E-84AB-920116515B5B}.Release|Any CPU.Build.0 = Release|Any CPU
{571B41B8-9125-4381-B20E-05FC76A4365C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571B41B8-9125-4381-B20E-05FC76A4365C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571B41B8-9125-4381-B20E-05FC76A4365C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571B41B8-9125-4381-B20E-05FC76A4365C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
EndGlobalSection
EndGlobal