-
Notifications
You must be signed in to change notification settings - Fork 4
/
TrueVote.Api.sln
69 lines (69 loc) · 3.73 KB
/
TrueVote.Api.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
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrueVote.Api", "TrueVote.Api\TrueVote.Api.csproj", "{E8E2308C-2C64-4EFD-AEB8-29F98A9BABF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{086E0C01-9405-4F20-A756-8558B1F4C9E9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
scripts\build-version.sh = scripts\build-version.sh
scripts\build-version.vbs = scripts\build-version.vbs
CONTRIBUTING.md = CONTRIBUTING.md
scripts\copy-version.sh = scripts\copy-version.sh
.config\dotnet-tools.json = .config\dotnet-tools.json
LICENSE = LICENSE
README.md = README.md
scripts\RunTests.ps1 = scripts\RunTests.ps1
scripts\sample_data.json = scripts\sample_data.json
.github\workflows\truevote-api-appservice.yml = .github\workflows\truevote-api-appservice.yml
.github\workflows\truevote-api-controller.yml = .github\workflows\truevote-api-controller.yml
.github\workflows\truevote-api-version.yml = .github\workflows\truevote-api-version.yml
scripts\update-git.sh = scripts\update-git.sh
scripts\Version_Template.cs = scripts\Version_Template.cs
scripts\version_template.json = scripts\version_template.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrueVote.Api.Tests", "TrueVote.Api.Tests\TrueVote.Api.Tests.csproj", "{63DCC3E9-0607-45A0-A379-C7FAC0FEDA57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sign-service", "sign-service", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
sign-service\package.json = sign-service\package.json
sign-service\sign-service.js = sign-service\sign-service.js
sign-service\SIGN_IN_NSEC_SERVICE.MD = sign-service\SIGN_IN_NSEC_SERVICE.MD
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Postman Scripts", "Postman Scripts", "{F4AD93C0-7F63-4EBA-AFE4-BF36EA9C28C5}"
ProjectSection(SolutionItems) = preProject
sign-service\Postman Scripts\post-response.js = sign-service\Postman Scripts\post-response.js
sign-service\Postman Scripts\pre-request.js = sign-service\Postman Scripts\pre-request.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8E2308C-2C64-4EFD-AEB8-29F98A9BABF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8E2308C-2C64-4EFD-AEB8-29F98A9BABF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8E2308C-2C64-4EFD-AEB8-29F98A9BABF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8E2308C-2C64-4EFD-AEB8-29F98A9BABF0}.Release|Any CPU.Build.0 = Release|Any CPU
{63DCC3E9-0607-45A0-A379-C7FAC0FEDA57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63DCC3E9-0607-45A0-A379-C7FAC0FEDA57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63DCC3E9-0607-45A0-A379-C7FAC0FEDA57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63DCC3E9-0607-45A0-A379-C7FAC0FEDA57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {086E0C01-9405-4F20-A756-8558B1F4C9E9}
{F4AD93C0-7F63-4EBA-AFE4-BF36EA9C28C5} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F85F5CD-81E7-4C21-9D3A-329C38D479C6}
EndGlobalSection
EndGlobal