饭太稀
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- 物理复制 Exporter 文件到项目根目录 -->
|
||||
<Target Name="CopyExporterFilesToProject" BeforeTargets="PrepareForBuild">
|
||||
<ItemGroup>
|
||||
<ExporterFilesToCopy Include="$(MSBuildThisFileDirectory)..\tools\output\**\*" />
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="@(ExporterFilesToCopy)" DestinationFolder="$(MSBuildProjectDirectory)/Tools/Exporter/ConfigTable" SkipUnchangedFiles="true" />
|
||||
</Target>
|
||||
</Project>
|
||||
@@ -0,0 +1,32 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageId>Fantasy-Net.Tools.ExporterConfigTable</PackageId>
|
||||
<PackageVersion>2024.2.26</PackageVersion>
|
||||
<Title>Fantasy-Net.Tools.ExporterConfigTable</Title>
|
||||
<Authors>qq362946</Authors>
|
||||
<owners>qq362946</owners>
|
||||
<PackageOutputPath>../../../nupkg</PackageOutputPath>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<Description>
|
||||
Fantasy is a high-performance network development framework based on .NET, supporting mainstream protocols. It is designed for development teams or individuals needing a quick start, scalability, and a distributed, cross-platform solution at the commercial level. Fantasy aims to provide easy-to-use tools while ensuring high system performance and scalability.</Description>
|
||||
<Copyright>Copyright 2026 qq362946</Copyright>
|
||||
<PackageProjectUrl>https://www.code-fantasy.com/</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/qq362946/Fantasy</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageTags>Net, c#, Server, Game, GameServer, Fantasy , Network</PackageTags>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
||||
<LangVersion>default</LangVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include="../../Exporter/ConfigTable/**/*" Pack="true" PackagePath="tools\output\" />
|
||||
<None Include="icon.png" Pack="true" PackagePath="\"/>
|
||||
<None Include="Fantasy-Net.Tools.ExporterConfigTable.targets" Pack="true" PackagePath="buildTransitive" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="**\.DS_Store" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
BIN
Tools/NuGet/Fantasy.Tools.ExporterConfigTable/icon.png
Normal file
BIN
Tools/NuGet/Fantasy.Tools.ExporterConfigTable/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 246 B |
Reference in New Issue
Block a user