locally when debugging. Updated build script to not have to manually build the umbracosqlce project since its now referenced. Updated ignore file. Removed Umbraco.sdf as being referenced in the repository. Fixed SqlCEInstaller to automatically create the sqlce database if it doesn't exist, we now don't ship the empty database and this is much nicer for working in the core.
226 lines
9.8 KiB
XML
226 lines
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{6277C9FB-3A9A-4537-AA86-82DA9B2527FD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>umbraco.Test</RootNamespace>
|
|
<AssemblyName>umbraco.Test</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<SccProjectName>
|
|
</SccProjectName>
|
|
<SccLocalPath>
|
|
</SccLocalPath>
|
|
<SccAuxPath>
|
|
</SccAuxPath>
|
|
<SccProvider>
|
|
</SccProvider>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ClientDependency.Core">
|
|
<HintPath>..\..\lib\ClientDependency.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="CookComputing.XmlRpcV2">
|
|
<HintPath>..\..\lib\CookComputing.XmlRpcV2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Examine">
|
|
<HintPath>..\..\lib\Examine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
<HintPath>..\..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Web.Extensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Web.Extensions.Design">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="UmbracoExamine">
|
|
<HintPath>..\..\lib\UmbracoExamine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UrlRewritingNet.UrlRewriter">
|
|
<HintPath>..\..\lib\UrlRewritingNet.UrlRewriter.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\src\SolutionInfo.cs">
|
|
<Link>Properties\SolutionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="ApplicationTest.cs" />
|
|
<Compile Include="ApplicationTreeTest.cs" />
|
|
<Compile Include="DataTypeDefinitionTest.cs" />
|
|
<Compile Include="DictionaryTest.cs" />
|
|
<Compile Include="DocumentTest.cs" />
|
|
<Compile Include="DocumentTypeTest.cs" />
|
|
<Compile Include="IOHelperTest.cs" />
|
|
<Compile Include="LanguageTest.cs" />
|
|
<Compile Include="MacroPropertyTypeTest.cs" />
|
|
<Compile Include="MacroTest.cs" />
|
|
<Compile Include="MediaTest.cs" />
|
|
<Compile Include="MediaTypeTest.cs" />
|
|
<Compile Include="MemberGroupTest.cs" />
|
|
<Compile Include="MemberTest.cs" />
|
|
<Compile Include="MemberTypeTest.cs" />
|
|
<Compile Include="NotificationTest.cs" />
|
|
<Compile Include="PermissionTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="PropertyTypeTest.cs" />
|
|
<Compile Include="RelationTest.cs" />
|
|
<Compile Include="StyleSheetTest.cs" />
|
|
<Compile Include="TagTest.cs" />
|
|
<Compile Include="TaskTest.cs" />
|
|
<Compile Include="TaskTypeTest.cs" />
|
|
<Compile Include="TemplateTest.cs" />
|
|
<Compile Include="UmbracoMembershipProviderTest.cs" />
|
|
<Compile Include="UserTest.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="AuthoringTests.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Shadow Include="Test References\umbraco.accessor" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\SQLCE4Umbraco\SqlCE4Umbraco.csproj">
|
|
<Project>{5BA5425F-27A7-4677-865E-82246498AA2E}</Project>
|
|
<Name>SqlCE4Umbraco</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.editorControls\umbraco.editorControls.csproj">
|
|
<Project>{255F5DF1-4E43-4758-AC05-7A0B68EB021B}</Project>
|
|
<Name>umbraco.editorControls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.macroRenderings\umbraco.macroRenderings.csproj">
|
|
<Project>{52AB8F1F-FB76-4E8C-885F-0747B6CE71EC}</Project>
|
|
<Name>umbraco.macroRenderings</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.controls\umbraco.controls.csproj">
|
|
<Project>{6EDD2061-82F2-461B-BB6E-879245A832DE}</Project>
|
|
<Name>umbraco.controls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.businesslogic\umbraco.businesslogic.csproj">
|
|
<Project>{E469A9CE-1BEC-423F-AC44-713CD72457EA}</Project>
|
|
<Name>umbraco.businesslogic</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.cms\umbraco.cms.csproj">
|
|
<Project>{CCD75EC3-63DB-4184-B49D-51C1DD337230}</Project>
|
|
<Name>umbraco.cms</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.datalayer\umbraco.datalayer.csproj">
|
|
<Project>{C7CB79F0-1C97-4B33-BFA7-00731B579AE2}</Project>
|
|
<Name>umbraco.datalayer</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.interfaces\umbraco.interfaces.csproj">
|
|
<Project>{511F6D8D-7717-440A-9A57-A507E9A8B27F}</Project>
|
|
<Name>umbraco.interfaces</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.presentation\umbraco.presentation.csproj">
|
|
<Project>{651E1350-91B6-44B7-BD60-7207006D7003}</Project>
|
|
<Name>umbraco.presentation</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\umbraco.providers\umbraco.providers.csproj">
|
|
<Project>{D7636876-0756-43CB-A192-138C6F0D5E42}</Project>
|
|
<Name>umbraco.providers</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Shadow Include="Test References\businesslogic.accessor" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |