Skip to content

Commit 7c71aaf

Browse files
committed
initial commit
0 parents  commit 7c71aaf

File tree

77 files changed

+55942
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+55942
-0
lines changed

.gitignore

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2+
[Bb]in/
3+
[Oo]bj/
4+
5+
# mstest test results
6+
TestResults
7+
8+
## Ignore Visual Studio temporary files, build results, and
9+
## files generated by popular Visual Studio add-ons.
10+
11+
# User-specific files
12+
*.suo
13+
*.user
14+
*.sln.docstates
15+
16+
# Build results
17+
[Dd]ebug/
18+
[Rr]elease/
19+
x64/
20+
*_i.c
21+
*_p.c
22+
*.ilk
23+
*.meta
24+
*.obj
25+
*.pch
26+
*.pdb
27+
*.pgc
28+
*.pgd
29+
*.rsp
30+
*.sbr
31+
*.tlb
32+
*.tli
33+
*.tlh
34+
*.tmp
35+
*.vspscc
36+
*.vssscc
37+
.builds
38+
39+
# ReSharper is a .NET coding add-in
40+
_ReSharper*
41+
42+
# NCrunch
43+
*.ncrunch*
44+
.*crunch*.local.xml
45+
46+
# Others
47+
[Bb]in
48+
[Oo]bj
49+
sql
50+
TestResults
51+
[Tt]est[Rr]esult*
52+
*.Cache
53+
ClientBin
54+
[Ss]tyle[Cc]op.*
55+
~$*
56+
*.dbmdl
57+
Generated_Code #added for RIA/Silverlight projects
58+
59+
# Backup & report files from converting an old project file to a newer
60+
# Visual Studio version. Backup files are not needed, because we have git ;-)
61+
_UpgradeReport_Files/
62+
Backup*/
63+
UpgradeLog*.XML

Local.testsettings

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<TestSettings name="Local" id="819cd4be-cab7-4b4a-be58-cb71400f1079" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
3+
<Description>These are default test settings for a local test run.</Description>
4+
<Deployment enabled="false" />
5+
<Execution>
6+
<TestTypeSpecific />
7+
<AgentRule name="Execution Agents">
8+
</AgentRule>
9+
</Execution>
10+
</TestSettings>

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Twitter Bootstrap Helpers
2+
=======
3+
4+
C# Razor Helpers for Twitter Bootstrap

