7 Star 53 Fork 13

朱平齐 / RuiJi.Scraper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RuiJi.Scraper.njsproj 18.37 KB
一键复制 编辑 原始数据 按行查看 历史
朱平齐 提交于 2020-08-24 16:24 . 排除dist
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>RuiJi.Scraper</Name>
<RootNamespace>RuiJi.Chrome</RootNamespace>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<SccProjectName>
</SccProjectName>
<SccProvider>
</SccProvider>
<SccAuxPath>
</SccAuxPath>
<SccLocalPath>
</SccLocalPath>
<SaveNodeJsSettingsInProjectFile>False</SaveNodeJsSettingsInProjectFile>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>17251778-605e-490b-9aef-f25de44617e0</ProjectGuid>
<ProjectHome>
</ProjectHome>
<StartupFile>node_modules\@vue\cli-service\bin\vue-cli-service.js</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<NodejsPort>1337</NodejsPort>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
<TypeScriptToolsVersion>3.8</TypeScriptToolsVersion>
<EnableTypeScript>true</EnableTypeScript>
<StartWebBrowser>True</StartWebBrowser>
<ScriptArguments>serve</ScriptArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Content Include=".babelrc" />
<Content Include="public\background.html">
<SubType>Code</SubType>
</Content>
<Content Include="public\css\animate.css" />
<Content Include="public\css\blackboard.css" />
<Content Include="public\css\bootstrap-switch.min.css" />
<Content Include="public\css\bootstrap-table.min.css" />
<Content Include="public\css\bootstrap.min.css" />
<Content Include="public\css\codemirror.css" />
<Content Include="public\css\content-chain.css" />
<Content Include="public\css\content-page.css">
<SubType>Code</SubType>
</Content>
<Content Include="public\css\common.css" />
<Content Include="public\css\content.css" />
<Content Include="public\css\font-awesome.min.css" />
<Content Include="public\css\glyphicons.css">
<SubType>Code</SubType>
</Content>
<Content Include="public\fonts\fontawesome-webfont.eot" />
<Content Include="public\fonts\fontawesome-webfont.svg" />
<Content Include="public\fonts\fontawesome-webfont.ttf" />
<Content Include="public\fonts\fontawesome-webfont.woff" />
<Content Include="public\fonts\FontAwesome.otf" />
<Content Include="public\css\hljs.css">
<SubType>Code</SubType>
</Content>
<Content Include="public\css\settings.css" />
<Content Include="public\fonts\fontawesome-webfont.woff2" />
<Content Include="public\fonts\glyphicons-halflings-regular.eot" />
<Content Include="public\fonts\glyphicons-halflings-regular.svg" />
<Content Include="public\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="public\fonts\glyphicons-halflings-regular.woff" />
<Content Include="public\img\icon.png" />
<Content Include="public\img\icon128.png" />
<Content Include="public\img\icon48.png" />
<Content Include="public\img\loading.0.gif" />
<Content Include="public\forget.html" />
<Content Include="public\content.html" />
<Content Include="public\img\reward.jpg" />
<Content Include="public\libs\es6-promise\LICENSE" />
<Content Include="public\libs\html2canvas\LICENSE" />
<Content Include="public\libs\js-xlsx\LICENSE" />
<Content Include="public\libs\jsPDF-AutoTable\LICENSE.txt" />
<Content Include="public\libs\jsPDF\MIT-LICENSE.txt" />
<Content Include="public\libs\pdfmake\LICENSE" />
<Content Include="public\login.html" />
<Content Include="public\order.html" />
<Content Include="public\popup.html" />
<Content Include="public\register.html" />
<Content Include="public\settings.html" />
<Content Include="public\sidebar.html">
<SubType>Code</SubType>
</Content>
<Content Include="public\worksheet.html" />
<Content Include="public\_locales\en\messages.json" />
<Content Include="public\_locales\zh_CN\messages.json" />
<None Include="public\manifest.json">
<Publish>True</Publish>
</None>
<Content Include="src\components\content\Chain.vue" />
<Content Include="src\components\content\FunctionEditor.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\export\WordPress.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Forget.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Loading.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Login.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\content\Pane.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Popup.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\content\RuleEditor.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\content\Rules.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\content\SelectorEditor.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Register.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\Console.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\Course.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\Home.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\content\Tool.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\content\Vis.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\News.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\Order.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\Request.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\SocialShare.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\settings\Upgrade.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Sheet.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\BtnSwitch.vue">
<SubType>Code</SubType>
</Content>
<Content Include="tsconfig.json" />
<Content Include="package.json" />
<Content Include="README.md" />
</ItemGroup>
<ItemGroup>
<Folder Include="public\" />
<Folder Include="public\css\" />
<Folder Include="public\fonts\" />
<Folder Include="public\img\" />
<Folder Include="public\libs\" />
<Folder Include="public\libs\es6-promise\" />
<Folder Include="public\libs\html2canvas\" />
<Folder Include="public\libs\js-xlsx\" />
<Folder Include="public\libs\jsPDF-AutoTable\" />
<Folder Include="public\libs\jsPDF\" />
<Folder Include="public\libs\paypal\" />
<Folder Include="public\libs\pdfmake\" />
<Folder Include="public\_locales\" />
<Folder Include="public\_locales\en\" />
<Folder Include="public\_locales\zh_CN\" />
<Folder Include="src\" />
<Folder Include="src\assets\" />
<Folder Include="src\components\" />
<Folder Include="src\components\content\" />
<Folder Include="src\components\export\" />
<Folder Include="src\components\settings\" />
<Folder Include="src\core\" />
<Folder Include="src\core\diff\" />
<Folder Include="src\core\thread\" />
<Folder Include="src\core\ruiji\" />
<Folder Include="src\core\vis\" />
<Folder Include="src\%40types\" />
<Folder Include="src\ajax\" />
<Folder Include="src\shared\" />
<Folder Include="src\shared\jquery\" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="src\%40types\array.d.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\%40types\date.d.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\%40types\jschardet.d.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\%40types\paypal-checkout.d.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\ajax\chain.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\ajax\course.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\background.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\components\content\ChainEditor.vue">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\charset.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\diff\differ.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\diff\inline.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\downloader.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\i18n.d.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\i18n.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\message.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\ajax\pay.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\chain.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\chainFlow.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\mime.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\db.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\extractor.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\locator.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\outline.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\resultManger.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\paging.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\parser.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\processor.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\selector.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\utils.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\viewer.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\ruiji\wildcard.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\ajax\rule.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\thread\task.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\thread\threadpool.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\vis\block.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\utils.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\common.ts" />
<TypeScriptCompile Include="src\content.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\vis\detector.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\vis\enum.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\vis\rectangle.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\vis\scraper.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\vis\splitter.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\forget.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\login.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\popup.ts" />
<TypeScriptCompile Include="src\register.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\settings.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\shared\array.ts" />
<TypeScriptCompile Include="src\%40types\jquery.fn.d.ts" />
<TypeScriptCompile Include="src\shared\date.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\shared\jquery\drawRect.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\shared\jquery\rect.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\shared\jquery\xpath.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\shared\jquery\zindex.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\shims.d.ts" />
<TypeScriptCompile Include="src\ajax\user.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\sidebar.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\worksheet.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
</ItemGroup>
<ItemGroup>
<Compile Include=".postcssrc.js" />
<Compile Include="public\libs\es6-promise\es6-promise.auto.min.js" />
<Compile Include="public\libs\jschardet.min.js" />
<Compile Include="public\libs\jsPDF\default_vfs.js" />
<Compile Include="public\libs\jsPDF\jspdf.customfonts.debug.js" />
<Compile Include="public\libs\jsPDF\jspdf.customfonts.min.js" />
<Compile Include="public\libs\jsPDF\jspdf.debug.js" />
<Compile Include="public\libs\paypal\checkout.js" />
<Compile Include="public\libs\paypal\client.min.js" />
<Compile Include="public\libs\paypal\paypal-checkout.min.js" />
<Compile Include="public\libs\tableExport.js" />
<Compile Include="public\libs\tableExport.min.js" />
<Compile Include="src\zip.js">
<SubType>Code</SubType>
</Compile>
<Compile Include="public\libs\html2canvas\html2canvas.min.js" />
<Compile Include="public\libs\js-xlsx\xlsx.core.min.js" />
<Compile Include="public\libs\jsPDF-AutoTable\jspdf.plugin.autotable.js" />
<Compile Include="public\libs\jsPDF\jspdf.min.js" />
<Compile Include="public\libs\pdfmake\mirza_fonts.js" />
<Compile Include="public\libs\pdfmake\pdfmake.min.js" />
<Compile Include="public\libs\pdfmake\vfs_fonts.js" />
<Compile Include="vue.config.js" />
<Compile Include="webpack.config.txt" />
</ItemGroup>
<!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them. -->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
<PropertyGroup>
<PostBuildEvent>
npm run build
</PostBuildEvent>
</PropertyGroup>
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
TypeScript
1
https://gitee.com/zhupingqi/RuiJi.Scraper.git
git@gitee.com:zhupingqi/RuiJi.Scraper.git
zhupingqi
RuiJi.Scraper
RuiJi.Scraper
master

搜索帮助