Browse Source

Update ProjectFile

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1791 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Peter Forstmeier 20 years ago
parent
commit
84b782d949
  1. 4
      src/AddIns/Misc/SharpReport/SharpReportCore/SharpReportCore.csproj

4
src/AddIns/Misc/SharpReport/SharpReportCore/SharpReportCore.csproj

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>False</Optimize>
<DefineConstants>DEBUG%3bTRACE</DefineConstants>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
@ -135,7 +135,7 @@ @@ -135,7 +135,7 @@
<Compile Include="Events\SectionRenderEventArgs.cs" />
<Compile Include="Printing\Text\StandardFormatter.cs" />
<Compile Include="BaseClasses\DataTypeHelper.cs" />
<Compile Include="Printing\Page.cs" />
<Compile Include="Printing\SectionBounds.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="BaseItems" />

Loading…
Cancel
Save