Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initial checkin. Converted from bitbucket at version 0.27.
  • Loading branch information
forki committed Feb 8, 2010
0 parents commit 0ad4df0
Show file tree
Hide file tree
Showing 237 changed files with 35,422 additions and 0 deletions.
57 changes: 57 additions & 0 deletions FAKE.sln
@@ -0,0 +1,57 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0F0488CC-2580-4C07-9E16-3997480F0221}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
build.fsx = build.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "app", "app", "{4198A143-EFB9-4E72-A3BD-F2848B78CC21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{B774DC6A-F933-4EC3-A61F-E07344EF8ED2}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FakeLib", "src\app\FakeLib\FakeLib.fsproj", "{13D56521-772A-41DB-9772-1DA1A4AA8E3A}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FAKE", "src\app\FAKE\FAKE.fsproj", "{CA923BCA-C273-4744-9658-7DF7001FF266}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.FAKECore", "src\test\Test.FAKECore\Test.FAKECore.csproj", "{98944472-E50A-4771-969D-4C0349D085A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HelpInput", "HelpInput", "{EA6A2A1A-80C9-418F-A835-11758E1AE87E}"
ProjectSection(SolutionItems) = preProject
HelpInput\msdn.css = HelpInput\msdn.css
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13D56521-772A-41DB-9772-1DA1A4AA8E3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13D56521-772A-41DB-9772-1DA1A4AA8E3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13D56521-772A-41DB-9772-1DA1A4AA8E3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13D56521-772A-41DB-9772-1DA1A4AA8E3A}.Release|Any CPU.Build.0 = Release|Any CPU
{CA923BCA-C273-4744-9658-7DF7001FF266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA923BCA-C273-4744-9658-7DF7001FF266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA923BCA-C273-4744-9658-7DF7001FF266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA923BCA-C273-4744-9658-7DF7001FF266}.Release|Any CPU.Build.0 = Release|Any CPU
{98944472-E50A-4771-969D-4C0349D085A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98944472-E50A-4771-969D-4C0349D085A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98944472-E50A-4771-969D-4C0349D085A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98944472-E50A-4771-969D-4C0349D085A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA6A2A1A-80C9-418F-A835-11758E1AE87E} = {0F0488CC-2580-4C07-9E16-3997480F0221}
{13D56521-772A-41DB-9772-1DA1A4AA8E3A} = {4198A143-EFB9-4E72-A3BD-F2848B78CC21}
{CA923BCA-C273-4744-9658-7DF7001FF266} = {4198A143-EFB9-4E72-A3BD-F2848B78CC21}
{98944472-E50A-4771-969D-4C0349D085A4} = {B774DC6A-F933-4EC3-A61F-E07344EF8ED2}
EndGlobalSection
EndGlobal
229 changes: 229 additions & 0 deletions HelpInput/msdn.css
@@ -0,0 +1,229 @@
body
{
width: 100%;
margin: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
}

h1, h3, h4
{
margin-bottom: .4em;
margin-top: 1em;
}

h1
{
font-size: 120%;
margin-top: 0em;
}

h3
{
font-size: 115%;
}

h4
{
font-size: 100%;
}

div.table
{
text-align: center;
}

table
{
font-size: 100%;
border-collapse: collapse;
width: 93%;
}

th
{
background-color: #cccccc;
color: #000000;
font-weight: bolder;
padding: 5px;
border: 1px solid #999999;
}

tr
{
background-color: #ffffff;
padding: 5px;
text-align: left;
border: 1px solid #999999;
}

td
{
border: 1px solid #999999;
padding: 5px;
}

p
{
margin: .5em 0em .5em 0em;
}

pre
{
margin-top: .5em;
margin-bottom: .5em;
}

pre.code
{
font: Monospace, Courier New, Courier;
color: #000066;
font-size: 100%;
margin-left: 20px;
}

.syntax
{
font: Monospace, Courier New, Courier;
letter-spacing: .1em;
background-color: #cccccc;
color: #000000;
font-size: 100%;
font-weight: bolder;
padding: 5px;
border: 1px solid #999999;
margin-left: 20px;
padding: 4px 8px;
margin-top: 1em;
margin-bottom: 1em;
width: 96%;
}
.comment
{
color:Green;
font-weight:lighter;
}
.i1
{
margin-left: 20px;
}

.i2
{
margin-left: 40px;
}

.i3
{
margin-left: 60px;
}

.missing
{
color: Red;
}

div#banner
{
width: 100%;
margin: 0px 0px 0px 0px;
border-width: 0px;
border-bottom: 1px solid #999999;
padding: 0px 0px 0px 0px;
background-color: #99ccff;
}

div#header
{
margin: 0px 0px 0px 0px;
border-width: 0px;
padding: .4em .4em 0 .4em;
background-color: #99ccff;
font-style: italic;
}

