|
1 | 1 | <Project> |
2 | | - <PropertyGroup> |
3 | | - <TargetFrameworks>net7.0;net6.0;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1;</TargetFrameworks> |
4 | | - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFrameworks>net7.0;net6.0;netcoreapp3.1;netstandard2.0;netstandard2.1;</TargetFrameworks> |
| 4 | + </PropertyGroup> |
5 | 5 |
|
6 | | - <PropertyGroup> |
7 | | - <RootNamespace/> |
8 | | - <LangVersion>latest</LangVersion> |
| 6 | + <PropertyGroup> |
| 7 | + <RootNamespace/> |
| 8 | + <LangVersion>latest</LangVersion> |
9 | 9 | <NoWarn Condition=" '$(Configuration)' == 'Debug' ">$(NoWarn);CS1591;NETSDK1138</NoWarn> |
10 | | - <NoWarn Condition=" '$(Configuration)' == 'Release' ">$(NoWarn);CS1591;NETSDK1138</NoWarn> |
11 | | - </PropertyGroup> |
| 10 | + <NoWarn Condition=" '$(Configuration)' == 'Release' ">$(NoWarn);CS1591;NETSDK1138</NoWarn> |
| 11 | + </PropertyGroup> |
12 | 12 |
|
13 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 | | - <OutputPath>$(MSBuildThisFileDirectory)/output/debug/</OutputPath> |
15 | | - </PropertyGroup> |
| 13 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 14 | + <OutputPath>$(MSBuildThisFileDirectory)/output/debug/</OutputPath> |
| 15 | + </PropertyGroup> |
16 | 16 |
|
17 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
18 | | - <OutputPath>$(MSBuildThisFileDirectory)/output/release/</OutputPath> |
19 | | - </PropertyGroup> |
| 17 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 18 | + <OutputPath>$(MSBuildThisFileDirectory)/output/release/</OutputPath> |
| 19 | + </PropertyGroup> |
20 | 20 |
|
21 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | | - <DocumentationFile>$(AssemblyName).xml</DocumentationFile> |
23 | | - </PropertyGroup> |
| 21 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 22 | + <DocumentationFile>$(AssemblyName).xml</DocumentationFile> |
| 23 | + </PropertyGroup> |
24 | 24 |
|
25 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | | - <DocumentationFile>$(AssemblyName).xml</DocumentationFile> |
27 | | - </PropertyGroup> |
| 25 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 26 | + <DocumentationFile>$(AssemblyName).xml</DocumentationFile> |
| 27 | + </PropertyGroup> |
28 | 28 |
|
29 | 29 | <ItemGroup> |
30 | 30 | <!--移除Xml、DotSettings--> |
|
38 | 38 |
|
39 | 39 | <Import Project="asset/props/package.props"/> |
40 | 40 |
|
41 | | - <Import Project="asset/props/misc.props"/> |
| 41 | + <Import Project="asset/props/misc.props"/> |
42 | 42 |
|
43 | | - <Import Project="./version.props"/> |
| 43 | + <Import Project="./version.props"/> |
44 | 44 | </Project> |
0 commit comments