1 Star 0 Fork 68

wagger / ActiveReports

forked from 葡萄城 / ActiveReports 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
EndUserDesignerVS2K12.csproj 6.25 KB
一键复制 编辑 原始数据 按行查看 历史
葡萄城控件 提交于 2014-08-19 10:20 . add source
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4CA189D7-3612-4159-B030-E2CF52BD2351}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>GrapeCity.ActiveReports.Samples.EndUserDesigner</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>WinExe</OutputType>
<RootNamespace>GrapeCity.ActiveReports.Samples.EndUserDesigner</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>x86</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="GrapeCity.ActiveReports.Chart.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Design.Win.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Diagnostics.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Document.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Document.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Excel.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Html.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Image.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Pdf.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Rdf.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Word.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Xaml.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Xml.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Extensibility.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.v8">
</Reference>
<Reference Include="GrapeCity.ActiveReports.Viewer.Win.v8">
</Reference>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Design">
<Name>System.Design</Name>
</Reference>
<Reference Include="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="EndUserDesigner.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="EndUserDesigner.designer.cs">
<DependentUpon>EndUserDesigner.cs</DependentUpon>
</Compile>
<Compile Include="ExportForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ExportForm.Designer.cs">
<DependentUpon>ExportForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="EndUserDesigner.resx">
<DependentUpon>EndUserDesigner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ExportForm.resx">
<DependentUpon>ExportForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<None Include="V4.5\App.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
1
https://gitee.com/wagger/ActiveReports.git
git@gitee.com:wagger/ActiveReports.git
wagger
ActiveReports
ActiveReports
master

搜索帮助