Skip to content

Commit

Permalink
As long as we are in preview phase we should use nuget package from C…
Browse files Browse the repository at this point in the history
…I-build of ControlzEx
  • Loading branch information
batzen committed Feb 2, 2016
1 parent 708acd1 commit 410d667
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Fluent.Ribbon.NET 4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ControlzEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=f08b075e934b7045, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev034\lib\net40\ControlzEx.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev035\lib\net40\ControlzEx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev034\lib\net40\System.Windows.Interactivity.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev035\lib\net40\System.Windows.Interactivity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xaml" />
Expand Down
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Fluent.Ribbon.NET 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ControlzEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=f08b075e934b7045, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev034\lib\net45\ControlzEx.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev035\lib\net45\ControlzEx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev034\lib\net45\System.Windows.Interactivity.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev035\lib\net45\System.Windows.Interactivity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xaml" />
Expand Down
2 changes: 1 addition & 1 deletion Fluent.Ribbon/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ControlzEx" version="2.0.0-dev034" />
<package id="ControlzEx" version="2.0.0-dev035" />
</packages>
20 changes: 20 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<clear />
<add key="CI.ControlzEx" value="https://ci.appveyor.com/nuget/controlzex-wfy5aam7u23j" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<activePackageSource>
<clear />
<add key="CI.ControlzEx" value="https://ci.appveyor.com/nuget/controlzex-wfy5aam7u23j" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</activePackageSource>
</configuration>

0 comments on commit 410d667

Please sign in to comment.