Commit badbefc6 by lizefeng

重新生成dokerfile

parent 347b5dac
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
.gitignore .gitignore
.vs .vs
.vscode .vscode
docker-compose.yml
docker-compose.*.yml
*/bin */bin
*/obj */obj
**/.toolstarget
\ No newline at end of file
...@@ -17,10 +17,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutoTurnOver.Console", "Aut ...@@ -17,10 +17,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutoTurnOver.Console", "Aut
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoTurnOver.Purchase.AverageTarget", "AutoTurnOver.Purchase.AverageTarget\AutoTurnOver.Purchase.AverageTarget.csproj", "{DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoTurnOver.Purchase.AverageTarget", "AutoTurnOver.Purchase.AverageTarget\AutoTurnOver.Purchase.AverageTarget.csproj", "{DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}"
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{9B3FE8C3-061C-4E94-AF23-11727A3B70A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoGeneratePurchaseAdvise", "AutoGeneratePurchaseAdvise\AutoGeneratePurchaseAdvise.csproj", "{350405A0-13DF-4F20-8B3F-0AB923BE9DFF}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoGeneratePurchaseAdvise", "AutoGeneratePurchaseAdvise\AutoGeneratePurchaseAdvise.csproj", "{350405A0-13DF-4F20-8B3F-0AB923BE9DFF}"
EndProject EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{CA09D200-02F1-4AC8-8A65-A6805A1FF35E}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
...@@ -51,14 +51,14 @@ Global ...@@ -51,14 +51,14 @@ Global
{DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU {DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}.Release|Any CPU.ActiveCfg = Release|Any CPU {DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}.Release|Any CPU.Build.0 = Release|Any CPU {DD5C8D24-7098-4708-A1AC-ACFBB5EBBD6C}.Release|Any CPU.Build.0 = Release|Any CPU
{9B3FE8C3-061C-4E94-AF23-11727A3B70A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B3FE8C3-061C-4E94-AF23-11727A3B70A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B3FE8C3-061C-4E94-AF23-11727A3B70A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B3FE8C3-061C-4E94-AF23-11727A3B70A8}.Release|Any CPU.Build.0 = Release|Any CPU
{350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU {350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU {350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Release|Any CPU.Build.0 = Release|Any CPU {350405A0-13DF-4F20-8B3F-0AB923BE9DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{CA09D200-02F1-4AC8-8A65-A6805A1FF35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA09D200-02F1-4AC8-8A65-A6805A1FF35E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA09D200-02F1-4AC8-8A65-A6805A1FF35E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA09D200-02F1-4AC8-8A65-A6805A1FF35E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectVersion>2.1</ProjectVersion> <ProjectVersion>2.1</ProjectVersion>
<DockerTargetOS>Linux</DockerTargetOS> <DockerTargetOS>Linux</DockerTargetOS>
<ProjectGuid>23b3c567-1f02-4954-b621-26490d75f0fc</ProjectGuid> <ProjectGuid>ca09d200-02f1-4ac8-8a65-a6805a1ff35e</ProjectGuid>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<None Include="docker-compose.override.yml"> <None Include="docker-compose.override.yml">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment