Skip to content

Commit

Permalink
Fixed project references yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed Mar 7, 2016
1 parent ef89953 commit 57eb54f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Cimbalino.Toolkit (UWP)/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"dependencies": {
"Microsoft.Bcl.Build": "1.0.21",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Microsoft.Xaml.Behaviors.Uwp.Managed": "1.1.0",
"StyleCop.Analyzers": "1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions src/Cimbalino.Toolkit (WP8)/Cimbalino.Toolkit (WP8).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System.IO.Compression, Version=3.9.85.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Compression.3.9.85\lib\wp8\System.IO.Compression.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Windows.Interactivity, Version=3.9.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
Expand All @@ -176,7 +180,9 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets'))" />
</Target>
<Import Project="..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets" Condition="Exists('..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.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">
Expand Down
1 change: 1 addition & 0 deletions src/Cimbalino.Toolkit (WP8)/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wp8" />
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="wp8" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="wp8" developmentDependency="true" />
</packages>
1 change: 1 addition & 0 deletions src/Cimbalino.Toolkit (WPA81)/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wpa81" />
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="wpa81" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="wpa81" developmentDependency="true" />
</packages>
1 change: 1 addition & 0 deletions src/Cimbalino.Toolkit (Win81)/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="win81" />
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="win81" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="win81" developmentDependency="true" />
</packages>
2 changes: 0 additions & 2 deletions src/Cimbalino.Toolkit.Core (UWP)/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"dependencies": {
"Microsoft.Bcl.Build": "1.0.21",
"Microsoft.Bcl.Compression": "3.9.85",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"StyleCop.Analyzers": "1.0.0"
},
Expand Down

0 comments on commit 57eb54f

Please sign in to comment.