|
12 | 12 | <SignAssembly>false</SignAssembly>
|
13 | 13 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 |
| - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
16 |
| - <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
17 |
| - <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> |
| 15 | + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| 16 | + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 17 | + <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> |
18 | 18 | <ProjectGuid>{9DD27AB3-C99B-4103-8BC8-B220EC399635}</ProjectGuid>
|
19 | 19 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
20 | 20 | <WarningLevel>4</WarningLevel>
|
|
34 | 34 | <DebugSymbols>false</DebugSymbols>
|
35 | 35 | <DebugType>Portable</DebugType>
|
36 | 36 | <Optimize>true</Optimize>
|
37 |
| - <OutputPath>bin\Release\</OutputPath> |
| 37 | + <OutputPath>Build\Release\</OutputPath> |
38 | 38 | </PropertyGroup>
|
39 | 39 |
|
40 | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
50 | 50 | <DebugSymbols>false</DebugSymbols>
|
51 | 51 | <DebugType>Portable</DebugType>
|
52 | 52 | <Optimize>true</Optimize>
|
53 |
| - <OutputPath>bin\Release\</OutputPath> |
| 53 | + <OutputPath>Build\Release\</OutputPath> |
54 | 54 | </PropertyGroup>
|
55 | 55 |
|
56 | 56 | <ItemGroup>
|
|
79 | 79 | <PackageReference Include="UnblockZoneIdentifier " Version="1.0.0" />
|
80 | 80 | </ItemGroup>
|
81 | 81 |
|
| 82 | + <Target Name="ReduceReleasePackaging" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'"> |
| 83 | + <Delete Files="$(OutputPath)\QuickLook.Common.dll" Condition="Exists('$(OutputPath)\QuickLook.Common.dll')" /> |
| 84 | + <Delete Files="$(OutputPath)\QuickLook.Common.pdb" Condition="Exists('$(OutputPath)\QuickLook.Common.pdb')" /> |
| 85 | + </Target> |
| 86 | + |
82 | 87 | </Project>
|
0 commit comments