fubu 0.0.6 → 0.9.9.299

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +8 -8
  2. data/bin/Bottles.dll +0 -0
  3. data/bin/{fubu_exe/FubuCore.dll → FubuCore.dll} +0 -0
  4. data/bin/FubuCsProjFile.dll +0 -0
  5. data/bin/{fubu_exe/FubuLocalization.dll → FubuLocalization.dll} +0 -0
  6. data/bin/FubuMVC.Core.dll +0 -0
  7. data/bin/FubuMVC.Katana.dll +0 -0
  8. data/bin/FubuMVC.OwinHost.dll +0 -0
  9. data/bin/FubuMVC.StructureMap.dll +0 -0
  10. data/bin/HtmlTags.dll +0 -0
  11. data/bin/{fubu_exe/Ionic.Zip.dll → Ionic.Zip.dll} +0 -0
  12. data/bin/Microsoft.Owin.Host.HttpListener.dll +0 -0
  13. data/bin/Microsoft.Owin.Hosting.dll +0 -0
  14. data/bin/Microsoft.Owin.dll +0 -0
  15. data/bin/{fubu_exe/Newtonsoft.Json.dll → Newtonsoft.Json.dll} +0 -0
  16. data/bin/{fubu_exe/Owin.Extensions.dll → Owin.Extensions.dll} +0 -0
  17. data/bin/Owin.Types.dll +0 -0
  18. data/bin/{fubu_exe/Owin.dll → Owin.dll} +0 -0
  19. data/bin/{fubu_exe/StructureMap.dll → StructureMap.dll} +0 -0
  20. data/bin/System.Net.Http.WebRequest.dll +0 -0
  21. data/bin/System.Net.Http.dll +0 -0
  22. data/bin/System.Runtime.dll +0 -0
  23. data/bin/System.Threading.Tasks.dll +0 -0
  24. data/bin/{fubu_exe/WebDriver.dll → WebDriver.dll} +0 -0
  25. data/bin/chromedriver.exe +0 -0
  26. data/bin/fubu +9 -3
  27. data/bin/fubu.exe +0 -0
  28. data/bin/templates/alteration/autofac/nuget.txt +1 -0
  29. data/bin/templates/alteration/fubu-bottle/BottleConfiguration.cs +23 -0
  30. data/bin/templates/alteration/fubu-bottle/assembly-info.txt +3 -0
  31. data/bin/templates/alteration/fubu-bottle/instructions.txt +5 -0
  32. data/bin/templates/alteration/fubu-bottle/nuget.txt +2 -0
  33. data/bin/templates/alteration/fubumvc-empty/%FUBU_REGISTRY%.cs +14 -0
  34. data/bin/templates/alteration/fubumvc-empty/inputs.txt +1 -0
  35. data/bin/templates/alteration/fubumvc-empty/instructions.txt +2 -0
  36. data/bin/templates/alteration/fubumvc-empty/nuget.txt +1 -0
  37. data/bin/templates/alteration/fubumvc-empty/rake.txt +1 -0
  38. data/bin/templates/alteration/fubumvc-empty/ripple.dependencies.config +0 -0
  39. data/bin/templates/alteration/no-views/HomeEndpoint.cs +12 -0
  40. data/bin/templates/alteration/no-views/instructions.txt +2 -0
  41. data/bin/templates/alteration/raven/nuget.txt +4 -0
  42. data/bin/templates/alteration/spark/Home.spark +18 -0
  43. data/bin/templates/alteration/spark/HomeEndpoint.cs +10 -0
  44. data/bin/templates/alteration/spark/HomeModel.cs +7 -0
  45. data/bin/templates/alteration/spark/Shared/Application.spark +32 -0
  46. data/bin/templates/alteration/spark/Shared/_global.spark +4 -0
  47. data/bin/templates/alteration/spark/Shared/bindings.xml +21 -0
  48. data/bin/templates/alteration/spark/instructions.txt +5 -0
  49. data/bin/templates/alteration/spark/nuget.txt +3 -0
  50. data/bin/templates/alteration/structuremap/%APPLICATION_SOURCE%.cs +15 -0
  51. data/bin/templates/alteration/structuremap/%STRUCTUREMAP_REGISTRY%.cs +19 -0
  52. data/bin/templates/alteration/structuremap/inputs.txt +2 -0
  53. data/bin/templates/alteration/structuremap/instructions.txt +9 -0
  54. data/bin/templates/alteration/structuremap/nuget.txt +2 -0
  55. data/bin/templates/alteration/unit-testing/Standin.cs +14 -0
  56. data/bin/templates/alteration/unit-testing/nuget.txt +3 -0
  57. data/bin/templates/project/baseline/csproj.xml +50 -0
  58. data/bin/templates/solution/baseline/VERSION.txt +1 -0
  59. data/bin/templates/solution/baseline/gems.txt +5 -0
  60. data/bin/templates/solution/baseline/ignore.txt +29 -0
  61. data/bin/templates/solution/baseline/rake.txt +15 -0
  62. data/bin/templates/solution/edge-ripple/ripple.config +20 -0
  63. data/bin/templates/solution/floating-ripple/ripple.config +20 -0
  64. data/bin/templates/solution/public-ripple/ripple.config +19 -0
  65. metadata +108 -46
  66. data/.gitignore +0 -19
  67. data/Gemfile +0 -4
  68. data/LICENSE.txt +0 -22
  69. data/README.md +0 -29
  70. data/Rakefile +0 -8
  71. data/bin/fubu_exe/Bottles.Services.dll +0 -0
  72. data/bin/fubu_exe/Bottles.dll +0 -0
  73. data/bin/fubu_exe/Fubu.exe +0 -0
  74. data/bin/fubu_exe/FubuMVC.Core.dll +0 -0
  75. data/bin/fubu_exe/FubuMVC.Katana.dll +0 -0
  76. data/bin/fubu_exe/FubuMVC.OwinHost.dll +0 -0
  77. data/bin/fubu_exe/FubuMVC.StructureMap.dll +0 -0
  78. data/bin/fubu_exe/HtmlTags.dll +0 -0
  79. data/bin/fubu_exe/Microsoft.Owin.Host.HttpListener.dll +0 -0
  80. data/bin/fubu_exe/Microsoft.Owin.Hosting.dll +0 -0
  81. data/bin/fubu_exe/file-patterns.txt +0 -12
  82. data/bin/fubu_exe/ripple.xml +0 -3
  83. data/fubu.gemspec +0 -20
  84. data/lib/fubu.rb +0 -5
  85. data/lib/fubu/version.rb +0 -3
  86. data/ripple.cmd +0 -1
  87. data/ripple.config +0 -14
  88. data/vendor/Visualizations.Harness/Visualizations.Harness.csproj +0 -157
  89. data/vendor/Visualizations.Harness/ripple.dependencies.config +0 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGY4MzZkMGQ3MTUwMmNmNjk3MWQyZDA2MGZlNDdhOTRiOGUyZGY2OA==
