diff options
-rw-r--r-- | src/Directory.csproj.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Directory.csproj.props b/src/Directory.csproj.props index 56c724ee..57111c40 100644 --- a/src/Directory.csproj.props +++ b/src/Directory.csproj.props | |||
@@ -10,7 +10,7 @@ | |||
10 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> | 10 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <ItemGroup> | 13 | <ItemGroup Condition=" '$(IsWixTestProject)'!='true' "> |
14 | <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" /> | 14 | <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" /> |
15 | </ItemGroup> | 15 | </ItemGroup> |
16 | </Project> | 16 | </Project> |