Added my Web.Template.{MACHINENAME}.config transform files.

This commit is contained in:
leekelleher
2012-06-28 12:50:55 -01:00
parent a529c26189
commit 5389c14eb2
3 changed files with 42 additions and 4 deletions

View File

@@ -2590,10 +2590,6 @@
<Content Include="config\Skinning.config" />
<Content Include="config\feedProxy.config" />
<Content Include="umbraco_client\ui\ui-lightness\jquery-ui.custom.css" />
<None Include="web.Template.ShandemVaio.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</None>
<None Include="web.Template.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
@@ -3171,6 +3167,18 @@
<Content Include="web.config">
<SubType>Designer</SubType>
</Content>
<None Include="web.Template.BODENKO-04.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</None>
<None Include="web.Template.VERTINO-01.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</None>
<None Include="web.Template.ShandemVaio.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</None>
<None Include="web.Template.User-VAIO.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
</None>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add xdt:Transform="Replace" xdt:Locator="Match(key)" key="umbracoDbDSN" value="server=.\SQL2008;database=umbraco4_dev;integrated security=true"/>
<add xdt:Transform="Replace" xdt:Locator="Match(key)" key="umbracoConfigurationStatus" value="4.8.0"/>
<add xdt:Transform="Replace" xdt:Locator="Match(key)" key="umbracoUseMediumTrust" value="true"/>
</appSettings>
<system.web>
<trust level="Medium" originUrl=".*" />
<compilation debug="false" xdt:Transform="SetAttributes(debug)" />
</system.web>
</configuration>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add xdt:Transform="Replace" xdt:Locator="Match(key)" key="umbracoDbDSN" value="server=.\SQLEXPRESS;database=umbraco4_dev;integrated security=true"/>
<add xdt:Transform="Replace" xdt:Locator="Match(key)" key="umbracoConfigurationStatus" value="4.8.0"/>
<add xdt:Transform="Replace" xdt:Locator="Match(key)" key="umbracoUseMediumTrust" value="true"/>
</appSettings>
<system.web>
<trust level="Medium" originUrl=".*" />
<compilation debug="false" xdt:Transform="SetAttributes(debug)" />
</system.web>
</configuration>