Browse Source

Fixed mono/xsp install and got nancy-mono working

msmith-techempower 10 years ago
parent
commit
3be81db640
100 changed files with 0 additions and 63 deletions
  1. 0 15
      frameworks/C#/aspnet/lib/packages.config
  2. 0 40
      frameworks/C#/nancy/setup_nginx.py
  3. 0 8
      frameworks/C#/servicestack/bash_profile.sh
  4. 0 0
      frameworks/CSharp/HttpListener/.gitignore
  5. 0 0
      frameworks/CSharp/HttpListener/.nuget/NuGet.Config
  6. 0 0
      frameworks/CSharp/HttpListener/.nuget/NuGet.targets
  7. 0 0
      frameworks/CSharp/HttpListener/HttpListener.sln
  8. 0 0
      frameworks/CSharp/HttpListener/HttpListener/App.config
  9. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Fortunes.cshtml
  10. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Fortunes.generated.cs
  11. 0 0
      frameworks/CSharp/HttpListener/HttpListener/HttpListener.csproj
  12. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Models/Fortune.cs
  13. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Models/MongoDB.cs
  14. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Models/World.cs
  15. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Program.cs
  16. 0 0
      frameworks/CSharp/HttpListener/HttpListener/Properties/AssemblyInfo.cs
  17. 0 0
      frameworks/CSharp/HttpListener/HttpListener/packages.config
  18. 0 0
      frameworks/CSharp/HttpListener/README.md
  19. 0 0
      frameworks/CSharp/HttpListener/__init__.py
  20. 0 0
      frameworks/CSharp/HttpListener/benchmark_config
  21. 0 0
      frameworks/CSharp/HttpListener/install.sh
  22. 0 0
      frameworks/CSharp/HttpListener/setup.ps1
  23. 0 0
      frameworks/CSharp/HttpListener/setup.py
  24. 0 0
      frameworks/CSharp/HttpListener/source_code
  25. 0 0
      frameworks/CSharp/README.md
  26. 0 0
      frameworks/CSharp/aspnet-stripped/.gitignore
  27. 0 0
      frameworks/CSharp/aspnet-stripped/NuGet.exe
  28. 0 0
      frameworks/CSharp/aspnet-stripped/README.md
  29. 0 0
      frameworks/CSharp/aspnet-stripped/__init__.py
  30. 0 0
      frameworks/CSharp/aspnet-stripped/benchmark_config
  31. 0 0
      frameworks/CSharp/aspnet-stripped/install.sh
  32. 0 0
      frameworks/CSharp/aspnet-stripped/setup_iis.ps1
  33. 0 0
      frameworks/CSharp/aspnet-stripped/setup_iis.py
  34. 0 0
      frameworks/CSharp/aspnet-stripped/source_code
  35. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/Common.cs
  36. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/DbHandler.cs
  37. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/FortunesPage.cs
  38. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/JsonHandler.cs
  39. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/Models/Fortune.cs
  40. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/Models/MongoDB.cs
  41. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/Models/World.cs
  42. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/MongoDBHandlers.cs
  43. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/MyModule.cs
  44. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/NoAspxHandlerFactory.cs
  45. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/PlaintextHandler.cs
  46. 0 0
      frameworks/CSharp/aspnet-stripped/src/App_Code/UpdatesHandler.cs
  47. 0 0
      frameworks/CSharp/aspnet-stripped/src/Web.config
  48. 0 0
      frameworks/CSharp/aspnet-stripped/src/fortunes.aspx
  49. 0 0
      frameworks/CSharp/aspnet-stripped/src/mongodbfortunes.aspx
  50. 0 0
      frameworks/CSharp/aspnet-stripped/src/packages.config
  51. 0 0
      frameworks/CSharp/aspnet/.gitignore
  52. 0 0
      frameworks/CSharp/aspnet/README.md
  53. 0 0
      frameworks/CSharp/aspnet/__init__.py
  54. 0 0
      frameworks/CSharp/aspnet/bash_profile.sh
  55. 0 0
      frameworks/CSharp/aspnet/benchmark_config
  56. 0 0
      frameworks/CSharp/aspnet/install.sh
  57. 0 0
      frameworks/CSharp/aspnet/lib/.nuget/NuGet.exe
  58. 0 0
      frameworks/CSharp/aspnet/lib/.nuget/NuGet.targets
  59. 0 0
      frameworks/CSharp/aspnet/nginx.conf
  60. 0 0
      frameworks/CSharp/aspnet/setup_iis.ps1
  61. 0 0
      frameworks/CSharp/aspnet/setup_iis.py
  62. 0 0
      frameworks/CSharp/aspnet/setup_nginx.py
  63. 0 0
      frameworks/CSharp/aspnet/setup_nginx.sh
  64. 0 0
      frameworks/CSharp/aspnet/setup_xsp.py
  65. 0 0
      frameworks/CSharp/aspnet/source_code
  66. 0 0
      frameworks/CSharp/aspnet/src/Application.cs
  67. 0 0
      frameworks/CSharp/aspnet/src/Benchmarks.AspNet.csproj
  68. 0 0
      frameworks/CSharp/aspnet/src/Benchmarks.sln
  69. 0 0
      frameworks/CSharp/aspnet/src/Controllers/AdoController.cs
  70. 0 0
      frameworks/CSharp/aspnet/src/Controllers/EntityFrameworkController.cs
  71. 0 0
      frameworks/CSharp/aspnet/src/Controllers/HomeController.cs
  72. 0 0
      frameworks/CSharp/aspnet/src/Controllers/JsonController.cs
  73. 0 0
      frameworks/CSharp/aspnet/src/Controllers/MongoDBController.cs
  74. 0 0
      frameworks/CSharp/aspnet/src/Controllers/PlaintextController.cs
  75. 0 0
      frameworks/CSharp/aspnet/src/Models/EntityFramework.cs
  76. 0 0
      frameworks/CSharp/aspnet/src/Models/Fortune.cs
  77. 0 0
      frameworks/CSharp/aspnet/src/Models/MongoDB.cs
  78. 0 0
      frameworks/CSharp/aspnet/src/Models/World.cs
  79. 0 0
      frameworks/CSharp/aspnet/src/Properties/PublishProfiles/IIS.pubxml
  80. 0 0
      frameworks/CSharp/aspnet/src/Views/Fortunes.cshtml
  81. 0 0
      frameworks/CSharp/aspnet/src/Views/Index.cshtml
  82. 0 0
      frameworks/CSharp/aspnet/src/Views/Web.config
  83. 0 0
      frameworks/CSharp/aspnet/src/Web.config
  84. 0 0
      frameworks/CSharp/evhttp-sharp/.gitignore
  85. 0 0
      frameworks/CSharp/evhttp-sharp/__init__.py
  86. 0 0
      frameworks/CSharp/evhttp-sharp/bash_profile.sh
  87. 0 0
      frameworks/CSharp/evhttp-sharp/benchmark_config
  88. 0 0
      frameworks/CSharp/evhttp-sharp/install.sh
  89. 0 0
      frameworks/CSharp/evhttp-sharp/setup.py
  90. 0 0
      frameworks/CSharp/evhttp-sharp/src/EvHttpSharpBenchmark.csproj
  91. 0 0
      frameworks/CSharp/evhttp-sharp/src/EvHttpSharpBenchmark.sln
  92. 0 0
      frameworks/CSharp/evhttp-sharp/src/Program.cs
  93. 0 0
      frameworks/CSharp/evhttp-sharp/src/Properties/AssemblyInfo.cs
  94. 0 0
      frameworks/CSharp/evhttp-sharp/src/lib/EvHttpSharp.dll
  95. 0 0
      frameworks/CSharp/evhttp-sharp/src/lib/Newtonsoft.Json.dll
  96. 0 0
      frameworks/CSharp/evhttp-sharp/src/lib/libevent_core-2-0-5.dll
  97. 0 0
      frameworks/CSharp/evhttp-sharp/src/lib/libevent_extra-2-0-5.dll
  98. 0 0
      frameworks/CSharp/evhttp-sharp/src/libevent_core-2-0-5.dll
  99. 0 0
      frameworks/CSharp/evhttp-sharp/src/libevent_extra-2-0-5.dll
  100. 0 0
      frameworks/CSharp/nancy/.gitignore

