firegiant / HeatWaveSupport

Issues-only repository to report HeatWave bugs and feature requests to FireGiant
3 stars 0 forks source link

VS 2022 Heatwave Installer Project post build event variables such as $(ProjectDir) returns nothing #56

Closed duncangroenewald closed 8 months ago

duncangroenewald commented 8 months ago

HeatWave Version

1.0.2

Visual Studio Version

17.8.3

Repro Steps

  1. add the following line to the projects post build event echo $(ProjectDir)
  2. build the project

Actual Result

Output is "echo off".

Expected Result

Expect to see the project directory

FireGiantHelp commented 8 months ago

Duplicate of #44