Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-14 17:52:06 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-14 17:52:06 +0300
commit55393c2c9b260f8815c1854f8bb30b5127a34ded (patch)
treec5c0380b93fd5462ce3116fcbc96f5bbca64a76a /mcs/tools
parentc32414966c76a10741949d4f40e0dc737753e44f (diff)
Add normalized .bat files after the .gitattributes EOL change
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/sqlmetal/src/Build Northwind.bat2
-rw-r--r--mcs/tools/sqlmetal/src/DbLinq/Schema/Dbml/DbmlSchema.bat2
-rw-r--r--mcs/tools/sqlmetal/src/DbMetal/run_ingMetal.bat6
-rw-r--r--mcs/tools/sqlmetal/src/DbMetal/run_myMetal.bat10
-rw-r--r--mcs/tools/sqlmetal/src/DbMetal/run_oraMetal.bat10
-rw-r--r--mcs/tools/sqlmetal/src/DbMetal/run_pgMetal.bat2
-rw-r--r--mcs/tools/sqlmetal/src/DbMetal/run_sqliteMetal.bat30
7 files changed, 31 insertions, 31 deletions
diff --git a/mcs/tools/sqlmetal/src/Build Northwind.bat b/mcs/tools/sqlmetal/src/Build Northwind.bat
index f6c8cdfaec5..2ccae1262b1 100644
--- a/mcs/tools/sqlmetal/src/Build Northwind.bat
+++ b/mcs/tools/sqlmetal/src/Build Northwind.bat
@@ -1 +1 @@
-DbMetal\bin\DbMetal.exe /database=Northwind /schema /server=%%DbLinqServer??localhost /user=LinqUser /password=linq2 /namespace=nwind /sprocs /entityInterfaces= /culture="en" /pluralize "@Build Northwind parameters.txt"
+DbMetal\bin\DbMetal.exe /database=Northwind /schema /server=%%DbLinqServer??localhost /user=LinqUser /password=linq2 /namespace=nwind /sprocs /entityInterfaces= /culture="en" /pluralize "@Build Northwind parameters.txt"
diff --git a/mcs/tools/sqlmetal/src/DbLinq/Schema/Dbml/DbmlSchema.bat b/mcs/tools/sqlmetal/src/DbLinq/Schema/Dbml/DbmlSchema.bat
index b09b1563e49..67bfdeb3a7b 100644
--- a/mcs/tools/sqlmetal/src/DbLinq/Schema/Dbml/DbmlSchema.bat
+++ b/mcs/tools/sqlmetal/src/DbLinq/Schema/Dbml/DbmlSchema.bat
@@ -1 +1 @@
-xsd.exe DbmlSchema.xsd /classes /enableDataBinding /namespace:DbLinq.Schema.Dbml
+xsd.exe DbmlSchema.xsd /classes /enableDataBinding /namespace:DbLinq.Schema.Dbml
diff --git a/mcs/tools/sqlmetal/src/DbMetal/run_ingMetal.bat b/mcs/tools/sqlmetal/src/DbMetal/run_ingMetal.bat
index 3d18a50fb02..1c4a7297399 100644
--- a/mcs/tools/sqlmetal/src/DbMetal/run_ingMetal.bat
+++ b/mcs/tools/sqlmetal/src/DbMetal/run_ingMetal.bat
@@ -1,3 +1,3 @@
-bin\DbMetal.exe -user:LinqUser -database:Northwind -server:localhost -password:linq2 -namespace:nwind -Provider=Ingres /entityInterfaces=IModified /pluralize /sprocs
-
-
+bin\DbMetal.exe -user:LinqUser -database:Northwind -server:localhost -password:linq2 -namespace:nwind -Provider=Ingres /entityInterfaces=IModified /pluralize /sprocs
+
+
diff --git a/mcs/tools/sqlmetal/src/DbMetal/run_myMetal.bat b/mcs/tools/sqlmetal/src/DbMetal/run_myMetal.bat
index 698d3adbdb6..36388c49930 100644
--- a/mcs/tools/sqlmetal/src/DbMetal/run_myMetal.bat
+++ b/mcs/tools/sqlmetal/src/DbMetal/run_myMetal.bat
@@ -1,5 +1,5 @@
-REM: note that the '-sprocs' option is turned on
-
-bin\DbMetal.exe -provider=MySql -database:Northwind -server:localhost -user:LinqUser -password:linq2 -namespace:nwind -code:Northwind.cs -sprocs
-
-
+REM: note that the '-sprocs' option is turned on
+
+bin\DbMetal.exe -provider=MySql -database:Northwind -server:localhost -user:LinqUser -password:linq2 -namespace:nwind -code:Northwind.cs -sprocs
+
+
diff --git a/mcs/tools/sqlmetal/src/DbMetal/run_oraMetal.bat b/mcs/tools/sqlmetal/src/DbMetal/run_oraMetal.bat
index 1efa402e256..d28441124f4 100644
--- a/mcs/tools/sqlmetal/src/DbMetal/run_oraMetal.bat
+++ b/mcs/tools/sqlmetal/src/DbMetal/run_oraMetal.bat
@@ -1,5 +1,5 @@
-REM ##
-REM OracleMetal.exe -user:LinqUser -server:localhost -password:linq2 -namespace:nwind -renamesFile:oraFieldRenames.xml
-
-bin\DbMetal.exe -user:Northwind -database:Northwind -server:localhost -password:linq2 -namespace:nwind -renamesFile:oraFieldRenames.xml
-
+REM ##
+REM OracleMetal.exe -user:LinqUser -server:localhost -password:linq2 -namespace:nwind -renamesFile:oraFieldRenames.xml
+
+bin\DbMetal.exe -user:Northwind -database:Northwind -server:localhost -password:linq2 -namespace:nwind -renamesFile:oraFieldRenames.xml
+
diff --git a/mcs/tools/sqlmetal/src/DbMetal/run_pgMetal.bat b/mcs/tools/sqlmetal/src/DbMetal/run_pgMetal.bat
index 53860c93219..08435cba2b9 100644
--- a/mcs/tools/sqlmetal/src/DbMetal/run_pgMetal.bat
+++ b/mcs/tools/sqlmetal/src/DbMetal/run_pgMetal.bat
@@ -1 +1 @@
-bin\DbMetal.exe /provider=PostgreSql /code=Northwind.cs -user:LinqUser -database:northwind -server:%%DbLinqServer??localhost -password:linq2 -namespace:nwind -renamesFile:pgsqlFieldRenames.xml -sprocs
+bin\DbMetal.exe /provider=PostgreSql /code=Northwind.cs -user:LinqUser -database:northwind -server:%%DbLinqServer??localhost -password:linq2 -namespace:nwind -renamesFile:pgsqlFieldRenames.xml -sprocs
diff --git a/mcs/tools/sqlmetal/src/DbMetal/run_sqliteMetal.bat b/mcs/tools/sqlmetal/src/DbMetal/run_sqliteMetal.bat
index 5b53098f096..75b6dbd0c45 100644
--- a/mcs/tools/sqlmetal/src/DbMetal/run_sqliteMetal.bat
+++ b/mcs/tools/sqlmetal/src/DbMetal/run_sqliteMetal.bat
@@ -1,15 +1,15 @@
-@echo off
-
-rem the following script is obsolete
-
-DEL Northwind.db3
-type ..\Example\DbLinq.SQLite.Example\sql\create_Northwind.sql | sqlite3 Northwind.db3
-type ..\Example\DbLinq.SQLite.Example\sql\create_AllTypes.sql | sqlite3 Northwind.db3
-
-REM: note that the '-sprocs' option is turned on
-REM MySqlMetal.exe -database:Northwind -server:localhost -user:LinqUser -password:linq2 -namespace:nwind -dbml:nwind_mysql.dbml -sprocs
-bin\SQLiteMetal.exe -database:Northwind.db3 -namespace:nwind -code:Northwind.cs
-
-pause
-
-
+@echo off
+
+rem the following script is obsolete
+
+DEL Northwind.db3
+type ..\Example\DbLinq.SQLite.Example\sql\create_Northwind.sql | sqlite3 Northwind.db3
+type ..\Example\DbLinq.SQLite.Example\sql\create_AllTypes.sql | sqlite3 Northwind.db3
+
+REM: note that the '-sprocs' option is turned on
+REM MySqlMetal.exe -database:Northwind -server:localhost -user:LinqUser -password:linq2 -namespace:nwind -dbml:nwind_mysql.dbml -sprocs
+bin\SQLiteMetal.exe -database:Northwind.db3 -namespace:nwind -code:Northwind.cs
+
+pause
+
+