#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

97 lines
4.5 KiB

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>SharpReportAddin</RootNamespace>
<AssemblyName>SharpReportAddin</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{35D002D7-C78B-44FB-92AA-104BEB431678}</ProjectGuid>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>125829120</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\SharpReport\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ItemGroup>
<ItemGroup>
<Compile Include="Commands\AbstractCommand\AbstractExplorerCommand.cs" />
<Compile Include="Commands\AbstractCommand\AbstractSharpReportCommand.cs" />
<Compile Include="Commands\ExplorerCommands.cs" />
<Compile Include="Commands\ItemContextCommands.cs" />
<Compile Include="Commands\SectionContextCommands.cs" />
<Compile Include="FieldsExplorer\AbstractFieldsNode.cs" />
<Compile Include="FieldsExplorer\ColumnsTreeNode.cs" />
<Compile Include="FieldsExplorer\FieldsExplorer.cs" />
<Compile Include="FieldsExplorer\SectionTreeNode.cs" />
<Compile Include="ParameterInput.cs" />
<Compile Include="SharpReportDisplayBinding.cs" />
<Compile Include="SharpReportView.cs" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<None Include="SharpReportAddin.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Commands\ViewCommands.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Commands" />
<Folder Include="Commands\AbstractCommand" />
<Folder Include="FieldsExplorer" />
<Folder Include="Configuration" />
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
<Name>ICSharpCode.SharpDevelop</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SharpReportWizard\ReportGenerator.csproj">
<Project>{0F784A65-33B4-43EB-A49A-50A15EEF9829}</Project>
<Name>ReportGenerator</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SharpReport\SharpReport.csproj">
<Project>{F5563727-8309-4AC3-BACA-EB28EFD8A1D0}</Project>
<Name>SharpReport</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SharpReportCore\SharpReportCore.csproj">
<Project>{4B2239FF-8FD6-431D-9D22-1B8049BA6917}</Project>
<Name>SharpReportCore</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\SharpQuery\SharpQuery.csproj">
<Project>{BDD03ECD-42AE-4B50-9805-9C19090A264F}</Project>
<Name>SharpQuery</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>