diff options
author | Arnavion <arnavion@gmail.com> | 2013-12-27 12:05:07 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-12-27 12:05:07 -0800 |
commit | c7bf4b0474c613f81e3724043386373d7bc7d2a3 (patch) | |
tree | 82a47c7c7306a736f0d6ec8afbd17ac0eb45f68e /win32/hexchat.props | |
parent | 61ceaef57e19f7b19669bca4f7972123d2e6b119 (diff) |
Replaced use of T4 templates with PS-based templates.
TextTransform.exe is not available with Express versions of Visual Studio.
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 3acfd913..8f5b6644 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -94,8 +94,6 @@ copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale" xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" </HexChatCopy> - <TextTransformPath Condition="'$(Platform)'=='Win32'">"%PROGRAMFILES%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe"</TextTransformPath> - <TextTransformPath Condition="'$(Platform)'=='x64'">"%PROGRAMFILES(x86)%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe"</TextTransformPath> <IsccPath Condition="'$(Platform)'=='Win32'">"%PROGRAMFILES%\Inno Setup 5\iscc.exe"</IsccPath> <IsccPath Condition="'$(Platform)'=='x64'">"%PROGRAMFILES(x86)%\Inno Setup 5\iscc.exe"</IsccPath> </PropertyGroup> |