-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHockeyPickup.Api.sln
47 lines (47 loc) · 2.41 KB
/
HockeyPickup.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HockeyPickup.Api", "HockeyPickup.Api\HockeyPickup.Api.csproj", "{126C395E-9824-4AC3-92BA-E49005B5596B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C3FC1268-6812-42C5-99BC-704BCACD6911}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.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
.github\workflows\master_hockeypickupapi.yml = .github\workflows\master_hockeypickupapi.yml
README.md = README.md
scripts\RunTests.ps1 = scripts\RunTests.ps1
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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HockeyPickup.Api.Tests", "HockeyPickup.Api.Tests\HockeyPickup.Api.Tests.csproj", "{6B51DE23-A9C3-4C54-86A2-E211D3A5A2F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{126C395E-9824-4AC3-92BA-E49005B5596B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{126C395E-9824-4AC3-92BA-E49005B5596B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{126C395E-9824-4AC3-92BA-E49005B5596B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{126C395E-9824-4AC3-92BA-E49005B5596B}.Release|Any CPU.Build.0 = Release|Any CPU
{6B51DE23-A9C3-4C54-86A2-E211D3A5A2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B51DE23-A9C3-4C54-86A2-E211D3A5A2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B51DE23-A9C3-4C54-86A2-E211D3A5A2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B51DE23-A9C3-4C54-86A2-E211D3A5A2F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal