-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrismaDB-MSSQL-AggregateUDFs.sln
54 lines (54 loc) · 2.77 KB
/
PrismaDB-MSSQL-AggregateUDFs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6502C7E-9F34-40F1-97D8-E6631867E613}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6E82EE2D-9243-4B59-9692-C8E23E56320B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{17A405E5-E5B7-4426-9C77-36D7B416C5FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{160DA015-B344-4914-9CDD-854332F4DE16}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release-dotnet-nuget.yml = .github\workflows\release-dotnet-nuget.yml
.github\workflows\test-dotnet-windows.yml = .github\workflows\test-dotnet-windows.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrismaDB.MSSQL.AggregateUDFs", "src\PrismaDB.MSSQL.AggregateUDFs\PrismaDB.MSSQL.AggregateUDFs.csproj", "{676240B5-05F5-4580-98D7-BE666BDC6E80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UDFTests", "test\UDFTests\UDFTests.csproj", "{60F54E97-12B5-4733-A404-77C867D88E4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{676240B5-05F5-4580-98D7-BE666BDC6E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676240B5-05F5-4580-98D7-BE666BDC6E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676240B5-05F5-4580-98D7-BE666BDC6E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676240B5-05F5-4580-98D7-BE666BDC6E80}.Release|Any CPU.Build.0 = Release|Any CPU
{60F54E97-12B5-4733-A404-77C867D88E4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60F54E97-12B5-4733-A404-77C867D88E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60F54E97-12B5-4733-A404-77C867D88E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60F54E97-12B5-4733-A404-77C867D88E4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{676240B5-05F5-4580-98D7-BE666BDC6E80} = {6E82EE2D-9243-4B59-9692-C8E23E56320B}
{60F54E97-12B5-4733-A404-77C867D88E4C} = {17A405E5-E5B7-4426-9C77-36D7B416C5FC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {195B4272-CCC0-4E18-9493-B553A147ECF3}
EndGlobalSection
EndGlobal