Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit 343de00

Browse files
committed
Branching version for Sitecore CMS 8.0
1 parent 4cc2b32 commit 343de00

File tree

12 files changed

+8
-590
lines changed

12 files changed

+8
-590
lines changed

src/Sitecore.Azure.Startup.sln

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.Azure.Startup", "Sitecore.Azure.Startup\Sitecore.Azure.Startup.csproj", "{4F5250B1-352C-440C-A605-53560EF85B53}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore", "Sitecore\Sitecore.csproj", "{5409280A-AE87-449F-B4BC-D438C614FCCB}"
99
EndProject
10-
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "Sitecore.Azure", "Sitecore.Azure\Sitecore.Azure.ccproj", "{194A8B9D-7DBF-4251-9BFA-28C4DE8FA1C5}"
11-
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug|Any CPU = Debug|Any CPU
@@ -23,10 +21,6 @@ Global
2321
{5409280A-AE87-449F-B4BC-D438C614FCCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
2422
{5409280A-AE87-449F-B4BC-D438C614FCCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
2523
{5409280A-AE87-449F-B4BC-D438C614FCCB}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{194A8B9D-7DBF-4251-9BFA-28C4DE8FA1C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{194A8B9D-7DBF-4251-9BFA-28C4DE8FA1C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{194A8B9D-7DBF-4251-9BFA-28C4DE8FA1C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{194A8B9D-7DBF-4251-9BFA-28C4DE8FA1C5}.Release|Any CPU.Build.0 = Release|Any CPU
3024
EndGlobalSection
3125
GlobalSection(SolutionProperties) = preSolution
3226
HideSolutionNode = FALSE

src/Sitecore.Azure.Startup/ConfigRegistration.cs

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/Sitecore.Azure.Startup/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyTrademark("Sitecore® is a registered trademark of Sitecore Corporation")]
1515
[assembly: AssemblyCulture("")]
1616

17-
[assembly: AssemblyInformationalVersion("7.5 rev. 150520")]
17+
[assembly: AssemblyInformationalVersion("8.0 rev. 150714")]
1818

1919
// Setting ComVisible to false makes the types in this assembly not visible
2020
// to COM components. If you need to access a type in this assembly from
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("7.5.5162.0")]
38-
[assembly: AssemblyFileVersion("7.5.5162.0")]
37+
[assembly: AssemblyVersion("8.0.5217.0")]
38+
[assembly: AssemblyFileVersion("8.0.5217.0")]

src/Sitecore.Azure.Startup/Sitecore.Azure.Startup.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
39-
<Private>False</Private>
40-
</Reference>
4137
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
4238
<Reference Include="Sitecore.ContentSearch">
4339
<HintPath>..\Sitecore\bin\Sitecore.ContentSearch.dll</HintPath>
@@ -58,10 +54,6 @@
5854
<Reference Include="System.Xml" />
5955
</ItemGroup>
6056
<ItemGroup>
61-
<Compile Include="ConfigRegistration.cs" />
62-
<Compile Include="Pipelines\Loader\InitializeConnectionStrings.cs">
63-
<SubType>Code</SubType>
64-
</Compile>
6557
<Compile Include="Pipelines\Loader\RebuildSearchIndex.cs" />
6658
<Compile Include="Properties\AssemblyInfo.cs" />
6759
<Compile Include="SearchIndexRebuilding.cs" />
@@ -70,7 +62,6 @@
7062
<None Include="App_Config\Include\Sitecore.Azure.Startup.config">
7163
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
7264
</None>
73-
<None Include="packages.config" />
7465
</ItemGroup>
7566
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7667
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Sitecore.Azure.Startup/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Sitecore.Azure/ServiceConfiguration.Cloud.cscfg

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/Sitecore.Azure/ServiceConfiguration.Local.cscfg

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/Sitecore.Azure/ServiceDefinition.csdef

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/Sitecore.Azure/Sitecore.Azure.ccproj

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)