fix conf x CUS BG

This commit is contained in:
Samuele E. Locatelli
2017-02-01 16:05:23 +01:00
parent 593cf39ff0
commit c4e1648014
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -455,15 +455,15 @@
<Content Include="Scripts\jquery.mobile-1.4.2.min.map" />
<Content Include="Scripts\jquery.mobile-1.4.5.min.map" />
<Content Include="Scripts\jquery-2.2.4.min.map" />
<None Include="Web.CUSBG.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.IIS01.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.IIS02.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.OVH.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\VersGen\VersGen.cs">
@@ -745,4 +745,9 @@
<Target Name="AfterBuild">
</Target>
-->
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
<Target Name="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
<!--Generate transformed config in the output directory-->
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
</Target>
</Project>
@@ -15,7 +15,7 @@
</connectionStrings>
-->
<appSettings>
<add key="baseUrl" value="http://scheme.steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrl" value="http://smc.steamware.net/cusbg" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<!--<add key="adminEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_fromEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
<add key="enablePlain" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>