mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-19 19:22:50 +08:00
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<BaseOutputPath>../dist</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>../dist</BaseIntermediateOutputPath>
|
|
<OutputPath>$(BaseOutputPath)/$(MSBuildProjectName)/bin</OutputPath>
|
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(MSBuildProjectName)/obj</IntermediateOutputPath>
|
|
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)/$(MSBuildProjectName)/obj</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> |