Don't remove the debug attribute for release

This commit is contained in:
Sebastiaan Janssen
2016-09-04 14:51:38 +02:00
parent 4a4e7c9874
commit af4a802b19
+1 -3
View File
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
<system.web></system.web>
</configuration>