+ 0 - 15
frameworks/C#/aspnet/lib/packages.config

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="EntityFramework" version="6.0.2" targetFramework="net45" />
-  <package id="Microsoft.AspNet.Mvc" version="5.1.0" targetFramework="net45" />
-  <package id="Microsoft.AspNet.Razor" version="3.1.0" targetFramework="net45" />
-  <package id="Microsoft.AspNet.WebPages" version="3.1.0" targetFramework="net45" />
-  <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
-  <package id="MSBuild.Microsoft.VisualStudio.Web.targets" version="11.0.2.1" />
-  <package id="mongocsharpdriver" version="1.8.3" targetFramework="net45" />
-  <package id="MySql.Data" version="6.8.3" targetFramework="net45" />
-  <package id="MySql.Data.Entities" version="6.8.3" targetFramework="net45" />
-  <package id="Npgsql" version="2.0.14.3" targetFramework="net45" />
-  <package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
-  <package id="ServiceStack.Text" version="4.0.8" targetFramework="net45" />
-</packages>

+ 0 - 40
frameworks/C#/nancy/setup_nginx.py

@@ -1,40 +0,0 @@
-import subprocess
-import sys
-import setup_util
-import os
-
-def start(args, logfile, errfile):
-  if os.name == 'nt':
-    return 1
-  
-  setup_util.replace_text("nancy/src/Web.config", "localhost", args.database_host)
-
-  # build
-  subprocess.check_call("rm -rf bin obj", shell=True, cwd="nancy", stderr=errfile, stdout=logfile)
-  subprocess.check_call("xbuild /p:Configuration=Release", shell=True, cwd="nancy/src", stderr=errfile, stdout=logfile)
-  
-  # nginx
-  workers = 'worker_processes ' + str(args.max_threads) + ';'
-  subprocess.check_call('echo "upstream mono {\n' + ';\n'.join('\tserver 127.0.0.1:' + str(port) for port in range(9001, 9001 + args.max_threads)) + ';\n}" > $TROOT/nginx.upstream.conf', shell=True, stderr=errfile, stdout=logfile);
-  subprocess.check_call('sudo /usr/local/nginx/sbin/nginx -c $TROOT/nginx.conf -g "' + workers + '"', shell=True, stderr=errfile, stdout=logfile)
-  
-  # Start fastcgi for each thread
-  # To debug, use --printlog --verbose --loglevels=All
-  for port in range(9001, 9001 + args.max_threads):
-    subprocess.Popen("MONO_OPTIONS=--gc=sgen fastcgi-mono-server4 --applications=/:%s/src --socket=tcp:127.0.0.1:%s " % (args.directory, port), shell=True, cwd="nancy", stderr=errfile, stdout=logfile)
-
-def stop(logfile, errfile):
-  if os.name == 'nt':
-    return 0
-  
-  subprocess.check_call("sudo /usr/local/nginx/sbin/nginx -c $TROOT/nginx.conf -s stop", shell=True, stderr=errfile, stdout=logfile)
-  subprocess.check_call("rm -f $TROOT/nginx.upstream.conf", shell=True, stderr=errfile, stdout=logfile)
-  #
-  # stop mono
-  #
-  p = subprocess.Popen(['ps', 'aux'], stdout=subprocess.PIPE)
-  out, err = p.communicate()
-  for line in out.splitlines():
-    if 'mono-server' in line and not 'run-ci' in line and not 'run-tests' in line:
-      pid = int(line.split(None, 2)[1])
-      os.kill(pid, 15)

