Remove BOM from project.json, *.cmd, *.sh and *.shade files.

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:56:42 -07:00
parent 35fc8279dd
commit 1d578ca2fd
68 changed files with 68 additions and 68 deletions

View File

@ -1,4 +1,4 @@
@echo off
@echo off
cd %~dp0
SETLOCAL

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001/taghelpers",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"shared": "*.cs",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"description": "The core runtime components of ASP.NET MVC.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "The ASP.NET MVC model binding components for binding data from a request to an object model.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "The Razor view engine for ASP.NET MVC.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "Contains a default set of Tag Helpers for building ASP.NET MVC applications.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "Contains DataContractSerializer and XmlSerializer based input and output formatters",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.",
"version": "6.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"description": "Abstractions for page instrumentation.",
"version": "1.0.0-*",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": "true"
},

View File

@ -1,4 +1,4 @@
{
{
"code": [
"**/*.cs",
"../Microsoft.AspNet.Mvc.Xml.Test/XmlAssert.cs"

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": "true"
},

View File

@ -1,4 +1,4 @@
{
{
"resources": "TestFiles/**",
"dependencies": {
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"code": [
"**/*.cs",
"../Microsoft.AspNet.Mvc.Razor.Host.Test/TestFileProvider.cs",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": "true"
},

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": false
},

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": "true"
},

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-*"
},

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"exclude": [

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"exclude": "wwwroot/**/*",
"commands": {

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"frameworks": {
"dnx451": { },
"dnxcore50": {

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"