Added debug arguments in release builds

This commit is contained in:
Stefanos A 2013-12-05 09:14:13 +01:00
parent d942986d17
commit b2911267c2

View file

@ -33,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Commandlineparameters>OpenTK.dll ../../../OpenTK.snk</Commandlineparameters>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>