Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed May 2, 2014
2 parents 4368977 + 50a9387 commit 6820557
Show file tree
Hide file tree
Showing 1,085 changed files with 35,408 additions and 60,101 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ bin/
obj/
/BuildOutput
*.shfbproj_*
UpgradeLog*.htm
Source/packages
Source/Components
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
AUTHOR
AUTHORS
Copyright © 2011-2013 Curtis Wensley. All Rights Reserved.

CONTRIBUTORS
Copyright © 2012-2013 Vivek Jhaveri. All Rights Reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted
Expand Down
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.
86 changes: 0 additions & 86 deletions Makefile

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This framework was built so that using it in .NET is natural. For example, a sim

Applications
------------
* [Manager](https://www.manager.io) - Accounting Software
* [Manager](http://www.manager.io) - Accounting Software
* [PabloDraw](http://picoe.ca/products/pablodraw/alpha) - Character based drawing application
* [JabbR.Desktop](https://github.com/JabbR/JabbR.Desktop) - JabbR client
* [Notedown](https://github.com/modmonkeys/Notedown) - Note taking application
Expand All @@ -61,12 +61,12 @@ Namespaces
Currently supported targets
---------------------------

* OS X: MonoMac and Xamarin.Mac
* Linux: GTK# 2 and 3
* Windows: Windows Forms and WPF
* iOS using Xamarin.iOS
* OS X: MonoMac or Xamarin.Mac
* Linux: GTK# 2 or 3
* Windows: Windows Forms (using GDI or Direct2D) or WPF

Under development
-----------------

* iOS using Xamarin.iOS
* Android using Xamarin.Android
* Android using Xamarin.Android
32 changes: 0 additions & 32 deletions Resources/Eto.Platform.Mac.Template.nuspec

This file was deleted.

59 changes: 59 additions & 0 deletions Resources/Publish.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition="$(Configuration) == ''">Release</Configuration>
<BaseDir Condition="$(BaseDir) == ''">..\Source</BaseDir>
<SourceDir Condition="$(SourceDir) == ''">..\BuildOutput\$(Configuration)</SourceDir>
<SourcePclDir Condition="$(SourcePclDir) == ''">..\BuildOutput\Pcl\$(Configuration)</SourcePclDir>
<TargetDir Condition="$(TargetDir) == ''">..\BuildOutput\Nuget\$(Configuration)</TargetDir>
<PackageTargets Condition="$(PackageTargets) == ''">Clean;Build</PackageTargets>
<PackageOutputDir Condition="$(PackageOutputDir) == ''">$(TargetDir.Trim('\\'))</PackageOutputDir>
</PropertyGroup>
<Import Project="$(BaseDir)\.nuget\NuGet.targets" Condition="Exists('$(BaseDir)\.nuget\NuGet.targets')" />
<Target Name="PrepareMac">
<PropertyGroup>
<mdtool Condition="$(mdtool) == ''">"/Applications/Xamarin Studio.app/Contents/MacOS/mdtool"</mdtool>
</PropertyGroup>
<Exec Command="$(mdtool) build -t:Clean -p:Eto.Platform.XamMac -c:'Mac $(Configuration)' $(BaseDir)\Eto.sln" />
<Exec Command="$(mdtool) build -t:Clean -p:Eto -c:'Mac $(Configuration)' $(BaseDir)\Eto.sln" />
<Exec Command="$(mdtool) build -p:Eto.Platform.XamMac -c:'Mac $(Configuration)' $(BaseDir)\Eto.sln" />
</Target>
<Target Name="Package">

<MSBuild Projects="$(BaseDir)\Eto.sln" Targets="$(PackageTargets)" Properties="Configuration=Windows $(Configuration);Platform=Any CPU" />

<GetAssemblyInformationVersion AssemblyFileName="$(SourceDir)\Eto.dll">
<Output TaskParameter="AssemblyInformationalVersion" PropertyName="AssemblyVersion" />
</GetAssemblyInformationVersion>

<!-- Nuget has problems with files that have no extension -->
<Copy SourceFiles="$(SourceDir)\LICENSE" DestinationFiles="$(SourceDir)\LICENSE.txt" />

<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.Gtk.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Platform.Gtk.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.Gtk3.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Platform.Gtk3.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.Mac.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Platform.Mac.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.Windows.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Platform.Windows.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.Wpf.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Platform.Wpf.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.XamMac.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Platform.XamMac.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Json.nuspec;NuspecInfoAssembly=$(SourceDir)\Eto.Json.dll;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Platform.Mac.Template.nuspec;NugetBuildOptions=-Version $(AssemblyVersion);TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="BuildPackage" Properties="ProjectPath=nuspec\Eto.Forms.Sample\Eto.Forms.Sample.nuspec;NugetBuildOptions=-Version $(AssemblyVersion);TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
</Target>
<Target Name="Publish">
<GetAssemblyInformationVersion AssemblyFileName="$(SourceDir)\Eto.dll">
<Output TaskParameter="AssemblyInformationalVersion" PropertyName="AssemblyVersion" />
</GetAssemblyInformationVersion>

<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Forms.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.Gtk.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.Gtk3.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.Mac.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.Windows.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.Wpf.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.XamMac.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<!--<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Json.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>-->
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Platform.Mac.Template.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
<MSBuild Targets="PublishPackage" Properties="NupkgName=Eto.Forms.Sample.$(AssemblyVersion).nupkg;TargetDir=$(TargetDir)" Projects="$(MSBuildProjectFile)"/>
</Target>
</Project>
Loading

0 comments on commit 6820557

Please sign in to comment.