diff --git a/LinqToUmbraco/src/umbraco.Linq/Core/umbraco.Linq.Core.csproj b/LinqToUmbraco/src/umbraco.Linq/Core/umbraco.Linq.Core.csproj index f269238f7c..d27b741907 100644 --- a/LinqToUmbraco/src/umbraco.Linq/Core/umbraco.Linq.Core.csproj +++ b/LinqToUmbraco/src/umbraco.Linq/Core/umbraco.Linq.Core.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,25 @@ SAK SAK ..\..\..\..\..\umbraco\presentation\bin + + + 3.5 + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -27,6 +46,7 @@ prompt 4 bin\Debug\umbraco.Linq.Core.xml + AllRules.ruleset pdbonly @@ -36,6 +56,7 @@ prompt 4 bin\Release\umbraco.Linq.Core.XML + AllRules.ruleset @@ -98,6 +119,23 @@ umbraco.presentation + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + - umbraco.presentation.org.umbraco.update.UpgradeResult, Web References.org.umbraco.update.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + umbraco.presentation.org.umbraco.update.UpgradeResult \ No newline at end of file diff --git a/umbraco/presentation/umbraco.presentation.csproj b/umbraco/presentation/umbraco.presentation.csproj index 9768ea356b..1891dd1d74 100644 --- a/umbraco/presentation/umbraco.presentation.csproj +++ b/umbraco/presentation/umbraco.presentation.csproj @@ -1,4 +1,5 @@ - + + 9.0.30729 2.0 @@ -30,10 +31,8 @@ SAK SAK SAK - 2.0 + 3.5 v3.5 - - bin\ @@ -57,6 +56,7 @@ 4 full prompt + AllRules.ruleset bin\ @@ -79,6 +79,7 @@ 4 none prompt + AllRules.ruleset @@ -1488,6 +1489,7 @@ + @@ -2838,7 +2840,7 @@ - + diff --git a/umbraco/presentation/umbraco/templateControls/Resources.Designer.cs b/umbraco/presentation/umbraco/templateControls/Resources.Designer.cs index 8b7288de68..74f3422a91 100644 --- a/umbraco/presentation/umbraco/templateControls/Resources.Designer.cs +++ b/umbraco/presentation/umbraco/templateControls/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3053 +// Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace umbraco.presentation.umbraco.templateControls { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -68,11 +68,12 @@ namespace umbraco.presentation.umbraco.templateControls { /// xmlns:xsl="http://www.w3.org/1999/XSL/Transform" /// xmlns:msxml="urn:schemas-microsoft-com:xslt" /// xmlns:umbraco.library="urn:umbraco.library" - /// exclude-result-prefixes="msxml umbraco.library"> + /// {3} + /// exclude-result-prefixes="msxml umbraco.library {2}"> ///<xsl:output method="xml" omit-xml-declaration="yes"/> ///<xsl:param name="currentPage"/> ///<xsl:param name="itemData"/> - ///<xsl:template match="/"><xsl:value-of select="{0}" disable-output- [rest of string was truncated]";. + ///<xsl:template match="/"><xsl:value-of select="{0}" disa [rest of string was truncated]";. /// internal static string InlineXslt { get { diff --git a/umbraco/presentation/web.config.Az-VAIO.xslt b/umbraco/presentation/web.config.Az-VAIO.xslt new file mode 100644 index 0000000000..54ce7715de --- /dev/null +++ b/umbraco/presentation/web.config.Az-VAIO.xslt @@ -0,0 +1,25 @@ + + + + + + + server=.\sqlexpress;database=umbraco-4.1;integrated security=true; + + + + 4.1.0.betaII + + + + + + + + + + + + + + diff --git a/umbraco/providers/umbraco.providers.csproj b/umbraco/providers/umbraco.providers.csproj index c9e8817326..89d6365041 100644 --- a/umbraco/providers/umbraco.providers.csproj +++ b/umbraco/providers/umbraco.providers.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -15,10 +16,25 @@ SAK - 2.0 + 3.5 v3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -30,6 +46,7 @@ 4 + AllRules.ruleset pdbonly @@ -39,6 +56,7 @@ prompt 4 bin\Release\umbraco.providers.XML + AllRules.ruleset @@ -75,6 +93,23 @@ umbraco.datalayer + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + +