Files
git-tfs/GitTfs.Setup/App.config
T
gentoo90 a53a23abe2 Add MSI installer
* adds GitTfs to %PATH% on install and removes on uninstall
* supports upgrade
* uses WiX#
2016-03-02 16:46:15 +02:00

8 lines
170 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>