vers 2.8.761

pubblicati installers TK
This commit is contained in:
Samuele E. Locatelli
2014-12-09 17:36:30 +01:00
parent 567f562889
commit 7decb1de28
19 changed files with 10 additions and 9100 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>IIS02_TK</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>TK_test</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
+5 -3
View File
@@ -112,6 +112,7 @@
background-image: url(images/empty.png);
}
.btnRosso {
border: solid 2px red;
background-color: #FFAAAA;
@@ -601,7 +602,7 @@
background-repeat: repeat-x;
background-position: 0% 0%;
background-attachment: scroll;
background-image: url(images/orangeGrad32.png);
background-image: url(images/bluGrad32.png);
}
.ShadowText {
@@ -692,7 +693,7 @@
}
.barraTitolo {
background-color: #FF904C;
background-color: #4C90FF;
vertical-align: middle;
height: 20pt;
text-align: center;
@@ -1021,6 +1022,7 @@ A:hover {
.fontPiccolo {
font-size: 8pt;
}
@@ -1030,7 +1032,7 @@ A:hover {
}
.fontGrande {
font-size: 14pt;
font-size: 12pt;
}
.divCenter {
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
-13
View File
@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add name="GMW_data.Properties.Settings.GMWConnectionString"
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
Binary file not shown.
-25
View File
@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
See http://nlog-project.org/wiki/Configuration_file
for information on customizing logging rules and outputs.
-->
<targets>
<!-- add your targets here -->
<!--
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
-->
</targets>
<rules>
<!-- add your logging rules here -->
<!--
<logger name="*" minlevel="Trace" writeTo="f" />
-->
</rules>
</nlog>
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("2.8.758.1789")]
[assembly: AssemblyFileVersion("2.8.758.1789")]
[assembly: AssemblyVersion("2.8.761.1803")]
[assembly: AssemblyFileVersion("2.8.761.1803")]
[assembly: AssemblyCopyright("Steamware © 2007-2014")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("2.8.758.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.8.758.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("2.8.761.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.8.761.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+