mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-17 04:22:54 +08:00
15 lines
444 B
XML
15 lines
444 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Any CPU</Platform>
|
|
<PublishDir>..\publish\</PublishDir>
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
<_TargetId>Folder</_TargetId>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<SelfContained>false</SelfContained>
|
|
</PropertyGroup>
|
|
</Project> |