Skip to content

Commit

Permalink
create
Browse files Browse the repository at this point in the history
  • Loading branch information
alifellod committed Jul 9, 2013
1 parent 45e3a79 commit 6f7e6ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// 与程序集关联的信息。
[assembly: AssemblyTitle("NWebGather")]
[assembly: AssemblyDescription(@"功能介绍:现阶段实现的功能有根据设定的规则进行逐页采集与逐列表采集文本。
开源地址:
开源地址:https://github.com/alifellod/NWebGather
博客地址:http://www.cnblogs.com/yelaiju/
QQ群:9524888
欢迎大家入群交流共享采集正则,讨论技术,讨论人生……")]
Expand Down
12 changes: 6 additions & 6 deletions src/NWebGather2010.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWebGather.GatherHelper", "GatherHelper\NWebGather.GatherHelper.csproj", "{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWebGather.Framework", "Framework\NWebGather.Framework.csproj", "{A86DA9C7-3785-48AF-82D0-2C34D55017A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWebGather.Forms", "Forms\NWebGather.Forms.csproj", "{419DCFF6-1293-4576-83D4-034196DB301E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWebGather.Helper", "Helper\NWebGather.Helper.csproj", "{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Release|Any CPU.Build.0 = Release|Any CPU
{A86DA9C7-3785-48AF-82D0-2C34D55017A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A86DA9C7-3785-48AF-82D0-2C34D55017A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A86DA9C7-3785-48AF-82D0-2C34D55017A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -25,6 +21,10 @@ Global
{419DCFF6-1293-4576-83D4-034196DB301E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{419DCFF6-1293-4576-83D4-034196DB301E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{419DCFF6-1293-4576-83D4-034196DB301E}.Release|Any CPU.Build.0 = Release|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA8B62F3-2A3D-4551-98EE-4AD93E0BADD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 6f7e6ae

Please sign in to comment.