+ 0 - 8
frameworks/C#/servicestack/bash_profile.sh

@@ -1,8 +0,0 @@
-#!/bin/bash
-
-export MONO_ROOT=${IROOT}/mono-3.6.0-install
-
-export PATH="$MONO_ROOT/bin:$PATH"
-
-# Needed to find Mono's shared libraries
-export LD_LIBRARY_PATH="$MONO_ROOT/lib"

+ 0 - 0
frameworks/C#/HttpListener/.gitignore → frameworks/CSharp/HttpListener/.gitignore


+ 0 - 0
frameworks/C#/HttpListener/.nuget/NuGet.Config → frameworks/CSharp/HttpListener/.nuget/NuGet.Config


+ 0 - 0
frameworks/C#/HttpListener/.nuget/NuGet.targets → frameworks/CSharp/HttpListener/.nuget/NuGet.targets


+ 0 - 0
frameworks/C#/HttpListener/HttpListener.sln → frameworks/CSharp/HttpListener/HttpListener.sln


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/App.config → frameworks/CSharp/HttpListener/HttpListener/App.config


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Fortunes.cshtml → frameworks/CSharp/HttpListener/HttpListener/Fortunes.cshtml


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Fortunes.generated.cs → frameworks/CSharp/HttpListener/HttpListener/Fortunes.generated.cs


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/HttpListener.csproj → frameworks/CSharp/HttpListener/HttpListener/HttpListener.csproj


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Models/Fortune.cs → frameworks/CSharp/HttpListener/HttpListener/Models/Fortune.cs


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Models/MongoDB.cs → frameworks/CSharp/HttpListener/HttpListener/Models/MongoDB.cs


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Models/World.cs → frameworks/CSharp/HttpListener/HttpListener/Models/World.cs


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Program.cs → frameworks/CSharp/HttpListener/HttpListener/Program.cs


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/Properties/AssemblyInfo.cs → frameworks/CSharp/HttpListener/HttpListener/Properties/AssemblyInfo.cs


