Merge pull request #59 from JohnTheGr8/plugin_portable_pdb

Create a portable pdb file in release builds of Flow.Launcher.Plugin
This commit is contained in:
Ioannis G 2020-05-21 23:56:27 +03:00 committed by GitHub
commit 2e003f8f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
<PropertyGroup>
<Version>1.0.0</Version>
<PackageVersion>1.0.0-beta1</PackageVersion>
<PackageVersion>1.0.0-beta2</PackageVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<PackageId>Flow.Launcher.Plugin</PackageId>
@ -43,7 +43,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Output\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>