diff --git a/ENI2/App.config b/ENI2/App.config
index 6105b6f2..4c7c4bc1 100644
--- a/ENI2/App.config
+++ b/ENI2/App.config
@@ -29,7 +29,7 @@
http://192.168.2.24/LockingService/LockingService.svc
- Initial Catalog=nswtest;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
+ Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index 754f2036..01441e73 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -18,7 +18,7 @@
- eni_test\
+ eni2.publish\
true
Web
true
@@ -28,16 +28,16 @@
false
false
true
- http://192.168.2.24/eni_test/
+ http://192.168.2.24/eni2.publish/
http://www.textbausteine.net/
- ENI Testversion
+ ENI
Informatikbüro Daniel Schick
NSW
5.4.0.0
true
publish.html
- 0
- 6.9.12.0
+ 1
+ 6.9.12.1
false
true
true
@@ -86,7 +86,7 @@
Properties\app.manifest
- 94D98790E3B6C4CC9F4B57C8FD305E3225894DF8
+ 9B5725EAD90F2E06094631407417EB2554E88941
true
diff --git a/ENI2/Properties/Settings.Designer.cs b/ENI2/Properties/Settings.Designer.cs
index 784c9c28..4dcacde5 100644
--- a/ENI2/Properties/Settings.Designer.cs
+++ b/ENI2/Properties/Settings.Designer.cs
@@ -71,16 +71,6 @@ namespace ENI2.Properties {
}
}
- [global::System.Configuration.ApplicationScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Initial Catalog=nswtest;Data Source=192.168.2.24\\SQLEXPRESS;Uid=dfuser;pwd=dfpass" +
- "wd;Persist Security Info=False;Connection Reset=false")]
- public string ConnectionString {
- get {
- return ((string)(this["ConnectionString"]));
- }
- }
-
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("BSMD ReportGenerator")]
@@ -89,5 +79,15 @@ namespace ENI2.Properties {
return ((string)(this["ReportAuthor"]));
}
}
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Initial Catalog=nsw;Data Source=192.168.2.24\\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;P" +
+ "ersist Security Info=False;Connection Reset=false")]
+ public string ConnectionString {
+ get {
+ return ((string)(this["ConnectionString"]));
+ }
+ }
}
}
diff --git a/ENI2/Properties/Settings.settings b/ENI2/Properties/Settings.settings
index 8412c3f5..46d9c0c3 100644
--- a/ENI2/Properties/Settings.settings
+++ b/ENI2/Properties/Settings.settings
@@ -17,11 +17,11 @@
http://192.168.2.24/LockingService/LockingService.svc
-
- Initial Catalog=nswtest;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
-
BSMD ReportGenerator
+
+ Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
+
\ No newline at end of file
diff --git a/ENI2/Resources/EUREPORT.png b/ENI2/Resources/EUREPORT.png
index 375b2af7..a5a38e0c 100644
Binary files a/ENI2/Resources/EUREPORT.png and b/ENI2/Resources/EUREPORT.png differ
diff --git a/misc/copyprod.cmd b/misc/copyprod.cmd
index 23c7c452..0ff69e8a 100644
--- a/misc/copyprod.cmd
+++ b/misc/copyprod.cmd
@@ -1,2 +1,3 @@
@echo off
-copy App_prod.config ..\ENI2\App.config
\ No newline at end of file
+copy App_prod.config ..\ENI2\App.config
+copy EUREPORT.png ..\ENI2\Resources\EUREPORT.png
\ No newline at end of file