[initial] - initial Dockerfile, dotnet project
This commit is contained in:
parent
bca82b1c5c
commit
9910828888
66 changed files with 2553 additions and 0 deletions
29
test-initial-repo.sln
Normal file
29
test-initial-repo.sln
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.5.2.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test-initial-repo", "src\worker\test-initial-repo.csproj", "{99155333-CE11-E7EA-FFF0-91F848F93F5E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{99155333-CE11-E7EA-FFF0-91F848F93F5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{99155333-CE11-E7EA-FFF0-91F848F93F5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{99155333-CE11-E7EA-FFF0-91F848F93F5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{99155333-CE11-E7EA-FFF0-91F848F93F5E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{99155333-CE11-E7EA-FFF0-91F848F93F5E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {F852694F-7E78-4A0B-BDDE-84B73F00F214}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue