refresh intaller TK prod/test

This commit is contained in:
Samuele E. Locatelli
2015-08-04 15:46:55 +02:00
parent 0734035c66
commit b415db70a1
17 changed files with 12 additions and 14 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
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_prod</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
@@ -18,11 +18,11 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<ObjectGroup Name="GMW_data.Properties.Settings.GMWConnectionString" Order="1" Enabled="False">
<Destination Path="" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
<PreSource Path="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\GMW_data.Properties.Settings.GMWConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=10.74.82.217\sql2008r2;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
<Source MatchValue="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
+3 -5
View File
@@ -112,7 +112,6 @@
background-image: url(images/empty.png);
}
.btnRosso {
border: solid 2px red;
background-color: #FFAAAA;
@@ -602,7 +601,7 @@
background-repeat: repeat-x;
background-position: 0% 0%;
background-attachment: scroll;
background-image: url(images/bluGrad32.png);
background-image: url(images/orangeGrad32.png);
}
.ShadowText {
@@ -693,7 +692,7 @@
}
.barraTitolo {
background-color: #4C90FF;
background-color: #FF904C;
vertical-align: middle;
height: 20pt;
text-align: center;
@@ -1022,7 +1021,6 @@ A:hover {
.fontPiccolo {
font-size: 8pt;
}
@@ -1032,7 +1030,7 @@ A:hover {
}
.fontGrande {
font-size: 12pt;
font-size: 14pt;
}
.divCenter {
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<sitemanifest>
<IisApp path="C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW\obj\TK_prod\Package\PackageTmp" managedRuntimeVersion="v4.0" />
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW\obj\TK_prod\Package\PackageTmp" setAclResourceType="Directory" />
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW\obj\TK_prod\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
<IisApp path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GMW\GMW\obj\TK_prod\Package\PackageTmp" managedRuntimeVersion="v4.0" />
<setAcl path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GMW\GMW\obj\TK_prod\Package\PackageTmp" setAclResourceType="Directory" />
<setAcl path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GMW\GMW\obj\TK_prod\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
</sitemanifest>
Binary file not shown.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<sitemanifest>
<IisApp path="C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW\obj\TK_test\Package\PackageTmp" managedRuntimeVersion="v4.0" />
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW\obj\TK_test\Package\PackageTmp" setAclResourceType="Directory" />
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW\obj\TK_test\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
<IisApp path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GMW\GMW\obj\TK_test\Package\PackageTmp" managedRuntimeVersion="v4.0" />
<setAcl path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GMW\GMW\obj\TK_test\Package\PackageTmp" setAclResourceType="Directory" />
<setAcl path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GMW\GMW\obj\TK_test\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
</sitemanifest>
Binary file not shown.