+ 0 - 0
frameworks/C#/HttpListener/HttpListener/packages.config → frameworks/CSharp/HttpListener/HttpListener/packages.config


+ 0 - 0
frameworks/C#/HttpListener/README.md → frameworks/CSharp/HttpListener/README.md


+ 0 - 0
frameworks/C#/HttpListener/__init__.py → frameworks/CSharp/HttpListener/__init__.py


+ 0 - 0
frameworks/C#/HttpListener/benchmark_config → frameworks/CSharp/HttpListener/benchmark_config


+ 0 - 0
frameworks/C#/HttpListener/install.sh → frameworks/CSharp/HttpListener/install.sh


+ 0 - 0
frameworks/C#/HttpListener/setup.ps1 → frameworks/CSharp/HttpListener/setup.ps1


+ 0 - 0
frameworks/C#/HttpListener/setup.py → frameworks/CSharp/HttpListener/setup.py


+ 0 - 0
frameworks/C#/HttpListener/source_code → frameworks/CSharp/HttpListener/source_code


+ 0 - 0
frameworks/C#/README.md → frameworks/CSharp/README.md


+ 0 - 0
frameworks/C#/aspnet-stripped/.gitignore → frameworks/CSharp/aspnet-stripped/.gitignore


+ 0 - 0
frameworks/C#/aspnet-stripped/NuGet.exe → frameworks/CSharp/aspnet-stripped/NuGet.exe


+ 0 - 0
frameworks/C#/aspnet-stripped/README.md → frameworks/CSharp/aspnet-stripped/README.md


+ 0 - 0
frameworks/C#/aspnet-stripped/__init__.py → frameworks/CSharp/aspnet-stripped/__init__.py


+ 0 - 0
frameworks/C#/aspnet-stripped/benchmark_config → frameworks/CSharp/aspnet-stripped/benchmark_config


+ 0 - 0
frameworks/C#/aspnet-stripped/install.sh → frameworks/CSharp/aspnet-stripped/install.sh


+ 0 - 0
frameworks/C#/aspnet-stripped/setup_iis.ps1 → frameworks/CSharp/aspnet-stripped/setup_iis.ps1


+ 0 - 0
frameworks/C#/aspnet-stripped/setup_iis.py → frameworks/CSharp/aspnet-stripped/setup_iis.py


+ 0 - 0
frameworks/C#/aspnet-stripped/source_code → frameworks/CSharp/aspnet-stripped/source_code


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/Common.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/Common.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/DbHandler.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/DbHandler.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/FortunesPage.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/FortunesPage.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/JsonHandler.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/JsonHandler.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/Models/Fortune.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/Models/Fortune.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/Models/MongoDB.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/Models/MongoDB.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/Models/World.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/Models/World.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/MongoDBHandlers.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/MongoDBHandlers.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/MyModule.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/MyModule.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/NoAspxHandlerFactory.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/NoAspxHandlerFactory.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/PlaintextHandler.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/PlaintextHandler.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/App_Code/UpdatesHandler.cs → frameworks/CSharp/aspnet-stripped/src/App_Code/UpdatesHandler.cs


+ 0 - 0
frameworks/C#/aspnet-stripped/src/Web.config → frameworks/CSharp/aspnet-stripped/src/Web.config


