-
Notifications
You must be signed in to change notification settings - Fork 136
/
Respawn.sln
51 lines (51 loc) · 2.72 KB
/
Respawn.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Respawn", "Respawn\Respawn.csproj", "{A326B923-6CAB-48C7-82C7-8BB6780E2479}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Respawn.DatabaseTests", "Respawn.DatabaseTests\Respawn.DatabaseTests.csproj", "{191BFC5B-9739-4EF0-A6EC-FE70621B7E31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59BF5D5B-A629-4F12-8003-C0128A957E88}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Build.ps1 = Build.ps1
.github\workflows\ci.yml = .github\workflows\ci.yml
Directory.Build.props = Directory.Build.props
docker-compose.yml = docker-compose.yml
informix-server\my_post.sh = informix-server\my_post.sh
informix-server\onconfig = informix-server\onconfig
Push.ps1 = Push.ps1
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Respawn.UnitTests", "Respawn.UnitTests\Respawn.UnitTests.csproj", "{69AE9292-31F7-479E-9FBD-9E33A7573CA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A326B923-6CAB-48C7-82C7-8BB6780E2479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A326B923-6CAB-48C7-82C7-8BB6780E2479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A326B923-6CAB-48C7-82C7-8BB6780E2479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A326B923-6CAB-48C7-82C7-8BB6780E2479}.Release|Any CPU.Build.0 = Release|Any CPU
{191BFC5B-9739-4EF0-A6EC-FE70621B7E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{191BFC5B-9739-4EF0-A6EC-FE70621B7E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{191BFC5B-9739-4EF0-A6EC-FE70621B7E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{191BFC5B-9739-4EF0-A6EC-FE70621B7E31}.Release|Any CPU.Build.0 = Release|Any CPU
{69AE9292-31F7-479E-9FBD-9E33A7573CA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69AE9292-31F7-479E-9FBD-9E33A7573CA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69AE9292-31F7-479E-9FBD-9E33A7573CA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69AE9292-31F7-479E-9FBD-9E33A7573CA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64B40D81-EF91-47F6-9F4D-8B3199AC4F11}
EndGlobalSection
EndGlobal