diff --git a/Myshipping.sln b/Myshipping.sln index 04f0a42b..3bbf4548 100644 --- a/Myshipping.sln +++ b/Myshipping.sln @@ -15,7 +15,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Myshipping.FlowCenter", "My EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Myshipping.Report", "Myshipping.Report\Myshipping.Report.csproj", "{66E98A13-17A5-4B2A-B78A-A3FC87D2645A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceDeamon", "ServiceDeamon\ServiceDeamon.csproj", "{A0F9B98D-6466-465F-B2D1-278B7284C11E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceDeamon", "ServiceDeamon\ServiceDeamon.csproj", "{A0F9B98D-6466-465F-B2D1-278B7284C11E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceProjectSyncWin", "ServiceProjectSyncWin\ServiceProjectSyncWin.csproj", "{320FD5AB-2974-4ACA-85CD-3C67D310DC32}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -51,6 +53,10 @@ Global {A0F9B98D-6466-465F-B2D1-278B7284C11E}.Debug|Any CPU.Build.0 = Debug|Any CPU {A0F9B98D-6466-465F-B2D1-278B7284C11E}.Release|Any CPU.ActiveCfg = Release|Any CPU {A0F9B98D-6466-465F-B2D1-278B7284C11E}.Release|Any CPU.Build.0 = Release|Any CPU + {320FD5AB-2974-4ACA-85CD-3C67D310DC32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {320FD5AB-2974-4ACA-85CD-3C67D310DC32}.Debug|Any CPU.Build.0 = Debug|Any CPU + {320FD5AB-2974-4ACA-85CD-3C67D310DC32}.Release|Any CPU.ActiveCfg = Release|Any CPU + {320FD5AB-2974-4ACA-85CD-3C67D310DC32}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ServiceProjectSyncWin/Program.cs b/ServiceProjectSyncWin/Program.cs new file mode 100644 index 00000000..2d2bb9bb --- /dev/null +++ b/ServiceProjectSyncWin/Program.cs @@ -0,0 +1 @@ +Serve.Run(); \ No newline at end of file diff --git a/ServiceProjectSyncWin/ServiceProjectSyncWin.csproj b/ServiceProjectSyncWin/ServiceProjectSyncWin.csproj new file mode 100644 index 00000000..8a1b2ea6 --- /dev/null +++ b/ServiceProjectSyncWin/ServiceProjectSyncWin.csproj @@ -0,0 +1,14 @@ + + + + Exe + net6.0 + enable + enable + + + + + + +