Skip to content

Commit

Permalink
Added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre321 committed Feb 14, 2013
1 parent 6cbfd18 commit d140169
Show file tree
Hide file tree
Showing 32 changed files with 55,353 additions and 94 deletions.
129 changes: 35 additions & 94 deletions .gitignore
@@ -1,108 +1,49 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/
#OS junk files
[Tt]humbs.db
*.DS_Store

# mstest test results
TestResults

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
#Visual Studio files
*.[Oo]bj
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
x64/
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.ncb
*.suo
*.tlb
*.tli
*.tlh
*.tmp
*.bak
*.[Cc]ache
*.ilk
*.log
*.vspscc
*.vssscc
.builds

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# 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

# Publish Web Output
*.Publish.xml

# NuGet Packages Directory
packages
#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*

# Windows Azure Build Output
csx
*.build.csdef
#Project files
[Bb]uild/

# Windows Store app package directory
AppPackages/
#Subversion files
.svn

# Others
[Bb]in
[Oo]bj
sql
TestResults
[Tt]est[Rr]esult*
*.Cache
ClientBin
[Ss]tyle[Cc]op.*
# Office Temp Files
~$*
*.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

*/App_Data/*
Binary file not shown.
16 changes: 16 additions & 0 deletions packages/Common.Logging.2.1.2/Common.Logging.2.1.2.nuspec
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Common.Logging</id>
<version>2.1.2</version>
<authors>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</authors>
<owners>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</owners>
<projectUrl>http://netcommon.sourceforge.net/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.</description>
<language>en-US</language>
<references>
<reference file="Common.Logging.dll" />
</references>
</metadata>
</package>
Binary file not shown.
Binary file not shown.

0 comments on commit d140169

Please sign in to comment.