TraceAndTestImpact.testsettings

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<TestSettings name="Trace and Test Impact" id="311e2608-fe16-4225-8702-30d57653fb99" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
3+
<Description>These are test settings for Trace and Test Impact.</Description>
4+
<Execution>
5+
<TestTypeSpecific />
6+
<AgentRule name="Execution Agents">
7+
<DataCollectors>
8+
<DataCollector uri="datacollector://microsoft/SystemInfo/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.DataCollection.SystemInfo.SystemInfoDataCollector, Microsoft.VisualStudio.TestTools.DataCollection.SystemInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="System Information">
9+
</DataCollector>
10+
<DataCollector uri="datacollector://microsoft/HttpProxy/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.HttpProxyCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="ASP.NET Client Proxy for IntelliTrace and Test Impact">
11+
</DataCollector>
12+
<DataCollector uri="datacollector://microsoft/TestImpact/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TestImpactDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Test Impact">
13+
</DataCollector>
14+
<DataCollector uri="datacollector://microsoft/TraceDebugger/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TraceDebuggerDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="IntelliTrace">
15+
</DataCollector>
16+
</DataCollectors>
17+
</AgentRule>
18+
</Execution>
19+
</TestSettings>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("TwitterBootstrapHelpers.Tests")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("DyKnow")]
12+
[assembly: AssemblyProduct("TwitterBootstrapHelpers.Tests")]
13+
[assembly: AssemblyCopyright("Copyright © DyKnow 2012")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("30ef404d-6c53-4f64-a65f-dac7a1fb0545")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
[assembly: AssemblyVersion("1.0.0.0")]
35+
[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>
7+
</ProductVersion>
8+
<SchemaVersion>2.0</SchemaVersion>
9+
<ProjectGuid>{E14A6705-5C93-43E9-9B1A-186A54DF5845}</ProjectGuid>
10+
<OutputType>Library</OutputType>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<RootNamespace>TwitterBootstrapHelpers.Tests</RootNamespace>
13+
<AssemblyName>TwitterBootstrapHelpers.Tests</AssemblyName>
14+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15+
<FileAlignment>512</FileAlignment>
16+
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17+
</PropertyGroup>
18+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<OutputPath>bin\Debug\</OutputPath>
23+
<DefineConstants>DEBUG;TRACE</DefineConstants>
24+
<ErrorReport>prompt</ErrorReport>
25+
<WarningLevel>4</WarningLevel>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
37+
<Reference Include="System" />
38+
<Reference Include="System.Core">
39+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
40+
</Reference>
41+
</ItemGroup>
42+
<ItemGroup>
43+
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
44+
<Visible>False</Visible>
45+
</CodeAnalysisDependentAssemblyPaths>
46+
</ItemGroup>
47+
<ItemGroup>
48+
<Compile Include="Properties\AssemblyInfo.cs" />
49+
<Compile Include="UnitTest1.cs" />
50+
</ItemGroup>
51+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
52+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
53+
Other similar extension points exist, see Microsoft.Common.targets.
54+
<Target Name="BeforeBuild">
55+
</Target>
56+
<Target Name="AfterBuild">
57+
</Target>
58+
-->
59+
</Project>
+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using System.Linq;
5+
using Microsoft.VisualStudio.TestTools.UnitTesting;
6+
7+
namespace TwitterBootstrapHelpers.Tests
8+
{
9+
/// <summary>
10+
/// Summary description for UnitTest1
11+
/// </summary>
12+
[TestClass]
13+
public class UnitTest1
14+
{
15+
public UnitTest1()
16+
{
17+
//
18+
// TODO: Add constructor logic here
19+
//
20+
}
21+
22+
private TestContext testContextInstance;
23+
24+
/// <summary>
25+
///Gets or sets the test context which provides
26+
///information about and functionality for the current test run.
27+
///</summary>
28+
public TestContext TestContext
29+
{
30+
get
31+
{
32+
return testContextInstance;
33+
}
34+
set
35+
{
36+
testContextInstance = value;
37+
}
38+
}
39+
40+
#region Additional test attributes
41+
//
42+
// You can use the following additional attributes as you write your tests:
43+
//
44+
// Use ClassInitialize to run code before running the first test in the class
45+
// [ClassInitialize()]
46+
// public static void MyClassInitialize(TestContext testContext) { }
47+
//
48+
// Use ClassCleanup to run code after all tests in a class have run
49+
// [ClassCleanup()]
50+
// public static void MyClassCleanup() { }
51+
//
52+
// Use TestInitialize to run code before running each test
53+
// [TestInitialize()]
54+
// public void MyTestInitialize() { }
55+
//
56+
// Use TestCleanup to run code after each test has run
57+
// [TestCleanup()]
58+
// public void MyTestCleanup() { }
59+
//
60+
#endregion
61+
62+
[TestMethod]
63+
public void TestMethod1()
64+
{
65+
//
66+
// TODO: Add test logic here
67+
//
68+
}
69+
}
70+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
body
2+
{
3+
font-size: .85em;
4+
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
5+
color: #232323;
6+
background-color: #fff;
7+
}
8+
9+
header,
10+
footer,
11+
nav,
12+
section {
13+
display: block;
14+
}
15+
16+
/* Styles for basic forms
17+
-----------------------------------------------------------*/
18+
19+
fieldset
20+
{
21+
border:1px solid #ddd;
22+
padding:0 1.4em 1.4em 1.4em;
23+
margin:0 0 1.5em 0;
24+
}
25+
26+
legend
27+
{
28+
font-size:1.2em;
29+
font-weight: bold;
30+
}
31+
32+
textarea
33+
{
34+
min-height: 75px;
35+
}
36+
37+
.editor-label
38+
{
39+
margin: 1em 0 0 0;
40+
}
41+
42+
.editor-field
43+
{
44+
margin:0.5em 0 0 0;
45+
}
46+
47+
48+
/* Styles for validation helpers
49+
-----------------------------------------------------------*/
50+
.field-validation-error
51+
{
52+
color: #ff0000;
53+
}
54+
55+
.field-validation-valid
56+
{
57+
display: none;
58+
}
59+
60+
.input-validation-error
61+
{
62+
border: 1px solid #ff0000;
63+
background-color: #ffeeee;
64+
}
65+
66+
.validation-summary-errors
67+
{
68+
font-weight: bold;
69+
color: #ff0000;
70+
}
71+
72+
.validation-summary-valid
73+
{
74+
display: none;
75+
}

0 commit comments

Comments
 (0)