We need the app.config s

This commit is contained in:
Lars Brubaker 2014-11-25 16:09:46 -08:00
parent 56191e3d34
commit 0aacb8b71d
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View file

@ -107,5 +107,3 @@ _UpgradeReport_Files/
Backup*/ Backup*/
UpgradeLog*.XML UpgradeLog*.XML
MatterControl.userprefs MatterControl.userprefs
Launcher/app.config
PrinterDriverInstaller/app.config

3
Launcher/app.config Normal file
View file

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

View file

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