forked from jamietre/CsQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
234 changed files
with
133,516 additions
and
133,370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
################# | ||
## Nonpublic stuff and generated junk | ||
################# | ||
|
||
Build/ | ||
TestResults/ | ||
CsQuery.Tests/Performance/Output/ | ||
WebSite/ | ||
|
||
################# | ||
## Visual Studio | ||
################# | ||
bin | ||
obj | ||
|
||
## Ignore Visual Studio temporary files, build results, and | ||
## files generated by popular Visual Studio add-ons. | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
*.sln.docstates | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
[Rr]elease/ | ||
*_i.c | ||
*_p.c | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.pch | ||
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.vspscc | ||
.builds | ||
*.dotCover | ||
|
||
## TODO: If you have NuGet Package Restore enabled, uncomment this | ||
#packages/ | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
|
||
# ReSharper is a .NET coding add-in | ||
_ReSharper* | ||
|
||
# Installshield output folder | ||
[Ee]xpress | ||
|
||
# DocProject is a documentation generator add-in | ||
DocProject/buildhelp/ | ||
DocProject/Help/*.HxT | ||
DocProject/Help/*.HxC | ||
DocProject/Help/*.hhc | ||
DocProject/Help/*.hhk | ||
DocProject/Help/*.hhp | ||
DocProject/Help/Html2 | ||
DocProject/Help/html | ||
|
||
# Click-Once directory | ||
publish | ||
|
||
# Others | ||
[Bb]in | ||
[Oo]bj | ||
sql | ||
TestResults | ||
*.Cache | ||
ClientBin | ||
stylecop.* | ||
~$* | ||
*.dbmdl | ||
Generated_Code #added for RIA/Silverlight projects | ||
|
||
# Backup & report files from converting an old project file to a newer | ||
# Visual Studio version. Backup files are not needed, because we have git ;-) | ||
_UpgradeReport_Files/ | ||
Backup*/ | ||
UpgradeLog*.XML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsQuery", "CsQuery\CsQuery.csproj", "{C38DFFE9-321B-4941-B031-29D718AB5C31}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Csquery.Tests", "Csquery.Tests\Csquery.Tests.csproj", "{F8920741-0BB4-4939-A774-0F9059B2B7F0}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE94EF7A-CD05-40ED-B94A-3C78F9A81C0A}" | ||
ProjectSection(SolutionItems) = preProject | ||
CsQuery.vsmdi = CsQuery.vsmdi | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(TestCaseManagementSettings) = postSolution | ||
CategoryFile = CsQuery.vsmdi | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|x64.ActiveCfg = Debug|x64 | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|x64.Build.0 = Debug|x64 | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|x64.ActiveCfg = Release|x64 | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|x64.Build.0 = Release|x64 | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Release|x64.ActiveCfg = Release|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Release|x64.ActiveCfg = Release|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Release|x64.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsQuery", "CsQuery\CsQuery.csproj", "{C38DFFE9-321B-4941-B031-29D718AB5C31}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Csquery.Tests", "Csquery.Tests\Csquery.Tests.csproj", "{F8920741-0BB4-4939-A774-0F9059B2B7F0}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE94EF7A-CD05-40ED-B94A-3C78F9A81C0A}" | ||
ProjectSection(SolutionItems) = preProject | ||
CsQuery.vsmdi = CsQuery.vsmdi | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(TestCaseManagementSettings) = postSolution | ||
CategoryFile = CsQuery.vsmdi | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|x64.ActiveCfg = Debug|x64 | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Debug|x64.Build.0 = Debug|x64 | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|x64.ActiveCfg = Release|x64 | ||
{C38DFFE9-321B-4941-B031-29D718AB5C31}.Release|x64.Build.0 = Release|x64 | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{F8920741-0BB4-4939-A774-0F9059B2B7F0}.Release|x64.ActiveCfg = Release|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{68678A22-AD49-42A7-8C6A-38B333C13BF2}.Release|x64.ActiveCfg = Release|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9DE463B1-E263-4580-82FF-35ECAE1D7C2E}.Release|x64.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.