Added my Web.Template.{MACHINENAME}.config transform files.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user