-
Notifications
You must be signed in to change notification settings - Fork 1
/
iRLeagueDatabaseCore.sln
59 lines (59 loc) · 3.77 KB
/
iRLeagueDatabaseCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iRLeagueDatabaseCore", "src\iRLeagueDatabaseCore\iRLeagueDatabaseCore.csproj", "{45B97384-487F-4AA8-992B-12BE9A2C7B1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbIntegrationTests", "test\DbIntegrationTests\DbIntegrationTests.csproj", "{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{5B310B31-A4C0-46C6-8B4B-839D7173AE97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseBenchmarks", "src\DatabaseBenchmarks\DatabaseBenchmarks.csproj", "{B2B2333A-F497-4C1F-8B61-637269F617DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5861A3FE-C887-46BD-AF57-7B52268D877D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet_develop.yml = .github\workflows\dotnet_develop.yml
.github\workflows\dotnet_main_pr.yml = .github\workflows\dotnet_main_pr.yml
.github\workflows\dotnet_main_push.yml = .github\workflows\dotnet_main_push.yml
.github\workflows\dotnet_main_release.yml = .github\workflows\dotnet_main_release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_CreateDb|Any CPU = Debug_CreateDb|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45B97384-487F-4AA8-992B-12BE9A2C7B1C}.Debug_CreateDb|Any CPU.ActiveCfg = Debug|Any CPU
{45B97384-487F-4AA8-992B-12BE9A2C7B1C}.Debug_CreateDb|Any CPU.Build.0 = Debug|Any CPU
{45B97384-487F-4AA8-992B-12BE9A2C7B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45B97384-487F-4AA8-992B-12BE9A2C7B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B97384-487F-4AA8-992B-12BE9A2C7B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B97384-487F-4AA8-992B-12BE9A2C7B1C}.Release|Any CPU.Build.0 = Release|Any CPU
{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}.Debug_CreateDb|Any CPU.ActiveCfg = Debug|Any CPU
{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}.Debug_CreateDb|Any CPU.Build.0 = Debug|Any CPU
{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DD78A18-35C1-4796-9A1B-A764B5ABDE33}.Release|Any CPU.Build.0 = Release|Any CPU
{5B310B31-A4C0-46C6-8B4B-839D7173AE97}.Debug_CreateDb|Any CPU.ActiveCfg = Debug|Any CPU
{5B310B31-A4C0-46C6-8B4B-839D7173AE97}.Debug_CreateDb|Any CPU.Build.0 = Debug|Any CPU
{5B310B31-A4C0-46C6-8B4B-839D7173AE97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B310B31-A4C0-46C6-8B4B-839D7173AE97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B310B31-A4C0-46C6-8B4B-839D7173AE97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B310B31-A4C0-46C6-8B4B-839D7173AE97}.Release|Any CPU.Build.0 = Release|Any CPU
{B2B2333A-F497-4C1F-8B61-637269F617DD}.Debug_CreateDb|Any CPU.ActiveCfg = Debug_CreateDb|Any CPU
{B2B2333A-F497-4C1F-8B61-637269F617DD}.Debug_CreateDb|Any CPU.Build.0 = Debug_CreateDb|Any CPU
{B2B2333A-F497-4C1F-8B61-637269F617DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2B2333A-F497-4C1F-8B61-637269F617DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2B2333A-F497-4C1F-8B61-637269F617DD}.Release|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2187801A-C697-4D69-9F26-094AB22BAFEF}
EndGlobalSection
EndGlobal