diff options
Diffstat (limited to 'src/test/Example.Extension/Example.Extension.csproj')
-rw-r--r-- | src/test/Example.Extension/Example.Extension.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/Example.Extension/Example.Extension.csproj b/src/test/Example.Extension/Example.Extension.csproj index 7f375cb6..fe05fcb2 100644 --- a/src/test/Example.Extension/Example.Extension.csproj +++ b/src/test/Example.Extension/Example.Extension.csproj | |||
@@ -6,9 +6,14 @@ | |||
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | 8 | <DebugType>embedded</DebugType> |
9 | <CompileWixlibExePath>$(OutputPath)net472\CompileCoreTestExtensionWixlib.exe</CompileWixlibExePath> | ||
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | 11 | ||
11 | <ItemGroup> | 12 | <ItemGroup> |
13 | <!-- Try to hack around VS up-to-date detection --> | ||
14 | <Content Include="$(CompileWixlibExePath)" CopyToOutputDirectory="PreserveNewest"> | ||
15 | <Visible>false</Visible> | ||
16 | </Content> | ||
12 | <ExtensionWxs Include="Data\example.wxs" /> | 17 | <ExtensionWxs Include="Data\example.wxs" /> |
13 | </ItemGroup> | 18 | </ItemGroup> |
14 | 19 | ||
@@ -24,7 +29,6 @@ | |||
24 | 29 | ||
25 | <Target Name="SetExtensionWixlib"> | 30 | <Target Name="SetExtensionWixlib"> |
26 | <PropertyGroup> | 31 | <PropertyGroup> |
27 | <CompileWixlibExePath>$(OutputPath)..\net472\CompileCoreTestExtensionWixlib.exe</CompileWixlibExePath> | ||
28 | <WixlibPath>$(IntermediateOutputPath)Example.wixlib</WixlibPath> | 32 | <WixlibPath>$(IntermediateOutputPath)Example.wixlib</WixlibPath> |
29 | </PropertyGroup> | 33 | </PropertyGroup> |
30 | 34 | ||