div#footer
{
font-size: 100%;
font-style:italic;
border-top: 1px solid #999999;
margin-left: 20px;
margin-top: 1em;
margin-bottom: 1em;
width: 96%;
}

div#banner h1
{
margin: 0px 0px 0px 0px;
border-width: 0px;
padding: 0 .4em .3em .4em;
background-color: #99ccff;
}

div#content
{
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 4px;
}

code.ce
{
font-style: italic;
}

pre.syntax span.lang
{
margin: 0;
font-weight: normal;
}

pre.syntax span.meta
{
margin: 0;
font-weight: normal;
font-style: italic;
}

.permissions
{
margin-top: 6px;
}

blockquote.dtBlock
{
margin: .5em 1.5em .5em 1.5em;
}

a:link
{
color: #0000ff;
}

a:visited
{
color: #0000ff;
}

a:hover
{
color: #3366ff;
}

a.typeLink
{
text-decoration:none;
}
a:link.typeLink
{
text-decoration:none;
}
a:visited.typeLink;
{
text-decoration:none;
}
a:hover.typeLink
{
font-style:italic;
text-decoration:underline;
}
31 changes: 31 additions & 0 deletions Samples/Calculator/CCNetConfigSample.xml
@@ -0,0 +1,31 @@
<cruisecontrol>
<project>
<name>CalculatorExample</name>
<triggers>
<intervalTrigger name="continuous" seconds="30" initialSeconds="30"/>
</triggers>
<sourcecontrol type="svn">
<executable>c:\Program Files (x86)\Subversion\bin\svn.exe</executable>
<workingDirectory>d:\Calculator\</workingDirectory>
<trunkUrl>http://fake.googlecode.com/svn/trunk/Samples/Calculator/</trunkUrl>
</sourcecontrol>
<tasks>
<exec>
<executable>d:\Calculator\tools\Fake\Fake.exe</executable>
<baseDirectory>d:\Calculator\</baseDirectory>
<buildArgs>completeBuild.fsx</buildArgs>
</exec>
</tasks>
<publishers>
<merge>
<files>
<file>d:\Calculator\test\FXCopResults.xml</file>
<file>d:\Calculator\test\TestResults.xml</file>
<file>d:\Calculator\output\Results.xml</file>
<file>d:\Calculator\output\xUnit.Test.*.xml</file>
</files>
</merge>
<xmllogger />
</publishers>
</project>
</cruisecontrol>
48 changes: 48 additions & 0 deletions Samples/Calculator/Calculator.sln
@@ -0,0 +1,48 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculatorLib", "src\app\CalculatorLib\CalculatorLib.csproj", "{A0E4285E-415C-4FA6-834F-1FB090C16064}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator", "src\app\Calculator\Calculator.csproj", "{DCAA68D4-934D-48B3-9EE4-405DE2D480BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnit.Test.CalculatorLib", "src\test\Test.CalculatorLib\NUnit.Test.CalculatorLib.csproj", "{E6156A89-DCA8-4996-9249-A53001CA8342}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A0CE6C6-0ECB-4552-88D4-A719EBDA4F83}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
build.fsx = build.fsx
CCNetConfigSample.xml = CCNetConfigSample.xml
completeBuild.bat = completeBuild.bat
completeBuild.fsx = completeBuild.fsx
targetTemplates.fsx = targetTemplates.fsx
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnit.Test.CalculatorLib", "src\test\xUnit.Test.CalculatorLib\xUnit.Test.CalculatorLib.csproj", "{E20CD034-27B7-4648-BA50-01FDF61E7AC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0E4285E-415C-4FA6-834F-1FB090C16064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E4285E-415C-4FA6-834F-1FB090C16064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E4285E-415C-4FA6-834F-1FB090C16064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E4285E-415C-4FA6-834F-1FB090C16064}.Release|Any CPU.Build.0 = Release|Any CPU
{DCAA68D4-934D-48B3-9EE4-405DE2D480BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCAA68D4-934D-48B3-9EE4-405DE2D480BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCAA68D4-934D-48B3-9EE4-405DE2D480BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCAA68D4-934D-48B3-9EE4-405DE2D480BA}.Release|Any CPU.Build.0 = Release|Any CPU
{E6156A89-DCA8-4996-9249-A53001CA8342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6156A89-DCA8-4996-9249-A53001CA8342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6156A89-DCA8-4996-9249-A53001CA8342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6156A89-DCA8-4996-9249-A53001CA8342}.Release|Any CPU.Build.0 = Release|Any CPU
{E20CD034-27B7-4648-BA50-01FDF61E7AC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E20CD034-27B7-4648-BA50-01FDF61E7AC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E20CD034-27B7-4648-BA50-01FDF61E7AC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E20CD034-27B7-4648-BA50-01FDF61E7AC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added Samples/Calculator/Calculator.suo
Binary file not shown.
Binary file added Samples/Calculator/MyCustomTask.dll