<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>