5 changed files with 29 additions and 3 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-x86</RuntimeIdentifier> |
||||
|
<SelfContained>true</SelfContained> |
||||
|
<PublishSingleFile>False</PublishSingleFile> |
||||
|
<PublishReadyToRun>False</PublishReadyToRun> |
||||
|
<PublishTrimmed>False</PublishTrimmed> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
@ -0,0 +1,6 @@ |
|||||
|
<?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"> |
||||
|
</Project> |
Loading…
Reference in new issue