Skip to content

Commit 82447b3

Browse files
committed
fxxk nuget
1 parent c555f46 commit 82447b3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

QuickLook.Installer/QuickLook.Installer.wixproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
<SchemaVersion>2.0</SchemaVersion>
99
<OutputName>QuickLook</OutputName>
1010
<OutputType>Package</OutputType>
11-
</PropertyGroup>
12-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1311
<OutputPath>..\Build\</OutputPath>
1412
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
13+
</PropertyGroup>
14+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1515
<DefineConstants>Debug</DefineConstants>
1616
<SuppressPdbOutput>True</SuppressPdbOutput>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
19-
<OutputPath>..\Build\</OutputPath>
20-
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
2119
<DefineConstants>PackageDir=$(SolutionDir)Build\Package\</DefineConstants>
2220
</PropertyGroup>
2321
<ItemGroup>

0 commit comments

Comments
 (0)