|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project Sdk="Microsoft.NET.Sdk">
|
3 | 3 | <PropertyGroup>
|
4 |
| - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
| - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | 4 | <AssemblyVersion>1.1.7.0</AssemblyVersion>
|
7 | 5 | <OutputType>Library</OutputType>
|
8 |
| - <AppDesignerFolder>Properties</AppDesignerFolder> |
9 | 6 | <RootNamespace>CheapLoc</RootNamespace>
|
10 | 7 | <AssemblyName>CheapLoc</AssemblyName>
|
11 | 8 | <TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
|
12 |
| - <FileAlignment>512</FileAlignment> |
13 | 9 | <LangVersion>9.0</LangVersion>
|
14 | 10 | <Deterministic>true</Deterministic>
|
15 | 11 | </PropertyGroup>
|
|
25 | 21 | <Copyright>Copyright ©2021 goatsoft</Copyright>
|
26 | 22 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
27 | 23 | <RequireLicenseAcceptance>false</RequireLicenseAcceptance>
|
| 24 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
28 | 25 | </PropertyGroup>
|
29 | 26 |
|
30 |
| - <PropertyGroup Label="Build"> |
31 |
| - <OutputPath>bin\$(Configuration)\$(Release)</OutputPath> |
32 |
| - <ErrorReport>prompt</ErrorReport> |
33 |
| - <WarningLevel>4</WarningLevel> |
34 |
| - <DocumentationFile>$(OutputPath)\CheapLoc.xml</DocumentationFile> |
35 |
| - </PropertyGroup> |
36 |
| - <PropertyGroup Label="Build" Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 |
| - <DebugSymbols>true</DebugSymbols> |
38 |
| - <DebugType>full</DebugType> |
39 |
| - <Optimize>false</Optimize> |
40 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
| - </PropertyGroup> |
42 |
| - <PropertyGroup Label="Build" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
43 |
| - <DebugType>pdbonly</DebugType> |
44 |
| - <Optimize>true</Optimize> |
45 |
| - <OutputPath>bin\Release\</OutputPath> |
46 |
| - <DefineConstants>TRACE</DefineConstants> |
| 27 | + <PropertyGroup> |
| 28 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 29 | + <IncludeSymbols>true</IncludeSymbols> |
| 30 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
47 | 31 | </PropertyGroup>
|
48 | 32 |
|
49 | 33 | <ItemGroup>
|
|
0 commit comments