Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 95d1803

Browse files
add missing file
1 parent d5d5e44 commit 95d1803

1 file changed

Lines changed: 98 additions & 0 deletions

File tree

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3+
<PropertyGroup>
4+
<ProjectGuid>{0502FCF7-72F4-4587-936B-D0238CD0E072}</ProjectGuid>
5+
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<OutputType>Library</OutputType>
9+
<RootNamespace>ICSharpCode.Reporting.Addin</RootNamespace>
10+
<AssemblyName>ICSharpCode.Reporting.Addin</AssemblyName>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<NoWin32Manifest>False</NoWin32Manifest>
13+
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
14+
<NoStdLib>False</NoStdLib>
15+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
16+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
17+
<WarningLevel>4</WarningLevel>
18+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
19+
<TargetFrameworkProfile />
20+
</PropertyGroup>
21+
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
22+
<PlatformTarget>x86</PlatformTarget>
23+
<BaseAddress>4194304</BaseAddress>
24+
<RegisterForComInterop>False</RegisterForComInterop>
25+
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
26+
<FileAlignment>4096</FileAlignment>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
29+
<OutputPath>..\..\..\..\..\AddIns\Misc\SharpDevelopReporting\</OutputPath>
30+
<DebugSymbols>True</DebugSymbols>
31+
<DebugType>Full</DebugType>
32+
<Optimize>False</Optimize>
33+
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
34+
<DefineConstants>DEBUG;TRACE</DefineConstants>
35+
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
38+
<OutputPath>bin\Release\</OutputPath>
39+
<DebugSymbols>False</DebugSymbols>
40+
<DebugType>None</DebugType>
41+
<Optimize>True</Optimize>
42+
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
43+
<DefineConstants>TRACE</DefineConstants>
44+
</PropertyGroup>
45+
<ItemGroup>
46+
<Reference Include="Microsoft.CSharp">
47+
<RequiredTargetFramework>4.0</RequiredTargetFramework>
48+
</Reference>
49+
<Reference Include="System" />
50+
<Reference Include="System.Core">
51+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
52+
</Reference>
53+
<Reference Include="System.Data" />
54+
<Reference Include="System.Data.DataSetExtensions">
55+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
56+
</Reference>
57+
<Reference Include="System.Xml" />
58+
<Reference Include="System.Xml.Linq">
59+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
60+
</Reference>
61+
</ItemGroup>
62+
<ItemGroup>
63+
<Folder Include="Configuration" />
64+
<Folder Include="scr" />
65+
<Folder Include="scr\DesignerBinding" />
66+
<Folder Include="scr\Commands" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<Compile Include="Configuration\AssemblyInfo.cs" />
70+
<Compile Include="scr\Commands\ViewCommands.cs" />
71+
<Compile Include="scr\DesignerBinding\DesignerBinding.cs" />
72+
</ItemGroup>
73+
<ItemGroup>
74+
<None Include="EmptyReport.xft">
75+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
76+
</None>
77+
<None Include="ICSharpCode.Reporting.addin">
78+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
79+
</None>
80+
</ItemGroup>
81+
<ItemGroup>
82+
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
83+
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
84+
<Name>ICSharpCode.SharpDevelop</Name>
85+
<Private>False</Private>
86+
</ProjectReference>
87+
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
88+
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
89+
<Name>ICSharpCode.Core</Name>
90+
<Private>False</Private>
91+
</ProjectReference>
92+
<ProjectReference Include="..\ICSharpCode.Reporting\ICSharpCode.Reporting.csproj">
93+
<Project>{40CA84D4-ACFC-4646-9CDD-B87262D34093}</Project>
94+
<Name>ICSharpCode.Reporting</Name>
95+
</ProjectReference>
96+
</ItemGroup>
97+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98+
</Project>

0 commit comments

Comments
 (0)