diff options
Diffstat (limited to 'src/wixext/WixToolset.Dependency.wixext.csproj')
-rw-r--r-- | src/wixext/WixToolset.Dependency.wixext.csproj | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/wixext/WixToolset.Dependency.wixext.csproj b/src/wixext/WixToolset.Dependency.wixext.csproj index fcdab28c..b2663231 100644 --- a/src/wixext/WixToolset.Dependency.wixext.csproj +++ b/src/wixext/WixToolset.Dependency.wixext.csproj | |||
@@ -9,8 +9,7 @@ | |||
9 | <Description>WiX Toolset Dependency Extension</Description> | 9 | <Description>WiX Toolset Dependency Extension</Description> |
10 | <Title>WiX Toolset Dependency Extension</Title> | 10 | <Title>WiX Toolset Dependency Extension</Title> |
11 | <IsTool>true</IsTool> | 11 | <IsTool>true</IsTool> |
12 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 12 | <IncludeSymbols>true</IncludeSymbols> |
13 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | ||
14 | </PropertyGroup> | 13 | </PropertyGroup> |
15 | 14 | ||
16 | <ItemGroup> | 15 | <ItemGroup> |
@@ -18,11 +17,6 @@ | |||
18 | </ItemGroup> | 17 | </ItemGroup> |
19 | 18 | ||
20 | <ItemGroup> | 19 | <ItemGroup> |
21 | <Content Include="$(MSBuildThisFileName).targets" PackagePath="build" /> | ||
22 | <Content Include="$(OutputPath)..\**\*.pdb" PackagePath="pdbs\%(RelativeFolder)" /> | ||
23 | </ItemGroup> | ||
24 | |||
25 | <ItemGroup> | ||
26 | <ProjectReference Include="..\wixlib\dependency.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | 20 | <ProjectReference Include="..\wixlib\dependency.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> |
27 | </ItemGroup> | 21 | </ItemGroup> |
28 | 22 | ||