mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-19 18:02:51 +08:00
20 lines
1.0 KiB
XML
20 lines
1.0 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<BaseOutputPath>../build/$(MSBuildProjectName)/bin</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>../build/$(MSBuildProjectName)/obj</BaseIntermediateOutputPath>
|
|
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
|
|
<Authors>nsnail</Authors>
|
|
<Product>NSExt</Product>
|
|
<Copyright>© 2006-2022 nsnail</Copyright>
|
|
<RepositoryUrl>https://github.com/nsnail/ns-ext.git</RepositoryUrl>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSource>true</EmbedUntrackedSource>
|
|
<EmbedAllSources>true</EmbedAllSources>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageProjectUrl>https://github.com/nsnail/ns-ext.git</PackageProjectUrl>
|
|
</PropertyGroup>
|
|
</Project> |