mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-19 23:02:50 +08:00
13 lines
680 B
XML
13 lines
680 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- $(XXX) 定义有顺序 排序请注意-->
|
|
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
|
|
<Authors>nsnail</Authors>
|
|
<BaseIntermediateOutputPath>$(SolutionDir)/dist/$(MSBuildProjectName)/obj</BaseIntermediateOutputPath>
|
|
<BaseOutputPath>$(SolutionDir)/dist/$(MSBuildProjectName)/bin</BaseOutputPath>
|
|
<Copyright>© 2006-2023 nsnail</Copyright>
|
|
<EnableBaseIntermediateOutputPathMismatchWarning>false</EnableBaseIntermediateOutputPathMismatchWarning>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
</PropertyGroup>
|
|
</Project> |