|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
2 | 2 | <!-- TODO: the file is misnamed: it's common to tests and src, but not used by examples -->
|
3 | 3 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
4 |
| - <Import Project="$(MSBuildThisFileDirectory)IceRpc.Version.props" /> |
5 |
| - <PropertyGroup> |
6 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 |
| - <WarningLevel>4</WarningLevel> |
8 |
| - <Nullable>enable</Nullable> |
9 |
| - <LangVersion>12.0</LangVersion> |
10 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
11 |
| - <AnalysisMode>All</AnalysisMode> |
12 |
| - <ImplicitUsings>true</ImplicitUsings> |
13 |
| - <!-- The 1.2 beta version is required for supporting the latest language features. |
| 4 | + <Import Project="$(MSBuildThisFileDirectory)IceRpc.Version.props" /> |
| 5 | + <PropertyGroup> |
| 6 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 7 | + <WarningLevel>4</WarningLevel> |
| 8 | + <Nullable>enable</Nullable> |
| 9 | + <LangVersion>12.0</LangVersion> |
| 10 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 11 | + <AnalysisMode>All</AnalysisMode> |
| 12 | + <ImplicitUsings>true</ImplicitUsings> |
| 13 | + <!-- The 1.2 beta version is required for supporting the latest language features. |
14 | 14 | See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
|
15 |
| - <StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion> |
16 |
| - <DebugType>portable</DebugType> |
17 |
| - <DebugSymbols>true</DebugSymbols> |
18 |
| - </PropertyGroup> |
| 15 | + <StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion> |
| 16 | + <DebugType>portable</DebugType> |
| 17 | + <DebugSymbols>true</DebugSymbols> |
| 18 | + </PropertyGroup> |
19 | 19 |
|
20 |
| - <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
21 |
| - <Optimize>false</Optimize> |
22 |
| - </PropertyGroup> |
| 20 | + <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
| 21 | + <Optimize>false</Optimize> |
| 22 | + </PropertyGroup> |
23 | 23 |
|
24 |
| - <PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
25 |
| - <Optimize>true</Optimize> |
26 |
| - </PropertyGroup> |
| 24 | + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
| 25 | + <Optimize>true</Optimize> |
| 26 | + </PropertyGroup> |
27 | 27 |
|
28 |
| - <!-- Common Assembly & Packaging properties --> |
29 |
| - <PropertyGroup> |
30 |
| - <Authors>ZeroC, Inc.</Authors> |
31 |
| - <Copyright>Copyright (c) ZeroC, Inc.</Copyright> |
32 |
| - <PackageIcon>icerpc-icon.png</PackageIcon> |
33 |
| - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
34 |
| - <PackageProjectUrl>https://zeroc.com/icerpc</PackageProjectUrl> |
35 |
| - <PackageReadmeFile>README.md</PackageReadmeFile> |
36 |
| - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
37 |
| - <PackageVersion>$(Version)</PackageVersion> |
38 |
| - <Product>IceRPC</Product> |
39 |
| - <RepositoryType>git</RepositoryType> |
40 |
| - <RepositoryUrl>https://github.com/icerpc/icerpc-csharp</RepositoryUrl> |
41 |
| - </PropertyGroup> |
| 28 | + <!-- Common Assembly & Packaging properties --> |
| 29 | + <PropertyGroup> |
| 30 | + <Authors>ZeroC, Inc.</Authors> |
| 31 | + <Copyright>Copyright (c) ZeroC, Inc.</Copyright> |
| 32 | + <PackageIcon>icerpc-icon.png</PackageIcon> |
| 33 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 34 | + <PackageProjectUrl>https://zeroc.com/icerpc</PackageProjectUrl> |
| 35 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 36 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 37 | + <PackageVersion>$(Version)</PackageVersion> |
| 38 | + <Product>IceRPC</Product> |
| 39 | + <RepositoryType>git</RepositoryType> |
| 40 | + <RepositoryUrl>https://github.com/icerpc/icerpc-csharp</RepositoryUrl> |
| 41 | + </PropertyGroup> |
42 | 42 | </Project>
|
0 commit comments