We need the app.config s
This commit is contained in:
parent
56191e3d34
commit
0aacb8b71d
3 changed files with 6 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -107,5 +107,3 @@ _UpgradeReport_Files/
|
|||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
MatterControl.userprefs
|
||||
Launcher/app.config
|
||||
PrinterDriverInstaller/app.config
|
||||
|
|
|
|||
3
Launcher/app.config
Normal file
3
Launcher/app.config
Normal 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>
|
||||
3
PrinterDriverInstaller/app.config
Normal file
3
PrinterDriverInstaller/app.config
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue