-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEcoreNetto.Website.sln
More file actions
48 lines (48 loc) · 2.4 KB
/
EcoreNetto.Website.sln
File metadata and controls
48 lines (48 loc) · 2.4 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EcoreNetto.Website", "EcoreNetto.Website\EcoreNetto.Website.csproj", "{4FE21DC8-00D0-49C2-9D44-421520705BAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EcoreNetto.Website.Tests", "EcoreNetto.Website.Tests\EcoreNetto.Website.Tests.csproj", "{FDA14123-C0F8-4219-B415-3262624F4AE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1E54A93-ECF5-4E60-9BF4-A0409DFB85AF}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
nginx = nginx
Nuget.Config = Nuget.Config
README.md = README.md
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6B57EDC7-7A49-4A72-982C-BD178FF4273F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql.yml = .github\workflows\codeql.yml
.github\workflows\CodeQuality.yml = .github\workflows\CodeQuality.yml
.github\workflows\nuget-reference-check.yml = .github\workflows\nuget-reference-check.yml
.github\workflows\semgrep.yml = .github\workflows\semgrep.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FE21DC8-00D0-49C2-9D44-421520705BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE21DC8-00D0-49C2-9D44-421520705BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE21DC8-00D0-49C2-9D44-421520705BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE21DC8-00D0-49C2-9D44-421520705BAA}.Release|Any CPU.Build.0 = Release|Any CPU
{FDA14123-C0F8-4219-B415-3262624F4AE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDA14123-C0F8-4219-B415-3262624F4AE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDA14123-C0F8-4219-B415-3262624F4AE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDA14123-C0F8-4219-B415-3262624F4AE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39EAF192-3A66-4370-B01B-02CB8523EF41}
EndGlobalSection
EndGlobal