Skip to content

Commit

Permalink
upgraded to use the public sitecore nuget repository
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandycohen committed Nov 10, 2016
1 parent 8eac73d commit ae3d687
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 12 deletions.
50 changes: 38 additions & 12 deletions Hi.UrlRewrite/Hi.UrlRewrite.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Hi.UrlRewrite</RootNamespace>
<AssemblyName>Hi.UrlRewrite</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
Expand All @@ -23,6 +23,8 @@
<IISExpressUseClassicPipelineMode />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<UseGlobalApplicationHostFile />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -42,33 +44,57 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Sitecore.Analytics">
<Reference Include="Sitecore.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.Analytics.NoReferences.8.1.160519\lib\NET45\Sitecore.Analytics.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Analytics.Aggregation">
<Reference Include="Sitecore.Analytics.Aggregation, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.Analytics.Aggregation.NoReferences.8.1.160519\lib\NET45\Sitecore.Analytics.Aggregation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Analytics.Core">
<Reference Include="Sitecore.Analytics.Core, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.Analytics.Core.NoReferences.8.1.160519\lib\NET45\Sitecore.Analytics.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Analytics.Model">
<Reference Include="Sitecore.Analytics.Model, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.Analytics.Model.NoReferences.8.1.160519\lib\NET45\Sitecore.Analytics.Model.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.ExperienceAnalytics">
<Reference Include="Sitecore.ExperienceAnalytics, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.ExperienceAnalytics.NoReferences.8.1.160519\lib\NET45\Sitecore.ExperienceAnalytics.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Kernel">
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.Kernel.NoReferences.8.1.160519\lib\NET45\Sitecore.Kernel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Logging">
<Reference Include="Sitecore.Logging, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Sitecore.Logging.NoReferences.8.1.160519\lib\NET45\Sitecore.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Analytics\ByUrlRewriteRedirect.cs" />
Expand Down
7 changes: 7 additions & 0 deletions Hi.UrlRewrite/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
<packages>
<package id="bootstrap" version="3.3.1" targetFramework="net45" />
<package id="jQuery" version="1.9.0" targetFramework="net45" />
<package id="Sitecore.Analytics.Core.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
<package id="Sitecore.Analytics.Model.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
<package id="Sitecore.Analytics.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
<package id="Sitecore.Analytics.Aggregation.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
<package id="Sitecore.ExperienceAnalytics.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
<package id="Sitecore.Kernel.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
<package id="Sitecore.Logging.NoReferences" version="8.1.160519" targetFramework="net452" developmentDependency="true" />
</packages>

0 comments on commit ae3d687

Please sign in to comment.