|
3 | 3 | <Import Project="..\packages\Microsoft.Net.Compilers.Toolset.4.14.0\build\Microsoft.Net.Compilers.Toolset.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.Toolset.4.14.0\build\Microsoft.Net.Compilers.Toolset.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | | - <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> |
| 6 | + <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> |
7 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 8 | <ProjectGuid>{A0C2209D-64FB-4C11-9459-8E86304B6F94}</ProjectGuid> |
9 | 9 | <OutputType>Library</OutputType> |
|
16 | 16 | <LangVersion>12</LangVersion> |
17 | 17 | <Nullable>enable</Nullable> |
18 | 18 | </PropertyGroup> |
19 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 20 | <DebugSymbols>true</DebugSymbols> |
21 | 21 | <DebugType>full</DebugType> |
22 | 22 | <Optimize>false</Optimize> |
|
25 | 25 | <ErrorReport>prompt</ErrorReport> |
26 | 26 | <WarningLevel>4</WarningLevel> |
27 | 27 | </PropertyGroup> |
28 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | | - <DebugType>pdbonly</DebugType> |
30 | | - <Optimize>true</Optimize> |
31 | | - <OutputPath>bin\Release\</OutputPath> |
32 | | - <DefineConstants>TRACE</DefineConstants> |
33 | | - <ErrorReport>prompt</ErrorReport> |
34 | | - <WarningLevel>4</WarningLevel> |
35 | | - </PropertyGroup> |
36 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
37 | 29 | <DebugSymbols>true</DebugSymbols> |
38 | 30 | <OutputPath>bin\ARM64\Debug\</OutputPath> |
|
41 | 33 | <PlatformTarget>ARM64</PlatformTarget> |
42 | 34 | <ErrorReport>prompt</ErrorReport> |
43 | 35 | </PropertyGroup> |
44 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
45 | | - <OutputPath>bin\ARM64\Release\</OutputPath> |
46 | | - <DefineConstants>TRACE</DefineConstants> |
47 | | - <Optimize>true</Optimize> |
48 | | - <DebugType>pdbonly</DebugType> |
49 | | - <PlatformTarget>ARM64</PlatformTarget> |
50 | | - <ErrorReport>prompt</ErrorReport> |
51 | | - </PropertyGroup> |
52 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
53 | 37 | <DebugSymbols>true</DebugSymbols> |
54 | 38 | <OutputPath>bin\x64\Debug\</OutputPath> |
|
57 | 41 | <PlatformTarget>x64</PlatformTarget> |
58 | 42 | <ErrorReport>prompt</ErrorReport> |
59 | 43 | </PropertyGroup> |
60 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
61 | | - <OutputPath>bin\x64\Release\</OutputPath> |
62 | | - <DefineConstants>TRACE</DefineConstants> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|AnyCPU'"> |
| 45 | + <DebugType>pdbonly</DebugType> |
| 46 | + <Optimize>true</Optimize> |
| 47 | + <OutputPath>bin\Publish\</OutputPath> |
| 48 | + <DefineConstants>PUBLISH</DefineConstants> |
| 49 | + <ErrorReport>prompt</ErrorReport> |
| 50 | + <WarningLevel>4</WarningLevel> |
| 51 | + </PropertyGroup> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|ARM64'"> |
| 53 | + <DebugType>pdbonly</DebugType> |
63 | 54 | <Optimize>true</Optimize> |
| 55 | + <OutputPath>bin\ARM64\Publish\</OutputPath> |
| 56 | + <DefineConstants>PUBLISH</DefineConstants> |
| 57 | + <PlatformTarget>ARM64</PlatformTarget> |
| 58 | + <ErrorReport>prompt</ErrorReport> |
| 59 | + </PropertyGroup> |
| 60 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x64'"> |
64 | 61 | <DebugType>pdbonly</DebugType> |
| 62 | + <Optimize>true</Optimize> |
| 63 | + <OutputPath>bin\x64\Publish\</OutputPath> |
| 64 | + <DefineConstants>PUBLISH</DefineConstants> |
65 | 65 | <PlatformTarget>x64</PlatformTarget> |
66 | 66 | <ErrorReport>prompt</ErrorReport> |
67 | 67 | </PropertyGroup> |
68 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|AnyCPU'"> |
69 | | - <OutputPath>bin\Beta\</OutputPath> |
70 | | - <DefineConstants>TRACE</DefineConstants> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CI|AnyCPU'"> |
| 69 | + <OutputPath>bin\CI\</OutputPath> |
71 | 70 | <Optimize>true</Optimize> |
| 71 | + <DefineConstants>CI;TRACE</DefineConstants> |
72 | 72 | <DebugType>pdbonly</DebugType> |
73 | 73 | <PlatformTarget>AnyCPU</PlatformTarget> |
74 | 74 | <ErrorReport>prompt</ErrorReport> |
75 | 75 | </PropertyGroup> |
76 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|ARM64'"> |
77 | | - <OutputPath>bin\ARM64\Beta\</OutputPath> |
78 | | - <DefineConstants>TRACE</DefineConstants> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CI|ARM64'"> |
| 77 | + <OutputPath>bin\ARM64\CI\</OutputPath> |
79 | 78 | <Optimize>true</Optimize> |
| 79 | + <DefineConstants>CI;TRACE</DefineConstants> |
80 | 80 | <DebugType>pdbonly</DebugType> |
81 | 81 | <PlatformTarget>ARM64</PlatformTarget> |
82 | 82 | <ErrorReport>prompt</ErrorReport> |
83 | 83 | </PropertyGroup> |
84 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|x64'"> |
85 | | - <OutputPath>bin\x64\Beta\</OutputPath> |
86 | | - <DefineConstants>TRACE</DefineConstants> |
| 84 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CI|x64'"> |
| 85 | + <OutputPath>bin\x64\CI\</OutputPath> |
87 | 86 | <Optimize>true</Optimize> |
| 87 | + <DefineConstants>CI;TRACE</DefineConstants> |
88 | 88 | <DebugType>pdbonly</DebugType> |
89 | 89 | <PlatformTarget>x64</PlatformTarget> |
90 | 90 | <ErrorReport>prompt</ErrorReport> |
|
0 commit comments