diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-12 07:43:04 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-12 15:34:06 -0700 |
| commit | a20bee47c43861dd9f38adb88e74a6417292732b (patch) | |
| tree | 0e02edc74c989813e6e70fa4b7d5e29a003744de /src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj | |
| parent | 7a855a54687d638c6717e3cf9bda1affc76f48ed (diff) | |
| download | wix-a20bee47c43861dd9f38adb88e74a6417292732b.tar.gz wix-a20bee47c43861dd9f38adb88e74a6417292732b.tar.bz2 wix-a20bee47c43861dd9f38adb88e74a6417292732b.zip | |
Add Wix4 prefix Http CA binary and make HandleExisting an enum
Diffstat (limited to 'src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj b/src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj index dffa83c8..7e60e426 100644 --- a/src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj +++ b/src/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj | |||
| @@ -12,10 +12,7 @@ | |||
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <Content Include="TestData\UsingUrlReservation\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
| 16 | <Content Include="TestData\UsingUrlReservation\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
| 17 | <Content Include="TestData\UsingUrlReservation\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 18 | <Content Include="TestData\UsingUrlReservation\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 19 | </ItemGroup> | 16 | </ItemGroup> |
| 20 | 17 | ||
| 21 | <ItemGroup> | 18 | <ItemGroup> |
