Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <maungu@microsoft.com>2022-09-05 14:19:22 +0300
committerGitHub <noreply@github.com>2022-09-05 14:19:22 +0300
commit10d055187ecf7df8145b426b3f9122a73b358b60 (patch)
tree29b83113996d77a1b2e540c14002818b59b6b45c
parentbddd02b3302d0ebb2081dfedd9cf92e0de57f5dc (diff)
parent5de8b725647b890d3109f9f509257c119e1bfaba (diff)
Merge pull request #183 from KirillOsenkov/dev/kirillo/pdb
-rw-r--r--Mono.Addins/Mono.Addins.csproj26
1 files changed, 3 insertions, 23 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index e782c4e..cfd7346 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -1,43 +1,23 @@
-<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\TargetFrameworks.props" />
<Import Project="..\Version.props" />
<PropertyGroup>
- <ProjectGuid>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Mono.Addins</AssemblyName>
<RootNamespace>Mono.Addins</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
- <ProductVersion>8.0.30703</ProductVersion>
<PackageId>Mono.Addins</PackageId>
<Description>Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications.</Description>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<DocumentationFile>..\bin\$(TargetFramework)\Mono.Addins.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\bin</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
- <ConsolePause>False</ConsolePause>
+ <DebugType>embedded</DebugType>
<NoWarn>1574;1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>..\bin</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<ConsolePause>False</ConsolePause>
- <DebugSymbols>true</DebugSymbols>
- <NoWarn>1574;1591</NoWarn>
+ <OutputPath>..\bin</OutputPath>
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
</ItemGroup>
<ItemGroup>