Skip to content

Commit

Permalink
add docker files to the solution
Browse files Browse the repository at this point in the history
  • Loading branch information
rochar committed Jul 6, 2023
1 parent 514513a commit 8d2df06
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Nox.Generator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nox.Generator.Tests", "..\t
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0SolutionItems", "0SolutionItems", "{820129FF-6448-42E2-8792-ABE1A8CBF722}"
ProjectSection(SolutionItems) = preProject
..\nuget.config = ..\nuget.config
..\docker-compose.elastic.yml = ..\docker-compose.elastic.yml
..\GitVersion.yml = ..\GitVersion.yml
..\readme.md = ..\readme.md
EndProjectSection
EndProject
Expand All @@ -59,6 +60,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Generator", "Generator", "{
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nox.Tests", "..\tests\Nox.Tests\Nox.Tests.csproj", "{749A8B24-397E-4794-B647-3557E19FBA41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dockerfiles", "dockerfiles", "{0B013153-526C-4B3B-8363-2D8ECA36AFFC}"
ProjectSection(SolutionItems) = preProject
..\docker-compose.elastic.yml = ..\docker-compose.elastic.yml
..\docker-compose.postgres.yml = ..\docker-compose.postgres.yml
..\docker-compose.sqlServer.yml = ..\docker-compose.sqlServer.yml
..\docker-compose.yml = ..\docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -163,6 +172,7 @@ Global
{55D717E8-6043-487C-83A9-8AE2E92086D7} = {873BFCC4-435D-44D7-8287-1FB1574B2319}
{A851D896-AC63-4DC0-98FC-9E1EEA5DACE5} = {873BFCC4-435D-44D7-8287-1FB1574B2319}
{049C94B7-EC09-4511-B6BC-21DE2C9C54E1} = {873BFCC4-435D-44D7-8287-1FB1574B2319}
{0B013153-526C-4B3B-8363-2D8ECA36AFFC} = {820129FF-6448-42E2-8792-ABE1A8CBF722}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E72B357-9E1E-43B5-9868-8D2B74CB2AF0}
Expand Down

0 comments on commit 8d2df06

Please sign in to comment.