4
+ N2QwZjM0NzkyNTdkYmUzODUzMzUxYzlkOWUyNTliOTcxYTkyZDZmNg==
5
5
  data.tar.gz: !binary |-
6
- NDYzNjBhZGUzMTQ1MTdmZTYxYWQ1ZmRjNmM0NTEyZjVlNWE3NDI4Nw==
6
+ OGYzNGNhMjBlZDkzM2NlMWQxYTZjNjA1OTVhOGE4NDNjZTQxOWM3NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTBhNzI2YmNmZjAzZDg1ZTc1YTE4OGQzM2UzOGQ2NTEwNmIwMGNmZmY3M2Rl
10
- MGNjODNkMjQxZDdiNDAzNDExNThhZTk1ZWVhMTBmY2YwZTdjYzg5Zjc2MWE0
11
- MTU1NGNmYTY5OTFjZTNhOTQwMjU1NzEzODcyMzA5ZTcyZjM4MzM=
9
+ YzBjMzliOTYxNzUwZTI3MDhiYjNkMTkxNGEzNTNmYjFmYTBhYTYwNzE3YTk4
10
+ MDJmNTcwYmMxZWQ3NDY5YmZmMTE3YjE4ZWI2NGE0MzM3MTNiOTgxMDVhYzJl
11
+ ZjQ1ZmQ4MGRlNWYzYTE5OTA4NGIzODcwODRmMzFhOTU5MzIyOTM=
12
12
  data.tar.gz: !binary |-
