-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Service Billing.sln
45 lines (45 loc) · 2.18 KB
/
Service Billing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Invoice Run", "Invoice Run\Invoice Run.csproj", "{DC07196E-B9E3-493A-A8A1-AB70E4BBC9DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5106B2D4-373C-45A8-80FA-5C0D5E2E9438}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50B19131-9AE7-4792-93EF-B06B2F711343}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Service Billing.wsp = Service Billing.wsp
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Set Charge Permissions", "Set Charge Permissions\Set Charge Permissions.csproj", "{E2998B1F-51C7-4EA1-BF80-19639714C7AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC07196E-B9E3-493A-A8A1-AB70E4BBC9DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC07196E-B9E3-493A-A8A1-AB70E4BBC9DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC07196E-B9E3-493A-A8A1-AB70E4BBC9DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC07196E-B9E3-493A-A8A1-AB70E4BBC9DC}.Release|Any CPU.Build.0 = Release|Any CPU
{E2998B1F-51C7-4EA1-BF80-19639714C7AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2998B1F-51C7-4EA1-BF80-19639714C7AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2998B1F-51C7-4EA1-BF80-19639714C7AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2998B1F-51C7-4EA1-BF80-19639714C7AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81C98E7B-00C9-4506-B88C-25FB2A2BD82E}
EndGlobalSection
EndGlobal