-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBillingUser.sln
67 lines (67 loc) · 3.52 KB
/
BillingUser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.6.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doppler.BillingUser", "Doppler.BillingUser\Doppler.BillingUser.csproj", "{471B1649-FBA4-449E-B1B2-C89AB09F95E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doppler.BillingUser.Test", "Doppler.BillingUser.Test\Doppler.BillingUser.Test.csproj", "{DF019D08-C4AE-4602-A2E8-0284BF535812}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc Files", "Misc Files", "{F8B26F03-9F52-472A-BAF2-15493524C2C3}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.prettierignore = .prettierignore
build-n-publish.sh = build-n-publish.sh
demo.http = demo.http
Dockerfile = Dockerfile
doppler-jenkins-ci.groovy = doppler-jenkins-ci.groovy
package.json = package.json
README.md = README.md
verify-w-docker.sh = verify-w-docker.sh
EndProjectSection
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(ProjectConfigurationPlatforms) = postSolution
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Debug|x64.ActiveCfg = Debug|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Debug|x64.Build.0 = Debug|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Debug|x86.ActiveCfg = Debug|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Debug|x86.Build.0 = Debug|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Release|Any CPU.Build.0 = Release|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Release|x64.ActiveCfg = Release|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Release|x64.Build.0 = Release|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Release|x86.ActiveCfg = Release|Any CPU
{471B1649-FBA4-449E-B1B2-C89AB09F95E3}.Release|x86.Build.0 = Release|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Debug|x64.Build.0 = Debug|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Debug|x86.ActiveCfg = Debug|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Debug|x86.Build.0 = Debug|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Release|Any CPU.Build.0 = Release|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Release|x64.ActiveCfg = Release|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Release|x64.Build.0 = Release|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Release|x86.ActiveCfg = Release|Any CPU
{DF019D08-C4AE-4602-A2E8-0284BF535812}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B332F6E-02B3-4437-8C3B-C14F912400A3}
EndGlobalSection
EndGlobal