13
- Y2MzZWUxMWE0MjU5YTQ2MTQyNGE5MTg4MmJlYmM4MTkzYTFkZGU2ZGI5ZTE0
14
- NTY5MmQ1MDhmZjEwOTE1NTkzMTQyYzQxZGI4MTU5ODgxMzI2ZTg3MTljODg4
15
- ZjcwMTczNTc3ZTRhODhmOWJhNThiZTFlYWU2NTM2NDc5ZTg3ZjQ=
13
+ NTI0ZTFmNWJhMzhjN2RhYjdlMjg2NTM1ZThhOGQ4YWU0Yjk4YTI5NWI5OGRl
14
+ Y2JhNzFjMjVkNGVlYjNhOGQ5N2M4ZjRhMjM5ZmVjNTJlZTNmMGI4NDE3MGZh
15
+ NTRjNzk5YjFlZDg5M2FhY2NhZjFiM2MwZjg1ZWM2ZGExNjk1N2I=
data/bin/Bottles.dll ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/bin/HtmlTags.dll ADDED
Binary file
File without changes
Binary file
Binary file
Binary file
File without changes
File without changes
Binary file
Binary file
Binary file
Binary file
Binary file
data/bin/fubu CHANGED
@@ -1,3 +1,9 @@
1
- #!/usr/bin/env ruby
2
-
3
- system("#{File.dirname(__FILE__)}/fubu_exe/fubu.exe", *ARGV)
1
+ #!C:/Ruby/bin/ruby.exe
2
+ #
3
+ # This file was generated by RubyGems.
4
+ #
5
+ # The application 'fubu' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+ result = system(File.dirname(__FILE__) + "/fubu.exe " + ARGV.join(' '))
9
+ exit 1 unless result
data/bin/fubu.exe ADDED
Binary file
@@ -0,0 +1 @@
1
+ FubuMVC.Autofac
@@ -0,0 +1,23 @@
1
+ using FubuMVC.Core;
2
+
3
+ namespace %NAMESPACE%
4
+ {
5
+ public class %SHORT_NAME%Registry : FubuPackageRegistry
6
+ {
7
+ public %SHORT_NAME%Registry()
8
+ {
9
+ // Register any custom FubuMVC policies, inclusions, or
10
+ // other FubuMVC configuration here for ONLY this bottle
11
+ // Or leave as is to use the default conventions unchanged
12
+ }
13
+ }
14
+
15
+ public class %SHORT_NAME%Extensions : IFubuRegistryExtension
16
+ {
17
+ public void Configure(FubuRegistry registry)
18
+ {
19
+ // Register any policies or services to be applied
20
+ // to the global
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,3 @@
1
+ using FubuMVC.Core;
2
+
3
+ [assembly: FubuModule]
@@ -0,0 +1,5 @@
1
+ * Endpoints for this bottle can be configured in %SHORT_NAME%Registry
2
+ * Globally applied policies and services can be added in
3
+ %SHORT_NAME%Extensions
4
+ * You may need to run 'rake compile' to build out the pak-*.zip files
5
+ before the code will compile
@@ -0,0 +1,2 @@
1
+ FubuMVC.Core
2
+ Bottles
@@ -0,0 +1,14 @@
1
+ using FubuMVC.Core;
2
+
3
+ namespace %NAMESPACE%
4
+ {
5
+ public class %FUBU_REGISTRY% : FubuRegistry
6
+ {
7
+ public %FUBU_REGISTRY%()
8
+ {
9
+ // Register any custom FubuMVC policies, inclusions, or
10
+ // other FubuMVC configuration here
11
+ // Or leave as is to use the default conventions unchanged
12
+ }
13
+ }
14
+ }
@@ -0,0 +1 @@
1
+ %FUBU_REGISTRY%=%SHORT_NAME%FubuRegistry
@@ -0,0 +1,2 @@
1
+ * The FubuRegistry class is %FUBU_REGISTRY%. Use this class to register custom policies or
2
+ configure FubuMVC application settings
@@ -0,0 +1 @@
1
+ FubuMVC.Core
@@ -0,0 +1 @@
1
+ FubuRake::MvcApp.new({:directory => '%PROJECT_FOLDER%', :name => '%SHORT_NAME%'})
@@ -0,0 +1,12 @@
1
+ namespace %NAMESPACE%
2
+ {
3
+ public class HomeEndpoint
4
+ {
5
+ public string Index()
6
+ {
7
+ return @"
8
+ %INSTRUCTIONS%
9
+ ";
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,2 @@
1
+ * The default '/' route calls the HomeEndpoint.Index() method.
2
+ * Change that method to eliminate these ugly textual instructions with something useful;)
@@ -0,0 +1,4 @@
1
+ RavenDB.Client/2.0.2230
2
+ RavenDB.Database/2.0.2230
3
+ RavenDB.Embedded/2.0.2230
4
+ FubuMVC.RavenDb
@@ -0,0 +1,18 @@
1
+ <viewdata model="%NAMESPACE%.HomeModel" />
2
+
3
+ <content:header>
4
+
5
+ </content:header>
6
+
7
+ <content:main>
8
+
9
+ <h4>Instructions</h4>
10
+ <pre>
11
+ %INSTRUCTIONS%
12
+ </pre>
13
+ </content:main>
14
+
15
+
16
+ <content:footer>
17
+
18
+ </content:footer>
@@ -0,0 +1,10 @@
1
+ namespace %NAMESPACE%
2
+ {
3
+ public class HomeEndpoint
4
+ {
5
+ public HomeModel Index(HomeModel model)
6
+ {
7
+ return model;
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,7 @@
1
+ namespace %NAMESPACE%
2
+ {
3
+ public class HomeModel
4
+ {
5
+
6
+ }
7
+ }
@@ -0,0 +1,32 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <Asset src="twitterbootstrap"/>
6
+ <use content="head" />
7
+ <Styles />
8
+ </head>
9
+ <body data-spy="scroll" data-target=".bs-docs-sidebar">
10
+ <div id="top-menu" class="navbar navbar-fixed-top">
11
+ <div class="navbar-inner">
12
+ <div class="container">
13
+ <a class="brand" href="#">%SHORT_NAME%</a>
14
+
15
+ <use content="navigation" />
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <use content="masthead" />
20
+ <div id="Content" class="container" style="margin-top:50px">
21
+ <use content="main" />
22
+ </div>
23
+ <Scripts />
24
+ <footer class="footer">
25
+ <div class="container">
26
+ <use content="footer" />
27
+ <h4>Standard Footer Content Here</h4>
28
+ </div>
29
+ </footer>
30
+
31
+ </body>
32
+ </html>
@@ -0,0 +1,4 @@
1
+ <use namespace="FubuCore" />
2
+ <use namespace="FubuMVC.Core.UI" />
3
+ <use namespace="FubuMVC.Core.Assets" />
4
+ <use namespace="System.Linq" />
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0"?>
2
+ <bindings>
3
+ <element name="Stylesheet">#this.Asset('@href');</element>
4
+ <element name="Script">#this.Asset('@src');</element>
5
+ <element name="Asset">#this.Asset('@src');</element>
6
+ <element name="Scripts">this.WriteScriptTags()</element>
7
+ <element name="Styles">this.WriteCssTags()</element>
8
+ <element name="Image">this.ImageFor('@src')</element>
9
+ <element name="Partial">this.Partial&lt;@model&gt;()</element>
10
+
11
+ <element name="Edit">this.Edit(x => x.@name)</element>
12
+ <element name="Show">this.Show(x => x.@name)</element>
13
+ <element name="Input">this.InputFor(x => x.@name)</element>
14
+ <element name="Label">this.LabelFor(x => x.@name)</element>
15
+ <element name="Display">this.DisplayFor(x => x.@name)</element>
16
+
17
+ <element name="Form">
18
+ <start>this.FormFor&lt;@model&gt;()</start>
19
+ <end>this.EndForm()</end>
20
+ </element>
21
+ </bindings>
@@ -0,0 +1,5 @@
1
+ * The home page is served by HomeEndpoint.Index()
2
+ * HomeEndpoint.Index() could be eliminated if you choose
3
+ to use Home.Spark as an 'actionless view'
4
+ * Shared/Application.spark is the master layout for the application
5
+ * Do check out the available Spark bindings in Shared/bindings.xml
@@ -0,0 +1,3 @@
1
+ FubuMVC.Spark
2
+ FubuMVC.TwitterBootstrap
3
+ FubuMVC.Core.UI
@@ -0,0 +1,15 @@
1
+ using FubuMVC.Core;
2
+ using FubuMVC.StructureMap;
3
+ using StructureMap;
4
+
5
+ namespace %NAMESPACE%
6
+ {
7
+ public class %APPLICATION_SOURCE% : IApplicationSource
8
+ {
9
+ public FubuApplication BuildApplication()
10
+ {
11
+ return FubuApplication.For<%SHORT_NAME%FubuRegistry>()
12
+ .StructureMap<%STRUCTUREMAP_REGISTRY%>();
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,19 @@
1
+ using StructureMap.Configuration.DSL;
2
+
3
+ namespace %NAMESPACE%
4
+ {
5
+ public class %STRUCTUREMAP_REGISTRY% : Registry
6
+ {
7
+ public %STRUCTUREMAP_REGISTRY%()
8
+ {
9
+ // make any StructureMap configuration here
10
+
11
+ // Sets up the default "IFoo is Foo" naming convention
12
+ // for auto-registration within this assembly
13
+ Scan(x => {
14
+ x.TheCallingAssembly();
15
+ x.WithDefaultConventions();
16
+ });
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,2 @@
1
+ %APPLICATION_SOURCE%=%SHORT_NAME%Application
2
+ %STRUCTUREMAP_REGISTRY%=%SHORT_NAME%Registry
@@ -0,0 +1,9 @@
1
+
2
+
3
+ * StructureMap configuration is in the file %SHORT_NAME%Registry
4
+ * StructureMap's default "IFoo is Foo" conventions are configured for this project
5
+
6
+ The FubuMVC application is defined in the %APPLICATION_SOURCE% class. It's unlikely that you'll
7
+ need to customize the application bootstrapping, but %APPLICATION_SOURCE% is where that would
8
+ happen. You will want to refer to this class later if you use multiple forms of hosting (ASP.Net,
9
+ Katana, or Serenity).
@@ -0,0 +1,2 @@
1
+ FubuMVC.StructureMap
2
+ structuremap/2.6.3
@@ -0,0 +1,14 @@
1
+ using NUnit.Framework;
2
+
3
+ namespace %NAMESPACE%
4
+ {
5
+ [TestFixture]
6
+ public class Standin
7
+ {
8
+ [Test]
9
+ public void delete_me()
10
+ {
11
+ Assert.IsTrue(true);
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ FubuTestingSupport
2
+ structuremap/2.6.3
3
+ structuremap.automocking/2.6.3
@@ -0,0 +1,50 @@
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>8.0.30703</ProductVersion>
7
+ <SchemaVersion>2.0</SchemaVersion>
8
+ <ProjectGuid>{02B43D34-3E1C-42D1-B906-06C99ED80104}</ProjectGuid>
9
+ <OutputType>Library</OutputType>
10
+ <RootNamespace>MyProject</RootNamespace>
11
+ <AssemblyName>MyProject</AssemblyName>
12
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13
+ <FileAlignment>512</FileAlignment>
14
+ </PropertyGroup>
15
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
+ <DebugSymbols>true</DebugSymbols>
17
+ <DebugType>full</DebugType>
18
+ <Optimize>false</Optimize>
19
+ <OutputPath>bin\Debug\</OutputPath>
20
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
21
+ <ErrorReport>prompt</ErrorReport>
22
+ <WarningLevel>4</WarningLevel>
23
+ </PropertyGroup>
24
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
+ <DebugType>pdbonly</DebugType>
26
+ <Optimize>true</Optimize>
27
+ <OutputPath>bin\Release\</OutputPath>
28
+ <DefineConstants>TRACE</DefineConstants>
29
+ <ErrorReport>prompt</ErrorReport>
30
+ <WarningLevel>4</WarningLevel>
31
+ </PropertyGroup>
32
+ <ItemGroup>
33
+ <Reference Include="Microsoft.CSharp" />
34
+ <Reference Include="System" />
35
+ <Reference Include="System.Core" />
36
+ </ItemGroup>
37
+ <ItemGroup>
38
+ <Compile Include="..\CommonAssemblyInfo.cs">
39
+ <Link>CommonAssemblyInfo.cs</Link>
40
+ </Compile>
41
+ </ItemGroup>
42
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
43
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
44
+ Other similar extension points exist, see Microsoft.Common.targets.
45
+ <Target Name="BeforeBuild">
46
+ </Target>
47
+ <Target Name="AfterBuild">
48
+ </Target>
49
+ -->
50
+ </Project>
@@ -0,0 +1 @@
1
+ BUILD_VERSION = "0.1.0"
@@ -0,0 +1,5 @@
1
+ rake,>=10.0.3
2
+ bundler,>=1.3.5
3
+ fuburake,~>0.5
4
+ ripple-cli,~>2.0
5
+ fubudocs,~>0.9
@@ -0,0 +1,29 @@
1
+ push.bat
2
+ TestResult.xml
3
+ build
4
+ build35
5
+ artifacts
6
+ obj
7
+ bin
8
+ deploy
9
+ deploy/*
10
+ src/CommonAssemblyInfo.cs
11
+ _ReSharper.*
12
+ *.csproj.user
13
+ *.resharper.user
14
+ *.ReSharper.user
15
+ *.suo
16
+ *.cache
17
+ ~$*
18
+ *.userprefs
19
+ *.pidb
20
+ test-results
21
+ src/packages
22
+ *.dotCover
23
+ src/*/repositories.config
24
+ .bottle-alias
25
+ results
26
+ *.DotSettings.user
27
+ Gemfile.lock
28
+ logs
29
+ pak*.zip
@@ -0,0 +1,15 @@
1
+ require 'fuburake'
2
+
3
+ FubuRake::Solution.new do |sln|
4
+ sln.compile = {
5
+ :solutionfile => '%SOLUTION_PATH%'
6
+ }
7
+
8
+ sln.assembly_info = {
9
+ :product_name => "%SOLUTION_NAME%",
10
+ :copyright => 'Copyright 2013. All rights reserved.'
11
+ }
12
+
13
+ sln.ripple_enabled = true
14
+ sln.fubudocs_enabled = true
15
+ end
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0"?>
2
+ <ripple xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+ <Name>%SOLUTION_NAME%</Name>
4
+ <NugetSpecFolder>packaging/nuget</NugetSpecFolder>
5
+ <SourceFolder>src</SourceFolder>
6
+ <BuildCommand>rake</BuildCommand>
7
+ <FastBuildCommand>rake compile</FastBuildCommand>
8
+ <DefaultFloatConstraint>Current</DefaultFloatConstraint>
9
+ <DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
10
+ <Feeds>
11
+ <Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Fixed" Stability="ReleasedOnly" />
12
+ <Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
13
+ <Feed Url="http://packages.nuget.org/v1/FeedService.svc" Mode="Fixed" Stability="ReleasedOnly" />
14
+ </Feeds>
15
+ <Nugets>
16
+
17
+ </Nugets>
18
+ <Groups />
19
+ <Nuspecs />
20
+ </ripple>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0"?>
2
+ <ripple xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+ <Name>%SOLUTION_NAME%</Name>
4
+ <NugetSpecFolder>packaging/nuget</NugetSpecFolder>
5
+ <SourceFolder>src</SourceFolder>
6
+ <BuildCommand>rake</BuildCommand>
7
+ <FastBuildCommand>rake compile</FastBuildCommand>
8
+ <DefaultFloatConstraint>Current</DefaultFloatConstraint>
9
+ <DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
10
+ <Feeds>
11
+ <Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="ReleasedOnly" />
12
+ <Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
13
+ <Feed Url="http://packages.nuget.org/v1/FeedService.svc" Mode="Fixed" Stability="ReleasedOnly" />
14
+ </Feeds>
15
+ <Nugets>
16
+
17
+ </Nugets>
18
+ <Groups />
19
+ <Nuspecs />
20
+ </ripple>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0"?>
2
+ <ripple xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+ <Name>%SOLUTION_NAME%</Name>
4
+ <NugetSpecFolder>packaging/nuget</NugetSpecFolder>
5
+ <SourceFolder>src</SourceFolder>
6
+ <BuildCommand>rake</BuildCommand>
7
+ <FastBuildCommand>rake compile</FastBuildCommand>
8
+ <DefaultFloatConstraint>Current</DefaultFloatConstraint>
9
+ <DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
10
+ <Feeds>
11
+ <Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
12
+ <Feed Url="http://packages.nuget.org/v1/FeedService.svc" Mode="Fixed" Stability="ReleasedOnly" />
13
+ </Feeds>
14
+ <Nugets>
15
+
16
+ </Nugets>
17
+ <Groups />
18
+ <Nuspecs />
19
+ </ripple>
metadata CHANGED
@@ -1,73 +1,135 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fubu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.9.9.299
5
5
  platform: ruby
6
6
  authors:
7
- - Ryan Rauh
8
- - Matt Smith
7
+ - Jeremy D. Miller
8
+ - Josh Arnold
9
+ - Chad Myers
10
+ - Joshua Flanagan
9
11
  autorequire:
10
12
  bindir: bin
11
13
  cert_chain: []
12
- date: 2013-04-22 00:00:00.000000000 Z
14
+ date: 2013-08-05 00:00:00.000000000 Z
13
15
  dependencies:
14
16
  - !ruby/object:Gem::Dependency
15
- name: ripple-cli
17
+ name: rake
16
18
  requirement: !ruby/object:Gem::Requirement
17
19
  requirements:
18
20
  - - ~>
19
21
  - !ruby/object:Gem::Version
20
- version: 0.0.1
22
+ version: '10.0'
21
23
  type: :runtime
22
24
  prerelease: false
23
25
  version_requirements: !ruby/object:Gem::Requirement
24
26
  requirements:
25
27
  - - ~>
26
28
  - !ruby/object:Gem::Version
27
- version: 0.0.1
28
- description: Quickly install fubu command line tools
29
- email:
30
- - rauh.ryan@gmail.com
31
- - mtscout6@gmail.com
29
+ version: '10.0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: bundler
32
+ requirement: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ! '>='
35
+ - !ruby/object:Gem::Version
36
+ version: 1.3.5
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: 1.3.5
44
+ description: Command line tools for FubuMVC development
45
+ email: fubumvc-devel@googlegroups.com
32
46
  executables:
33
47
  - fubu
34
48
  extensions: []
35
49
  extra_rdoc_files: []
36
50
  files:
37
- - .gitignore
38
- - Gemfile
39
- - LICENSE.txt
40
- - README.md
41
- - Rakefile
51
+ - bin/Bottles.dll
52
+ - bin/chromedriver.exe
42
53
  - bin/fubu
43
- - bin/fubu_exe/Bottles.Services.dll
44
- - bin/fubu_exe/Bottles.dll
45
- - bin/fubu_exe/Fubu.exe
46
- - bin/fubu_exe/FubuCore.dll
47
- - bin/fubu_exe/FubuLocalization.dll
48
- - bin/fubu_exe/FubuMVC.Core.dll
49
- - bin/fubu_exe/FubuMVC.Katana.dll
50
- - bin/fubu_exe/FubuMVC.OwinHost.dll
51
- - bin/fubu_exe/FubuMVC.StructureMap.dll
52
- - bin/fubu_exe/HtmlTags.dll
53
- - bin/fubu_exe/Ionic.Zip.dll
54
- - bin/fubu_exe/Microsoft.Owin.Host.HttpListener.dll
55
- - bin/fubu_exe/Microsoft.Owin.Hosting.dll
56
- - bin/fubu_exe/Newtonsoft.Json.dll
57
- - bin/fubu_exe/Owin.Extensions.dll
58
- - bin/fubu_exe/Owin.dll
59
- - bin/fubu_exe/StructureMap.dll
60
- - bin/fubu_exe/WebDriver.dll
61
- - bin/fubu_exe/file-patterns.txt
62
- - bin/fubu_exe/ripple.xml
63
- - fubu.gemspec
64
- - lib/fubu.rb
65
- - lib/fubu/version.rb
66
- - ripple.cmd
67
- - ripple.config
68
- - vendor/Visualizations.Harness/Visualizations.Harness.csproj
69
- - vendor/Visualizations.Harness/ripple.dependencies.config
70
- homepage: ''
54
+ - bin/fubu.exe
55
+ - bin/FubuCore.dll
56
+ - bin/FubuCsProjFile.dll
57
+ - bin/FubuLocalization.dll
58
+ - bin/FubuMVC.Core.dll
59
+ - bin/FubuMVC.Katana.dll
60
+ - bin/FubuMVC.OwinHost.dll
61
+ - bin/FubuMVC.StructureMap.dll
62
+ - bin/HtmlTags.dll
63
+ - bin/Ionic.Zip.dll
64
+ - bin/Microsoft.Owin.dll
65
+ - bin/Microsoft.Owin.Host.HttpListener.dll
66
+ - bin/Microsoft.Owin.Hosting.dll
67
+ - bin/Newtonsoft.Json.dll
68
+ - bin/Owin.dll
69
+ - bin/Owin.Extensions.dll
70
+ - bin/Owin.Types.dll
71
+ - bin/StructureMap.dll
72
+ - bin/System.Net.Http.dll
73
+ - bin/System.Net.Http.WebRequest.dll
74
+ - bin/System.Runtime.dll
75
+ - bin/System.Threading.Tasks.dll
76
+ - bin/templates
77
+ - bin/templates/alteration
78
+ - bin/templates/alteration/autofac
79
+ - bin/templates/alteration/autofac/nuget.txt
80
+ - bin/templates/alteration/fubu-bottle
81
+ - bin/templates/alteration/fubu-bottle/assembly-info.txt
82
+ - bin/templates/alteration/fubu-bottle/BottleConfiguration.cs
83
+ - bin/templates/alteration/fubu-bottle/instructions.txt
84
+ - bin/templates/alteration/fubu-bottle/nuget.txt
85
+ - bin/templates/alteration/fubumvc-empty
86
+ - bin/templates/alteration/fubumvc-empty/%FUBU_REGISTRY%.cs
87
+ - bin/templates/alteration/fubumvc-empty/inputs.txt
88
+ - bin/templates/alteration/fubumvc-empty/instructions.txt
89
+ - bin/templates/alteration/fubumvc-empty/nuget.txt
90
+ - bin/templates/alteration/fubumvc-empty/rake.txt
91
+ - bin/templates/alteration/fubumvc-empty/ripple.dependencies.config
92
+ - bin/templates/alteration/no-views
93
+ - bin/templates/alteration/no-views/HomeEndpoint.cs
94
+ - bin/templates/alteration/no-views/instructions.txt
95
+ - bin/templates/alteration/raven
96
+ - bin/templates/alteration/raven/nuget.txt
97
+ - bin/templates/alteration/spark
98
+ - bin/templates/alteration/spark/Home.spark
99
+ - bin/templates/alteration/spark/HomeEndpoint.cs
100
+ - bin/templates/alteration/spark/HomeModel.cs
101
+ - bin/templates/alteration/spark/instructions.txt
102
+ - bin/templates/alteration/spark/nuget.txt
103
+ - bin/templates/alteration/spark/Shared
104
+ - bin/templates/alteration/spark/Shared/Application.spark
105
+ - bin/templates/alteration/spark/Shared/bindings.xml
106
+ - bin/templates/alteration/spark/Shared/_global.spark
107
+ - bin/templates/alteration/structuremap
108
+ - bin/templates/alteration/structuremap/%APPLICATION_SOURCE%.cs
109
+ - bin/templates/alteration/structuremap/%STRUCTUREMAP_REGISTRY%.cs
110
+ - bin/templates/alteration/structuremap/inputs.txt
111
+ - bin/templates/alteration/structuremap/instructions.txt
112
+ - bin/templates/alteration/structuremap/nuget.txt
113
+ - bin/templates/alteration/unit-testing
114
+ - bin/templates/alteration/unit-testing/nuget.txt
115
+ - bin/templates/alteration/unit-testing/Standin.cs
116
+ - bin/templates/project
117
+ - bin/templates/project/baseline
118
+ - bin/templates/project/baseline/csproj.xml
119
+ - bin/templates/solution
120
+ - bin/templates/solution/baseline
121
+ - bin/templates/solution/baseline/gems.txt
122
+ - bin/templates/solution/baseline/ignore.txt
123
+ - bin/templates/solution/baseline/rake.txt
124
+ - bin/templates/solution/baseline/VERSION.txt
125
+ - bin/templates/solution/edge-ripple
126
+ - bin/templates/solution/edge-ripple/ripple.config
127
+ - bin/templates/solution/floating-ripple
128
+ - bin/templates/solution/floating-ripple/ripple.config
129
+ - bin/templates/solution/public-ripple
130
+ - bin/templates/solution/public-ripple/ripple.config
131
+ - bin/WebDriver.dll
132
+ homepage: http://fubu-project.org
71
133
  licenses: []
72
134
  metadata: {}
73
135
  post_install_message:
@@ -85,9 +147,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
147
  - !ruby/object:Gem::Version
86
148
  version: '0'
87
149
  requirements: []
88
- rubyforge_project:
150
+ rubyforge_project: fubu
89
151
  rubygems_version: 2.0.3
90
152
  signing_key:
91
153
  specification_version: 4
92
- summary: installs various command line tools for the fubu family of projects
154
+ summary: Command line tools for FubuMVC development
93
155
  test_files: []
data/.gitignore DELETED
@@ -1,19 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- vendor/packages
19
- fubu.cmd
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in fubu.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Ryan Rauh
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md DELETED
@@ -1,29 +0,0 @@
1
- # Fubu
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'fubu'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install fubu
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/Rakefile DELETED
@@ -1,8 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require 'ripple-cli'
3
-
4
- desc "Update cli"
5
- task :update do
6
- engine = Ripple::Engine.new
7
- engine.update
8
- end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,12 +0,0 @@
1
- *.spark=Content
2
- *.dll=AppDomain
3
- *.exe=AppDomain
4
- *.script.config=Application
5
- *.asset.config=Application
6
- *.assets.config=Application
7
- *.cshtml=Content
8
- *.css=Content
9
- *.js=Content
10
- *.coffee=Content
11
- web.config=AppDomain
12
- *.config=Application
@@ -1,3 +0,0 @@
1
- <directives>
2
- <runner file="fubu.exe" alias="fubu" />
3
- </directives>
data/fubu.gemspec DELETED
@@ -1,20 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'fubu/version'
5
-
6
- Gem::Specification.new do |gem|
7
- gem.name = "fubu"
8
- gem.version = Fubu::VERSION
9
- gem.authors = ["Ryan Rauh", "Matt Smith"]
10
- gem.email = ["rauh.ryan@gmail.com", "mtscout6@gmail.com"]
11
- gem.description = %q{Quickly install fubu command line tools}
12
- gem.summary = %q{installs various command line tools for the fubu family of projects}
13
- gem.homepage = ""
14
-
15
- gem.files = `git ls-files`.split($/)
16
- gem.executables = ["fubu"]
17
- gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
- gem.require_paths = ["lib"]
19
- gem.add_dependency "ripple-cli", "~> 0.0.1"
20
- end
data/lib/fubu.rb DELETED
@@ -1,5 +0,0 @@
1
- require "fubu/version"
2
-
3
- module Fubu
4
- # Your code goes here...
5
- end
data/lib/fubu/version.rb DELETED
@@ -1,3 +0,0 @@
1
- module Fubu
2
- VERSION = "0.0.6"
3
- end
data/ripple.cmd DELETED
@@ -1 +0,0 @@
1
- buildsupport\ripple.exe %*
data/ripple.config DELETED
@@ -1,14 +0,0 @@
1
- <?xml version="1.0"?>
2
- <ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
- <Name>cli</Name>
4
- <NugetSpecFolder>packaging/nuget</NugetSpecFolder>
5
- <SourceFolder>vendor</SourceFolder>
6
- <BuildCommand>rake</BuildCommand>
7
- <FastBuildCommand>rake compile</FastBuildCommand>
8
- <Feeds>
9
- <Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" />
10
- <Feed Url="http://nuget.org/api/v2" Mode="Fixed" />
11
- <Feed Url="http://packages.nuget.org/v1/FeedService.svc/" Mode="Fixed" />
12
- </Feeds>
13
- <Nugets />
14
- </ripple>
@@ -1,157 +0,0 @@
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></ProductVersion>
7
- <SchemaVersion>2.0</SchemaVersion>
8
- <ProjectGuid>{04E284CC-5FD0-4509-B8CD-DE1CF5BAE14B}</ProjectGuid>
9
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10
- <OutputType>Library</OutputType>
11
- <AppDesignerFolder>Properties</AppDesignerFolder>
12
- <RootNamespace>Visualizations.Harness</RootNamespace>
13
- <AssemblyName>Visualizations.Harness</AssemblyName>
14
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15
- <UseIISExpress>false</UseIISExpress>
16
- </PropertyGroup>
17
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
- <DebugSymbols>true</DebugSymbols>
19
- <DebugType>full</DebugType>
20
- <Optimize>false</Optimize>
21
- <OutputPath>bin\</OutputPath>
22
- <DefineConstants>DEBUG;TRACE</DefineConstants>
23
- <ErrorReport>prompt</ErrorReport>
24
- <WarningLevel>4</WarningLevel>
25
- </PropertyGroup>
26
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
- <DebugType>pdbonly</DebugType>
28
- <Optimize>true</Optimize>
29
- <OutputPath>bin\</OutputPath>
30
- <DefineConstants>TRACE</DefineConstants>
31
- <ErrorReport>prompt</ErrorReport>
32
- <WarningLevel>4</WarningLevel>
33
- </PropertyGroup>
34
- <ItemGroup>
35
- <Reference Include="Bottles">
36
- <HintPath>..\packages\Bottles\lib\Bottles.dll</HintPath>
37
- </Reference>
38
- <Reference Include="Fubu">
39
- <HintPath>..\packages\fubu\lib\net40\Fubu.exe</HintPath>
40
- </Reference>
41
- <Reference Include="FubuCore">
42
- <HintPath>..\packages\FubuCore\lib\FubuCore.dll</HintPath>
43
- </Reference>
44
- <Reference Include="FubuLocalization">
45
- <HintPath>..\packages\FubuLocalization\lib\FubuLocalization.dll</HintPath>
46
- </Reference>
47
- <Reference Include="FubuMVC.Core">
48
- <HintPath>..\packages\FubuMVC.Core\lib\net40\FubuMVC.Core.dll</HintPath>
49
- </Reference>
50
- <Reference Include="FubuMVC.Core.Assets">
51
- <HintPath>..\packages\FubuMVC.Core.Assets\lib\net40\FubuMVC.Core.Assets.dll</HintPath>
52
- </Reference>
53
- <Reference Include="FubuMVC.Core.UI">
54
- <HintPath>..\packages\FubuMVC.Core.UI\lib\net40\FubuMVC.Core.UI.dll</HintPath>
55
- </Reference>
56
- <Reference Include="FubuMVC.Core.View">
57
- <HintPath>..\packages\FubuMVC.Core.View\lib\net40\FubuMVC.Core.View.dll</HintPath>
58
- </Reference>
59
- <Reference Include="FubuMVC.Diagnostics">
60
- <HintPath>..\packages\FubuMVC.Diagnostics\lib\net40\FubuMVC.Diagnostics.dll</HintPath>
61
- </Reference>
62
- <Reference Include="FubuMVC.JQueryUI">
63
- <HintPath>..\packages\FubuMVC.JQueryUI\lib\net40\FubuMVC.JQueryUI.dll</HintPath>
64
- </Reference>
65
- <Reference Include="FubuMVC.Media">
66
- <HintPath>..\packages\FubuMVC.Media\lib\net40\FubuMVC.Media.dll</HintPath>
67
- </Reference>
68
- <Reference Include="FubuMVC.Navigation">
69
- <HintPath>..\packages\FubuMVC.Navigation\lib\net40\FubuMVC.Navigation.dll</HintPath>
70
- </Reference>
71
- <Reference Include="FubuMVC.SlickGrid">
72
- <HintPath>..\packages\FubuMVC.SlickGrid\lib\net40\FubuMVC.SlickGrid.dll</HintPath>
73
- </Reference>
74
- <Reference Include="FubuMVC.Spark">
75
- <HintPath>..\packages\FubuMVC.Spark\lib\net40\FubuMVC.Spark.dll</HintPath>
76
- </Reference>
77
- <Reference Include="FubuMVC.StructureMap">
78
- <HintPath>..\packages\FubuMVC.StructureMap\lib\net40\FubuMVC.StructureMap.dll</HintPath>
79
- </Reference>
80
- <Reference Include="FubuMVC.TwitterBootstrap">
81
- <HintPath>..\packages\FubuMVC.TwitterBootstrap\lib\net40\FubuMVC.TwitterBootstrap.dll</HintPath>
82
- </Reference>
83
- <Reference Include="HtmlTags">
84
- <HintPath>..\packages\HtmlTags\lib\4.0\HtmlTags.dll</HintPath>
85
- </Reference>
86
- <Reference Include="Microsoft.CSharp" />
87
- <Reference Include="Spark">
88
- <HintPath>..\packages\Spark\lib\NET40\Spark.dll</HintPath>
89
- </Reference>
90
- <Reference Include="StructureMap">
91
- <HintPath>..\packages\StructureMap\lib\StructureMap.dll</HintPath>
92
- </Reference>
93
- <Reference Include="System" />
94
- <Reference Include="System.Configuration" />
95
- <Reference Include="System.Core" />
96
- <Reference Include="System.Data" />
97
- <Reference Include="System.Data.DataSetExtensions" />
98
- <Reference Include="System.Drawing" />
99
- <Reference Include="System.EnterpriseServices" />
100
- <Reference Include="System.Web" />
101
- <Reference Include="System.Web.ApplicationServices" />
102
- <Reference Include="System.Web.DynamicData" />
103
- <Reference Include="System.Web.Entity" />
104
- <Reference Include="System.Web.Extensions" />
105
- <Reference Include="System.Web.Services" />
106
- <Reference Include="System.Xml" />
107
- <Reference Include="System.Xml.Linq" />
108
- </ItemGroup>
109
- <ItemGroup>
110
- <Content Include="Global.asax" />
111
- <Content Include="Web.config" />
112
- <Content Include="Web.Debug.config">
113
- <DependentUpon>Web.config</DependentUpon>
114
- </Content>
115
- <Content Include="Web.Release.config">
116
- <DependentUpon>Web.config</DependentUpon>
117
- </Content>
118
- </ItemGroup>
119
- <ItemGroup>
120
- <Compile Include="Global.asax.cs">
121
- <DependentUpon>Global.asax</DependentUpon>
122
- </Compile>
123
- <Compile Include="Properties\AssemblyInfo.cs" />
124
- </ItemGroup>
125
- <ItemGroup>
126
- <ProjectReference Include="..\FubuMVC.Visualizations.Diagnostics\FubuMVC.Visualizations.Diagnostics.csproj">
127
- <Project>{6CE3F704-CC12-4E68-AA01-1A42615E58AF}</Project>
128
- <Name>FubuMVC.Visualizations.Diagnostics</Name>
129
- </ProjectReference>
130
- </ItemGroup>
131
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
132
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
133
- <ProjectExtensions>
134
- <VisualStudio>
135
- <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
136
- <WebProjectProperties>
137
- <UseIIS>False</UseIIS>
138
- <AutoAssignPort>True</AutoAssignPort>
139
- <DevelopmentServerPort>2523</DevelopmentServerPort>
140
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
141
- <IISUrl></IISUrl>
142
- <NTLMAuthentication>False</NTLMAuthentication>
143
- <UseCustomServer>False</UseCustomServer>
144
- <CustomServerUrl></CustomServerUrl>
145
- <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
146
- </WebProjectProperties>
147
- </FlavorProperties>
148
- </VisualStudio>
149
- </ProjectExtensions>
150
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151
- Other similar extension points exist, see Microsoft.Common.targets.
152
- <Target Name="BeforeBuild">
153
- </Target>
154
- <Target Name="AfterBuild">
155
- </Target>
156
- -->
157
- </Project>