Skip to content

Commit

Permalink
Add sai.hta to Release and Debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
amato-gianluca committed Oct 11, 2019
1 parent 6407e1e commit 2d27576
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions msvc/VS2019/autogtp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(OutputPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutputPath)gzip.exe</Outputs>
</CustomBuild>
<CustomBuild Include="..\sai.hta">
<FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(OutputPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutputPath)sai.hta</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(OutputPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutputPath)sai.hta</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Debug\moc_Console.cpp">
Expand Down

0 comments on commit 2d27576

Please sign in to comment.