+ 0 - 0
frameworks/C#/aspnet-stripped/src/fortunes.aspx → frameworks/CSharp/aspnet-stripped/src/fortunes.aspx


+ 0 - 0
frameworks/C#/aspnet-stripped/src/mongodbfortunes.aspx → frameworks/CSharp/aspnet-stripped/src/mongodbfortunes.aspx


+ 0 - 0
frameworks/C#/aspnet-stripped/src/packages.config → frameworks/CSharp/aspnet-stripped/src/packages.config


+ 0 - 0
frameworks/C#/aspnet/.gitignore → frameworks/CSharp/aspnet/.gitignore


+ 0 - 0
frameworks/C#/aspnet/README.md → frameworks/CSharp/aspnet/README.md


+ 0 - 0
frameworks/C#/aspnet/__init__.py → frameworks/CSharp/aspnet/__init__.py


+ 0 - 0
frameworks/C#/aspnet/bash_profile.sh → frameworks/CSharp/aspnet/bash_profile.sh


+ 0 - 0
frameworks/C#/aspnet/benchmark_config → frameworks/CSharp/aspnet/benchmark_config


+ 0 - 0
frameworks/C#/aspnet/install.sh → frameworks/CSharp/aspnet/install.sh


+ 0 - 0
frameworks/C#/aspnet/lib/.nuget/NuGet.exe → frameworks/CSharp/aspnet/lib/.nuget/NuGet.exe


+ 0 - 0
frameworks/C#/aspnet/lib/.nuget/NuGet.targets → frameworks/CSharp/aspnet/lib/.nuget/NuGet.targets


+ 0 - 0
frameworks/C#/aspnet/nginx.conf → frameworks/CSharp/aspnet/nginx.conf


+ 0 - 0
frameworks/C#/aspnet/setup_iis.ps1 → frameworks/CSharp/aspnet/setup_iis.ps1


+ 0 - 0
frameworks/C#/aspnet/setup_iis.py → frameworks/CSharp/aspnet/setup_iis.py


+ 0 - 0
frameworks/C#/aspnet/setup_nginx.py → frameworks/CSharp/aspnet/setup_nginx.py


+ 0 - 0
frameworks/C#/aspnet/setup_nginx.sh → frameworks/CSharp/aspnet/setup_nginx.sh


+ 0 - 0
frameworks/C#/aspnet/setup_xsp.py → frameworks/CSharp/aspnet/setup_xsp.py


+ 0 - 0
frameworks/C#/aspnet/source_code → frameworks/CSharp/aspnet/source_code


+ 0 - 0
frameworks/C#/aspnet/src/Application.cs → frameworks/CSharp/aspnet/src/Application.cs


+ 0 - 0
frameworks/C#/aspnet/src/Benchmarks.AspNet.csproj → frameworks/CSharp/aspnet/src/Benchmarks.AspNet.csproj


+ 0 - 0
frameworks/C#/aspnet/src/Benchmarks.sln → frameworks/CSharp/aspnet/src/Benchmarks.sln


+ 0 - 0
frameworks/C#/aspnet/src/Controllers/AdoController.cs → frameworks/CSharp/aspnet/src/Controllers/AdoController.cs


+ 0 - 0
frameworks/C#/aspnet/src/Controllers/EntityFrameworkController.cs → frameworks/CSharp/aspnet/src/Controllers/EntityFrameworkController.cs


+ 0 - 0
frameworks/C#/aspnet/src/Controllers/HomeController.cs → frameworks/CSharp/aspnet/src/Controllers/HomeController.cs


+ 0 - 0
frameworks/C#/aspnet/src/Controllers/JsonController.cs → frameworks/CSharp/aspnet/src/Controllers/JsonController.cs


+ 0 - 0
frameworks/C#/aspnet/src/Controllers/MongoDBController.cs → frameworks/CSharp/aspnet/src/Controllers/MongoDBController.cs


+ 0 - 0
frameworks/C#/aspnet/src/Controllers/PlaintextController.cs → frameworks/CSharp/aspnet/src/Controllers/PlaintextController.cs


+ 0 - 0
frameworks/C#/aspnet/src/Models/EntityFramework.cs → frameworks/CSharp/aspnet/src/Models/EntityFramework.cs


