Skip to content

Commit

Permalink
Use Nuget/Xamarin Components for external references, where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Oct 26, 2013
1 parent 57e6abd commit b9bf0db
Show file tree
Hide file tree
Showing 43 changed files with 46 additions and 35,647 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ bin/
obj/
/BuildOutput
*.shfbproj_*
UpgradeLog*.htm
UpgradeLog*.htm
Source/packages
Source/Components
Binary file removed Libraries/Json.NET/Bin/Net40/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed Libraries/Json.NET/Bin/Net40/Newtonsoft.Json.pdb
Binary file not shown.
7,634 changes: 0 additions & 7,634 deletions Libraries/Json.NET/Bin/Net40/Newtonsoft.Json.xml

This file was deleted.

Binary file removed Libraries/Json.NET/Bin/Portable/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed Libraries/Json.NET/Bin/Portable/Newtonsoft.Json.pdb
Binary file not shown.
6,813 changes: 0 additions & 6,813 deletions Libraries/Json.NET/Bin/Portable/Newtonsoft.Json.xml

This file was deleted.

Binary file removed Libraries/Json.NET/Bin/WinRT/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed Libraries/Json.NET/Bin/WinRT/Newtonsoft.Json.pdb
Binary file not shown.
7,152 changes: 0 additions & 7,152 deletions Libraries/Json.NET/Bin/WinRT/Newtonsoft.Json.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
6,934 changes: 0 additions & 6,934 deletions Libraries/Json.NET/Bin/WindowsPhone/Newtonsoft.Json.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
6,934 changes: 0 additions & 6,934 deletions Libraries/Json.NET/Bin/WindowsPhone/Signed/Newtonsoft.Json.xml

This file was deleted.

35 changes: 0 additions & 35 deletions Libraries/Json.NET/Bin/versions.txt

This file was deleted.

89 changes: 0 additions & 89 deletions Libraries/Json.NET/readme.txt

This file was deleted.

31 changes: 0 additions & 31 deletions Libraries/WPFToolkit.Extended/WPFToolkit.Extended-License.txt

This file was deleted.

Binary file removed Libraries/WPFToolkit.Extended/Xceed.Wpf.DataGrid.dll
Binary file not shown.
Binary file removed Libraries/WPFToolkit.Extended/Xceed.Wpf.Toolkit.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 8 additions & 1 deletion Source/Eto.Json/Eto.Json - iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\Libraries\Json.NET\Bin\Portable\Newtonsoft.Json.dll</HintPath>
<HintPath>..\Components\json.net-4.5.11\lib\ios\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down Expand Up @@ -78,4 +78,11 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<XamarinComponentReference Include="json.net">
<InstallationInProgress>True</InstallationInProgress>
<Version>4.5.11</Version>
<Visible>False</Visible>
</XamarinComponentReference>
</ItemGroup>
</Project>
9 changes: 6 additions & 3 deletions Source/Eto.Json/Eto.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<Import Condition="Exists('../../../Eto.Common.targets')" Project="../../../Eto.Common.targets" />
<ItemGroup>
<Reference Include="System" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\Libraries\Json.NET\Bin\Net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.Core" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="JsonReader.cs" />
Expand Down Expand Up @@ -77,4 +77,7 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>
13 changes: 6 additions & 7 deletions Source/Eto.Platform.Windows/Eto.Platform.Windows.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>
Expand All @@ -10,8 +10,6 @@
<OutputType>Library</OutputType>
<AssemblyName>Eto.Platform.Windows</AssemblyName>
<RootNamespace>Eto.Platform.Windows</RootNamespace>
<ReleaseVersion>
</ReleaseVersion>
</PropertyGroup>
<PropertyGroup>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -42,12 +40,10 @@
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack">
<HintPath>..\..\Libraries\WindowsApiCodePack\binaries\Microsoft.WindowsAPICodePack.dll</HintPath>
<Private>False</Private>
<HintPath>..\packages\Windows7APICodePack-Core.1.1.0.0\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
<HintPath>..\..\Libraries\WindowsApiCodePack\binaries\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
<Private>False</Private>
<HintPath>..\packages\Windows7APICodePack-Shell.1.1.0.0\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
Expand Down Expand Up @@ -323,6 +319,9 @@
<Link>CustomControls\Assemblies\Interop.SHDocVw.dll</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
Expand Down
5 changes: 5 additions & 0 deletions Source/Eto.Platform.Windows/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Windows7APICodePack-Core" version="1.1.0.0" targetFramework="net40" />
<package id="Windows7APICodePack-Shell" version="1.1.0.0" targetFramework="net40" />
</packages>
20 changes: 8 additions & 12 deletions Source/Eto.Platform.Wpf/Eto.Platform.Wpf.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>
Expand All @@ -10,8 +10,6 @@
<OutputType>Library</OutputType>
<RootNamespace>Eto.Platform.Wpf</RootNamespace>
<AssemblyName>Eto.Platform.Wpf</AssemblyName>
<ReleaseVersion>
</ReleaseVersion>
</PropertyGroup>
<PropertyGroup>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -68,15 +66,14 @@
<Reference Include="WindowsFormsIntegration">
<Package>/Users/curtis/Projects/Resources/WPFDependencies/WindowsFormsIntegration.dll</Package>
</Reference>
<Reference Include="Xceed.Wpf.Toolkit">
<HintPath>..\..\Libraries\WPFToolkit.Extended\Xceed.Wpf.Toolkit.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.SHDocVw">
<HintPath>..\..\Libraries\SHDocVw\Interop.SHDocVw.dll</HintPath>
<Private>False</Private>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Xceed.Wpf.Toolkit">
<HintPath>..\packages\Extended.Wpf.Toolkit.2.0.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\Eto.Platform.Mac\Conversions.sd.cs">
Expand Down Expand Up @@ -224,7 +221,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\Libraries\WPFToolkit.Extended\Xceed.Wpf.Toolkit.dll">
<EmbeddedResource Include="..\packages\Extended.Wpf.Toolkit.2.0.0\lib\net40\Xceed.Wpf.Toolkit.dll">
<Link>CustomControls\Assemblies\Xceed.Wpf.Toolkit.dll</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\..\Libraries\WPFColorPicker\ColorPicker.dll">
Expand All @@ -233,10 +230,6 @@
<EmbeddedResource Include="..\..\Libraries\SHDocVw\Interop.SHDocVw.dll">
<Link>CustomControls\Assemblies\Interop.SHDocVw.dll</Link>
</EmbeddedResource>
<Content Include="..\..\Libraries\WPFToolkit.Extended\WPFToolkit.Extended-License.txt">
<Link>WPFToolkit.Extended-License.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Properties\FontDialogResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>FontDialogResources.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -295,6 +288,9 @@
<Name>Eto</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
Expand Down
4 changes: 4 additions & 0 deletions Source/Eto.Platform.Wpf/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Extended.Wpf.Toolkit" version="2.0.0" targetFramework="net40" />
</packages>
3 changes: 2 additions & 1 deletion Source/Eto.Test/Eto.Test.Mac/Eto.Test.XamMac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Reference Include="System.Drawing" />
<Reference Include="XamMac" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\Libraries\Json.NET\Bin\Net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -68,6 +68,7 @@
<ItemGroup>
<None Include="Info.plist" />
<None Include="linker.xml" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
Expand Down
4 changes: 4 additions & 0 deletions Source/Eto.Test/Eto.Test.Mac/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
</packages>

0 comments on commit b9bf0db

Please sign in to comment.