10 changed files with 29 additions and 12 deletions
@ -0,0 +1,18 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
https://go.microsoft.com/fwlink/?LinkID=208121. |
|||
--> |
|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup> |
|||
<Configuration>Release</Configuration> |
|||
<Platform>Any CPU</Platform> |
|||
<PublishDir>bin\Release\netcoreapp3.1\publish\</PublishDir> |
|||
<PublishProtocol>FileSystem</PublishProtocol> |
|||
<TargetFramework>netcoreapp3.1</TargetFramework> |
|||
<RuntimeIdentifier>win-x64</RuntimeIdentifier> |
|||
<SelfContained>true</SelfContained> |
|||
<PublishSingleFile>False</PublishSingleFile> |
|||
<PublishReadyToRun>False</PublishReadyToRun> |
|||
<PublishTrimmed>False</PublishTrimmed> |
|||
</PropertyGroup> |
|||
</Project> |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue