Removed spurious variable.

This commit is contained in:
2017-06-03 01:10:46 +01:00
parent 98aaf94961
commit e694ea69b1
36 changed files with 24060 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!--
Web.config file for DiscImageChef.Server.
The settings that can be used in this file are documented at
http://www.mono-project.com/Config_system.web and
http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5">
<assemblies />
</compilation>
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>