mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 13:03:22 +08:00
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<Authors>nsnail</Authors>
|
|
<BaseIntermediateOutputPath>../dist</BaseIntermediateOutputPath>
|
|
<BaseOutputPath>../dist</BaseOutputPath>
|
|
<Copyright>© 2006-2023 nsnail</Copyright>
|
|
<Description>功能全面的实用工具 - 程序员的瑞士军刀</Description>
|
|
<EnableBaseIntermediateOutputPathMismatchWarning>false</EnableBaseIntermediateOutputPathMismatchWarning>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(MSBuildProjectName)/obj</IntermediateOutputPath>
|
|
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)/$(MSBuildProjectName)/obj</MSBuildProjectExtensionsPath>
|
|
<OutputPath>$(BaseOutputPath)/$(MSBuildProjectName)/bin</OutputPath>
|
|
<Product>dot</Product>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/nsnail/dot.git</RepositoryUrl>
|
|
<RootNamespace>Dot</RootNamespace>
|
|
<Title>$(AssemblyName)</Title>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="MinVer" Version="4.3.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
</Project> |