+ 0 - 0
frameworks/C#/aspnet/src/Models/Fortune.cs → frameworks/CSharp/aspnet/src/Models/Fortune.cs


+ 0 - 0
frameworks/C#/aspnet/src/Models/MongoDB.cs → frameworks/CSharp/aspnet/src/Models/MongoDB.cs


+ 0 - 0
frameworks/C#/aspnet/src/Models/World.cs → frameworks/CSharp/aspnet/src/Models/World.cs


+ 0 - 0
frameworks/C#/aspnet/src/Properties/PublishProfiles/IIS.pubxml → frameworks/CSharp/aspnet/src/Properties/PublishProfiles/IIS.pubxml


+ 0 - 0
frameworks/C#/aspnet/src/Views/Fortunes.cshtml → frameworks/CSharp/aspnet/src/Views/Fortunes.cshtml


+ 0 - 0
frameworks/C#/aspnet/src/Views/Index.cshtml → frameworks/CSharp/aspnet/src/Views/Index.cshtml


+ 0 - 0
frameworks/C#/aspnet/src/Views/Web.config → frameworks/CSharp/aspnet/src/Views/Web.config


+ 0 - 0
frameworks/C#/aspnet/src/Web.config → frameworks/CSharp/aspnet/src/Web.config


+ 0 - 0
frameworks/C#/evhttp-sharp/.gitignore → frameworks/CSharp/evhttp-sharp/.gitignore


+ 0 - 0
frameworks/C#/evhttp-sharp/__init__.py → frameworks/CSharp/evhttp-sharp/__init__.py


+ 0 - 0
frameworks/C#/evhttp-sharp/bash_profile.sh → frameworks/CSharp/evhttp-sharp/bash_profile.sh


+ 0 - 0
frameworks/C#/evhttp-sharp/benchmark_config → frameworks/CSharp/evhttp-sharp/benchmark_config


+ 0 - 0
frameworks/C#/evhttp-sharp/install.sh → frameworks/CSharp/evhttp-sharp/install.sh


+ 0 - 0
frameworks/C#/evhttp-sharp/setup.py → frameworks/CSharp/evhttp-sharp/setup.py


+ 0 - 0
frameworks/C#/evhttp-sharp/src/EvHttpSharpBenchmark.csproj → frameworks/CSharp/evhttp-sharp/src/EvHttpSharpBenchmark.csproj


+ 0 - 0
frameworks/C#/evhttp-sharp/src/EvHttpSharpBenchmark.sln → frameworks/CSharp/evhttp-sharp/src/EvHttpSharpBenchmark.sln


+ 0 - 0
frameworks/C#/evhttp-sharp/src/Program.cs → frameworks/CSharp/evhttp-sharp/src/Program.cs


+ 0 - 0
frameworks/C#/evhttp-sharp/src/Properties/AssemblyInfo.cs → frameworks/CSharp/evhttp-sharp/src/Properties/AssemblyInfo.cs


+ 0 - 0
frameworks/C#/evhttp-sharp/src/lib/EvHttpSharp.dll → frameworks/CSharp/evhttp-sharp/src/lib/EvHttpSharp.dll


+ 0 - 0
frameworks/C#/evhttp-sharp/src/lib/Newtonsoft.Json.dll → frameworks/CSharp/evhttp-sharp/src/lib/Newtonsoft.Json.dll


+ 0 - 0
frameworks/C#/evhttp-sharp/src/lib/libevent_core-2-0-5.dll → frameworks/CSharp/evhttp-sharp/src/lib/libevent_core-2-0-5.dll


+ 0 - 0
frameworks/C#/evhttp-sharp/src/lib/libevent_extra-2-0-5.dll → frameworks/CSharp/evhttp-sharp/src/lib/libevent_extra-2-0-5.dll


+ 0 - 0
frameworks/C#/evhttp-sharp/src/libevent_core-2-0-5.dll → frameworks/CSharp/evhttp-sharp/src/libevent_core-2-0-5.dll


+ 0 - 0
frameworks/C#/evhttp-sharp/src/libevent_extra-2-0-5.dll → frameworks/CSharp/evhttp-sharp/src/libevent_extra-2-0-5.dll


+ 0 - 0
frameworks/C#/nancy/.gitignore → frameworks/CSharp/nancy/.gitignore


Some files were not shown because too many files changed in this diff