<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/tools/test/WixToolsetTest.HeatTasks, branch bob/DirectoryRefTargetDir</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FDirectoryRefTargetDir</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FDirectoryRefTargetDir'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-03-03T19:25:07+00:00</updated>
<entry>
<title>Convert tools\ to MSTest and traversal projects.</title>
<updated>2025-03-03T19:25:07+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-02-15T04:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ae96ff06cadd0141f48d88a7e9983ca81dace613'/>
<id>urn:sha1:ae96ff06cadd0141f48d88a7e9983ca81dace613</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emit deprecation warning for Heat.</title>
<updated>2025-01-23T13:44:13+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-01-23T03:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=63223d5c023846ab7b4cef222326c913d2e0521f'/>
<id>urn:sha1:63223d5c023846ab7b4cef222326c913d2e0521f</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8913
</content>
</entry>
<entry>
<title>Audit all transitive dependencies and fix latest vulnerabilities</title>
<updated>2024-12-27T22:44:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-27T21:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a076b9d72486328d8dc95675daae417a3c07d6d6'/>
<id>urn:sha1:a076b9d72486328d8dc95675daae417a3c07d6d6</id>
<content type='text'>
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
</content>
</entry>
<entry>
<title>Fix harvesting project names with invalid chars</title>
<updated>2023-04-19T16:18:55+00:00</updated>
<author>
<name>Mike Wileczka</name>
<email>22036740+mwileczka@users.noreply.github.com</email>
</author>
<published>2023-04-19T14:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=041558eb93368365ca397e16045e01454a603976'/>
<id>urn:sha1:041558eb93368365ca397e16045e01454a603976</id>
<content type='text'>
Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces.</content>
</entry>
<entry>
<title>Handle spaces when finding path to executables in MSBuild task</title>
<updated>2022-11-21T23:25:02+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-21T19:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2245144eb5923eca93bd16c7892eb4670a51e10a'/>
<id>urn:sha1:2245144eb5923eca93bd16c7892eb4670a51e10a</id>
<content type='text'>
Fixes 7035
</content>
</entry>
<entry>
<title>Separate WixInternal content from official WixToolset namespace</title>
<updated>2022-11-09T00:20:25+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-08T22:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c843b47d6233153fa961c6d0e61edf7cedf255bb'/>
<id>urn:sha1:c843b47d6233153fa961c6d0e61edf7cedf255bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Name the bind path item group "BindPath" in MSBuild</title>
<updated>2022-10-15T18:45:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-15T05:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e550b63845a90e1a9452060b50a00ca5d9ee8c67'/>
<id>urn:sha1:e550b63845a90e1a9452060b50a00ca5d9ee8c67</id>
<content type='text'>
Closes 6959
</content>
</entry>
<entry>
<title>Run wix.exe out of proc</title>
<updated>2022-10-15T03:13:50+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-06T18:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5567239a9411aac769a34f2c65b80a523a577ad7'/>
<id>urn:sha1:5567239a9411aac769a34f2c65b80a523a577ad7</id>
<content type='text'>
"wix build" will load assemblies to read metadata which can cause
the assemblies to get locked in the process. Since MSBuild keeps
build processes alive this can cause work done by in-proc MSBuild
tasks (like the WixBuild) to get stuck. Moving the "wix build" out
of proc avoids any of those issues.

Moving out of proc also allows the WiX tasks to be AnyCPU which
simplifies the wix.targets (although did need to add code to find
the .NET Framework wix.exe).

Fixes 6595
</content>
</entry>
<entry>
<title>Centralize test project configuration with IsWixTestProject</title>
<updated>2022-09-23T16:50:52+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-09-03T17:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7a86b33a38f29b315e8f08759eba42e8fe296fd7'/>
<id>urn:sha1:7a86b33a38f29b315e8f08759eba42e8fe296fd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets</title>
<updated>2022-08-02T03:25:19+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-07-27T00:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a627ca9b720047e633a8fe72003ab9bee31006c5'/>
<id>urn:sha1:a627ca9b720047e633a8fe72003ab9bee31006c5</id>
<content type='text'>
Moves Heat functionality to the "tools" layer and packages it all
up in WixToolset.Heat.nupkg for distribution in WiX v4.

Completes 6838
</content>
</entry>
</feed>
