1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/GrapeCity-dataprocess

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Spread_Intel_Data_Process.csproj 41 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
葡萄城控件 Отправлено 22.12.2014 08:54 c2f0005
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6B347F9D-6264-4CFC-8BBC-BCF5BC2E9351}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ControlExplorer</RootNamespace>
<AssemblyName>ControlExplorer</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<UseIISExpress>true</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="FarPoint.CalcEngine, Version=7.35.20142.0, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="FarPoint.Excel, Version=7.35.20142.0, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="FarPoint.Localization, Version=7.20.20142.0, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="FarPoint.PDF, Version=7.35.20142.0, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="FarPoint.Web.Chart, Version=7.40.20142.0, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="FarPoint.Web.Spread, Version=7.40.20142.0, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Chart.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Diagnostics.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Document.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Document.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Html.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Image.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Pdf.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Rdf.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Export.Xaml.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Extensibility.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Viewer.Win.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="GrapeCity.ActiveReports.Web.v9, Version=9.0.1678.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
<Private>True</Private>
</Reference>
<Reference Include="System">
<Private>True</Private>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations">
<Private>True</Private>
</Reference>
<Reference Include="System.Data">
<Private>True</Private>
</Reference>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.Entity">
<Private>True</Private>
</Reference>
<Reference Include="System.Design">
<Private>True</Private>
</Reference>
<Reference Include="System.Drawing">
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.Serialization">
<Private>True</Private>
</Reference>
<Reference Include="System.Security">
<Private>True</Private>
</Reference>
<Reference Include="System.Web">
<Private>True</Private>
</Reference>
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Windows.Forms">
<Private>True</Private>
</Reference>
<Reference Include="System.Windows.Forms.DataVisualization">
<Private>True</Private>
</Reference>
<Reference Include="System.Xml">
<Private>True</Private>
</Reference>
<Reference Include="System.Configuration">
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Services">
<Private>True</Private>
</Reference>
<Reference Include="System.EnterpriseServices">
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData">
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Entity">
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="ActiveReports.ReportService.asmx" />
<Content Include="App_Data\TestDB.mdb" />
<Content Include="explore\css\index.css" />
<Content Include="DataAnalysis.aspx" />
<Content Include="explore\css\images\icons\24\BLOG.png" />
<Content Include="explore\css\images\icons\24\GCDN.png" />
<Content Include="explore\css\images\icons\24\GPCT.png" />
<Content Include="FixedForm.aspx" />
<Content Include="DynamicRows.aspx" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\button.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\ChartClientModel.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\checkboxeditor.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\checkboxrender.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\cmdbar.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\components.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\ContextMenu.css" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\ContextMenu.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\DatePicker.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\Dialog.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\Filter.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\fpspread.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\fpspread.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\fpspreadie.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\fpspreadie8.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\fpspreadie9.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\FpSpreadJsIntellisense.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\jquery-2.1.0.spread.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\listboxeditor.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\listboxrender.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\multicolumncombobox.css" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\multicolumncombobox.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\percenteditor.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\percentrender.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\radiobtnlisteditor.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\spreadchart.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\SpreadResources.ko-KR.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\SpreadResources.zh-CN.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\SpreadView.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\tagcloud.htc" />
<Content Include="fp_client\fpspread\8_40_20143_0\HTC\Touch.js" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Add-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Add-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Add.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\bshadow.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Cancel-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Cancel-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Cancel.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\cbbg.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\cbbg07.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\cbm.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\cdf_icons.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\chbg.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\checked.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\chm.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\chm13.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicAdd-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicAdd-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicAdd.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicCancel-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicCancel-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicCancel.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicClear-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicClear-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicClear.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicCopy-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicCopy-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicCopy.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicDelete-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicDelete-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicDelete.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicEdit-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicEdit-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicEdit.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicFirst-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicFirst-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicFirst.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicInsert-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicInsert-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicInsert.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicLast-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicLast-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicLast.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicNext-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicNext-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicNext.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPaste-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPaste-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPaste.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrev-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrev-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrev.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrint-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrint-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrint.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrintPDF-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrintPDF-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicPrintPDF.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicUpdate-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicUpdate-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\ClassicUpdate.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Clear-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Clear-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Clear.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Copy-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Copy-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Copy.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\cshadow.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Cut-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Cut.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Delete-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Delete-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Delete.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\down.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\downarrow.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Edit-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Edit-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Edit.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\First-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\First-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\First.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\gline.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\gradient1_ch.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\gradient1_ch_s.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\hm13.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Icons16.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Icons32.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Insert-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Insert-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Insert.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\large_square.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Last-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Last-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Last.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\lshadow.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\menu_vertical_sep.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\minus.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Next-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Next-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Next.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Add-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Add-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Add.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Cancel-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Cancel-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Cancel.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Clear-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Clear-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Clear.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Copy-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Copy-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Copy.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Delete-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Delete-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Delete.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Edit-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Edit-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Edit.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007First-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007First-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007First.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Insert-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Insert-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Insert.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Last-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Last-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Last.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Next-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Next-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Next.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Paste-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Paste-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Paste.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Prev-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Prev-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Prev.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Print-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Print-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Print.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007PrintPDF-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007PrintPDF-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007PrintPDF.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Update-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Update-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Office2007Update.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Paste-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Paste-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Paste.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\pin.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\plus.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Prev-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Prev-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Prev.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Print-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Print-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Print.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\PrintPDF-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\PrintPDF-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\PrintPDF.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\resize.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\rhm13.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\sbar.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\small_square.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\spinner.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\tp.png" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\unchecked.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\up.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\uparrow.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Update-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Update-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\Update.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaAdd-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaAdd-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaAdd.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaCancel-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaCancel-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaCancel.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaClear-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaClear-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaClear.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaCopy-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaCopy-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaCopy.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaDelete-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaDelete-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaDelete.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaEdit-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaEdit-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaEdit.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaFirst-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaFirst-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaFirst.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaInsert-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaInsert-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaInsert.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaLast-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaLast-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaLast.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaNext-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaNext-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaNext.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPaste-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPaste-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPaste.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrev-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrev-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrev.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrint-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrint-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrint.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrintPDF-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrintPDF-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaPrintPDF.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaUpdate-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaUpdate-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\VistaUpdate.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpAdd-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpAdd-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpAdd.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpCancel-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpCancel-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpCancel.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpClear-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpClear-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpClear.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpCopy-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpCopy-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpCopy.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpDelete-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpDelete-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpDelete.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpEdit-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpEdit-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpEdit.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpFirst-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpFirst-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpFirst.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpInsert-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpInsert-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpInsert.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpLast-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpLast-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpLast.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpNext-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpNext-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpNext.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPaste-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPaste-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPaste.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrev-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrev-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrev.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrint-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrint-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrint.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrintPDF-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrintPDF-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpPrintPDF.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpUpdate-d.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpUpdate-h.gif" />
<Content Include="fp_client\fpspread\8_40_20143_0\img\XpUpdate.gif" />
<Content Include="Grapecity.ActiveReports.Flash.v9.Resources.swf" />
<Content Include="Grapecity.ActiveReports.Flash.v9.swf" />
<Content Include="Resources\images\ajax\AlignLeft.png" />
<Content Include="Resources\images\ajax\AlignMiddle.png" />
<Content Include="Resources\images\ajax\AlignRight.png" />
<Content Include="Resources\images\ajax\Bold.png" />
<Content Include="Resources\images\ajax\Italic.png" />
<Content Include="Resources\images\ajax\lock.png" />
<Content Include="Resources\images\ajax\Save.png" />
<Content Include="Resources\images\ajax\Underline.png" />
<Content Include="Resources\下载.png" />
<Content Include="Resources\删除.png" />
<Content Include="Resources\导入.png" />
<Content Include="Resources\添加.png" />
<Content Include="Templates\填报记录.xml" />
<Content Include="Resources\images\Add.png" />
<Content Include="Resources\images\ajax-loader .gif" />
<Content Include="Resources\images\ajax\bg.bmp" />
<Content Include="Resources\images\ajax\bold.gif" />
<Content Include="Resources\images\ajax\DeleteDataField.png" />
<Content Include="Resources\images\ajax\copy.gif" />
<Content Include="Resources\images\ajax\cut.gif" />
<Content Include="Resources\images\ajax\DeleteColumn.png" />
<Content Include="Resources\images\ajax\DeleteRow.png" />
<Content Include="Resources\images\ajax\DeleteDataArea.png" />
<Content Include="Resources\images\ajax\designericon.png" />
<Content Include="Resources\images\ajax\SetDataArea.png" />
<Content Include="Resources\images\ajax\RowHeight.png" />
<Content Include="Resources\images\ajax\InsertColumn.png" />
<Content Include="Resources\images\ajax\InsertRow.png" />
<Content Include="Resources\images\ajax\italic.gif" />
<Content Include="Resources\images\ajax\justifycenter.gif" />
<Content Include="Resources\images\ajax\justifyfull.gif" />
<Content Include="Resources\images\ajax\justifyleft.gif" />
<Content Include="Resources\images\ajax\justifyright.gif" />
<Content Include="Resources\images\ajax\MergeCenter.png" />
<Content Include="Resources\images\ajax\paste.gif" />
<Content Include="Resources\images\ajax\removeformat.gif" />
<Content Include="Resources\images\ajax\separator.Horizontal.gif" />
<Content Include="Resources\images\ajax\strikethrough.gif" />
<Content Include="Resources\images\ajax\subscript.gif" />
<Content Include="Resources\images\ajax\superscript.gif" />
<Content Include="Resources\images\ajax\toolbar.Horizontal.background.gif" />
<Content Include="Resources\images\ajax\toolbar.Horizontal.background1.gif" />
<Content Include="Resources\images\ajax\toolbar.Horizontal.end.gif" />
<Content Include="Resources\images\ajax\toolbar.Horizontal.start.gif" />
<Content Include="Resources\images\ajax\underline.gif" />
<Content Include="Resources\images\ajax\ColumnWidth.png" />
<Content Include="Resources\images\bg_body_msdn.png" />
<Content Include="Resources\images\Button Add.png" />
<Content Include="Resources\images\Chart Bar.png" />
<Content Include="Resources\images\List.png" />
<Content Include="Resources\images\logo-gc-white.png" />
<Content Include="Resources\images\menubg.png" />
<Content Include="Resources\images\reportviewer.png" />
<Content Include="Resources\images\spLogo_256.png" />
<Content Include="Resources\images\spnet_n_05.png" />
<Content Include="Resources\images\texture.jpg" />
<Content Include="Template_Fill.aspx" />
<Content Include="Template_New.aspx" />
<Content Include="Index.aspx" />
<Content Include="Report.aspx" />
<Content Include="Resources\Logo.png" />
<Content Include="explore\css\images\icons\16\arrow.png" />
<Content Include="explore\css\images\icons\24\back.png" />
<Content Include="explore\css\images\icons\24\home.png" />
<Content Include="explore\css\images\ribbon-right.png" />
<Content Include="explore\css\images\widget_bg.png" />
<Content Include="explore\css\style.css" />
<Content Include="Global.asax" />
<Content Include="Resources\固定资产填报.jpg" />
<Content Include="Resources\Excel导入.png" />
<Content Include="Resources\其他操作.png" />
<Content Include="Resources\模板管理.png" />
<Content Include="Resources\数据分析.png" />
<Content Include="Resources\数据报表.png" />
<Content Include="Resources\数据填报.png" />
<Content Include="Resources\项目基本情况表.jpg" />
<Content Include="Template_Select.aspx" />
<Content Include="Template_Edit.aspx" />
<Content Include="Template_Manage.aspx" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="DataAnalysis.aspx.cs">
<DependentUpon>DataAnalysis.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DataAnalysis.aspx.designer.cs">
<DependentUpon>DataAnalysis.aspx</DependentUpon>
</Compile>
<Compile Include="DataTools.cs" />
<Compile Include="FixedForm.aspx.cs">
<DependentUpon>FixedForm.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="FixedForm.aspx.designer.cs">
<DependentUpon>FixedForm.aspx</DependentUpon>
</Compile>
<Compile Include="DynamicRows.aspx.cs">
<DependentUpon>DynamicRows.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DynamicRows.aspx.designer.cs">
<DependentUpon>DynamicRows.aspx</DependentUpon>
</Compile>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Template_Fill.aspx.cs">
<DependentUpon>Template_Fill.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Template_Fill.aspx.designer.cs">
<DependentUpon>Template_Fill.aspx</DependentUpon>
</Compile>
<Compile Include="Template_New.aspx.cs">
<DependentUpon>Template_New.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Template_New.aspx.designer.cs">
<DependentUpon>Template_New.aspx</DependentUpon>
</Compile>
<Compile Include="Index.aspx.cs">
<DependentUpon>Index.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Index.aspx.designer.cs">
<DependentUpon>Index.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Report.aspx.cs">
<DependentUpon>Report.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Report.aspx.designer.cs">
<DependentUpon>Report.aspx</DependentUpon>
</Compile>
<Compile Include="Template_Select.aspx.cs">
<DependentUpon>Template_Select.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Template_Select.aspx.designer.cs">
<DependentUpon>Template_Select.aspx</DependentUpon>
</Compile>
<Compile Include="Site.Master.cs">
<DependentUpon>Site.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Site.Master.designer.cs">
<DependentUpon>Site.Master</DependentUpon>
</Compile>
<Compile Include="Template_Edit.aspx.cs">
<DependentUpon>Template_Edit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Template_Edit.aspx.designer.cs">
<DependentUpon>Template_Edit.aspx</DependentUpon>
</Compile>
<Compile Include="Template_Manage.aspx.cs">
<DependentUpon>Template_Manage.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Template_Manage.aspx.designer.cs">
<DependentUpon>Template_Manage.aspx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<Content Include="Site.Master" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\licenses.licx" />
</ItemGroup>
<ItemGroup>
<Content Include="Templates\固定资产信息申报表.xlsx" />
</ItemGroup>
<ItemGroup>
<Content Include="Reports\List.rdlx">
<SubType>Component</SubType>
</Content>
<Content Include="Reports\ListByDepart.rdlx" />
<Content Include="Reports\StatisticsByDepart.rdlx">
<SubType>Component</SubType>
</Content>
<Content Include="Reports\ChartByDepart.rdlx">
<SubType>Component</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="App_Data\ReportsDataSource.rdsx" />
</ItemGroup>
<ItemGroup>
<Content Include="Templates\项目基本情况表.xlsx" />
</ItemGroup>
<ItemGroup />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>55935</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:57577/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/GrapeCity-dataprocess.git
git@api.gitlife.ru:oschina-mirror/GrapeCity-dataprocess.git
oschina-mirror
GrapeCity-dataprocess
GrapeCity-dataprocess
master