Add missing startup.bat
This commit is contained in:
parent
71697f993f
commit
a3c96809ef
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="serviceinstall.bat" />
|
<None Remove="serviceinstall.bat" />
|
||||||
<None Remove="serviceremove.bat" />
|
<None Remove="serviceremove.bat" />
|
||||||
|
<None Remove="startup.bat" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -17,6 +18,9 @@
|
||||||
<Content Include="serviceremove.bat">
|
<Content Include="serviceremove.bat">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="startup.bat">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
1
server/RdtClient.Web/startup.bat
Normal file
1
server/RdtClient.Web/startup.bat
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
dotnet RdtClient.Web.dll
|
||||||
Loading…
Reference in a new issue