Parent Directory
|
Revision Log
|
Patch
--- trunk/gr2lib/gr2lib.csproj 2010/07/17 14:52:37 106 +++ trunk/gr2lib/gr2lib.csproj 2010/07/17 14:52:47 107 @@ -18,7 +18,7 @@ <DebugType>full</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Debug\</OutputPath> - <DefineConstants>TRACE;DEBUG</DefineConstants> + <DefineConstants>TRACE;DEBUG;ENABLE_EXCEPTION_OUTPUT_TO_CONSOLE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> @@ -110,6 +110,7 @@ <Compile Include="core\coretypes\native\Vector3.cs" /> <Compile Include="core\coretypes\native\Vector4.cs" /> <Compile Include="core\exceptions\granny2apiloadexception.cs" /> + <Compile Include="core\exceptions\Granny2ExceptionWriter.cs" /> <Compile Include="core\helpers\arraytostring.cs" /> <Compile Include="core\helpers\Helpers.cs" /> <Compile Include="core\interfaces\IArtToolInfo.cs" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |