Skip to content

Commit

Permalink
Initial commit with Debug output to tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jzablocki committed Mar 5, 2013
0 parents commit 7428548
Show file tree
Hide file tree
Showing 320 changed files with 162,023 additions and 0 deletions.
148 changes: 148 additions & 0 deletions .gitignore
@@ -0,0 +1,148 @@
## 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/
x64/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

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

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# 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
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# 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
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store
86 changes: 86 additions & 0 deletions src/Couchbase.GlimpseAdapter/Couchbase.GlimpseAdapter.csproj
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C3FC0471-659D-4D25-982F-10881BB9C0FD}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Couchbase.GlimpseAdapter</RootNamespace>
<AssemblyName>Couchbase.GlimpseAdapter</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Couchbase">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\Couchbase.dll</HintPath>
</Reference>
<Reference Include="Enyim.Caching">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\Enyim.Caching.dll</HintPath>
</Reference>
<Reference Include="Enyim.Caching.Log4NetAdapter">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\Enyim.Caching.Log4NetAdapter.dll</HintPath>
</Reference>
<Reference Include="Enyim.Caching.NLogAdapter">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\Enyim.Caching.NLogAdapter.dll</HintPath>
</Reference>
<Reference Include="Hammock">
<HintPath>..\CouchbaseGlimpseWeb\packages\Hammock.1.2.9\lib\4.0\Hammock.dll</HintPath>
</Reference>
<Reference Include="Hammock.ClientProfile">
<HintPath>..\CouchbaseGlimpseWeb\packages\Hammock.1.2.9\lib\4.0\Hammock.ClientProfile.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\CouchbaseGlimpseWeb\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include="RestSharp">
<HintPath>..\CouchbaseGlimpseWeb\packages\CouchbaseNetClient.1.2.2\lib\net40\RestSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>
12 changes: 12 additions & 0 deletions src/Couchbase.GlimpseAdapter/CouchbaseLogger.cs
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Couchbase.GlimpseAdapter
{
public static class CouchbaseLogger
{
public static
}
}
21 changes: 21 additions & 0 deletions src/Couchbase.GlimpseAdapter/GlimpseFactory.cs
@@ -0,0 +1,21 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Enyim.Caching;

namespace Couchbase.GlimpseAdapter
{
public class GlimpseFactory : ILogFactory
{
public ILog GetLogger(Type type)
{
retirn
}

public ILog GetLogger(string name)
{
throw new NotImplementedException();
}
}
}

0 comments on commit 7428548

Please sign in to comment.