Files
KinginfoGateway/src/Foundation.props
2024-12-19 11:16:24 +08:00

15 lines
435 B
XML

<Project>
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;net9.0;net8.0;net6.0;</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Content Remove="Locales\*.json" />
<EmbeddedResource Include="Locales\*.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="$(SolutionDir)Foundation.props" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>