-
Notifications
You must be signed in to change notification settings - Fork 2
/
rinhaback2401.sln
55 lines (55 loc) · 2.52 KB
/
rinhaback2401.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rinhaback2401", "rinhaback2401\rinhaback2401.csproj", "{ECAF5B3D-B5AB-4105-861A-0C565863E051}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4D2D0E4A-779D-439F-8E79-F4DEFEB74B0B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Dockerfile.monitor = Dockerfile.monitor
envoy.yaml = envoy.yaml
global.json = global.json
LICENSE.txt = LICENSE.txt
nginx.conf = nginx.conf
Transacoes.http = Transacoes.http
EndProjectSection
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "rinhaback2401vb", "rinhaback2401vb\rinhaback2401vb.vbproj", "{680FEB5B-C6C7-4B3D-B540-AD6B8E47D38E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sql", "sql", "{9F8BF83A-A7D5-4C0A-A329-A234632276BF}"
ProjectSection(SolutionItems) = preProject
sql\criartransacao.sql = sql\criartransacao.sql
sql\ddl.sql = sql\ddl.sql
sql\resetdb.sql = sql\resetdb.sql
sql\runfunction.sql = sql\runfunction.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECAF5B3D-B5AB-4105-861A-0C565863E051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECAF5B3D-B5AB-4105-861A-0C565863E051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECAF5B3D-B5AB-4105-861A-0C565863E051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECAF5B3D-B5AB-4105-861A-0C565863E051}.Release|Any CPU.Build.0 = Release|Any CPU
{680FEB5B-C6C7-4B3D-B540-AD6B8E47D38E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{680FEB5B-C6C7-4B3D-B540-AD6B8E47D38E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{680FEB5B-C6C7-4B3D-B540-AD6B8E47D38E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{680FEB5B-C6C7-4B3D-B540-AD6B8E47D38E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9F8BF83A-A7D5-4C0A-A329-A234632276BF} = {4D2D0E4A-779D-439F-8E79-F4DEFEB74B0B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D51BDE08-B6A5-45D2-BBB5-FC27B0F5D352}
EndGlobalSection
EndGlobal