Skip to content

Commit

Permalink
Remove Kent.Boogaart.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcb committed Jan 28, 2016
1 parent e435900 commit 3809ba8
Show file tree
Hide file tree
Showing 109 changed files with 12,067 additions and 12,066 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ build/
[Oo]bj/
Gen/

# FAKE
.fake

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/

Expand Down
Binary file added .nuget/NuGet.exe
Binary file not shown.
Binary file added Art/Logo64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions Src/.nuget/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FAKE" version="3.30.1" />
<package id="NuGet.Bootstrapper" version="2.6.0" />
<package id="xunit.runner.console" version="2.0.0" />
</packages>
6 changes: 3 additions & 3 deletions Src/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Reflection;
using System.Resources;

[assembly: AssemblyVersionAttribute("3.0.0.0")]
[assembly: AssemblyFileVersionAttribute("3.0.0.0")]
[assembly: AssemblyVersionAttribute("3.0.2.0")]
[assembly: AssemblyFileVersionAttribute("3.0.2.0")]
[assembly: AssemblyConfigurationAttribute("Release")]
[assembly: AssemblyCompanyAttribute("Kent Boogaart")]
[assembly: AssemblyProductAttribute("KBCsv")]
Expand All @@ -13,4 +13,4 @@
[assembly: AssemblyCultureAttribute("")]
[assembly: CLSCompliantAttribute(true)]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: AssemblyInformationalVersionAttribute("3.0.0")]
[assembly: AssemblyInformationalVersionAttribute("3.0.2")]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
<?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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1C43651C-155C-48BA-A5FF-5C625FDD6878}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Kent.Boogaart.KBCsv.Examples.CSharp</RootNamespace>
<AssemblyName>Kent.Boogaart.KBCsv.Examples.CSharp</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\AssemblyInfoCommon.cs">
<Link>Properties\AssemblyInfoCommon.cs</Link>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="PlanetaryData.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="PlanetaryData.tdv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="PlanetaryData_NoHeader.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Kent.Boogaart.KBCsv.Extensions.Data\Kent.Boogaart.KBCsv.Extensions.Data.csproj">
<Project>{2a101a18-d972-4c37-a092-2e82515faf7f}</Project>
<Name>Kent.Boogaart.KBCsv.Extensions.Data</Name>
</ProjectReference>
<ProjectReference Include="..\Kent.Boogaart.KBCsv.Extensions\Kent.Boogaart.KBCsv.Extensions.csproj">
<Project>{d2ebb055-f466-41e0-af39-9a1e97eff11f}</Project>
<Name>Kent.Boogaart.KBCsv.Extensions</Name>
</ProjectReference>
<ProjectReference Include="..\Kent.Boogaart.KBCsv\Kent.Boogaart.KBCsv.csproj">
<Project>{4e89dcb7-60ec-4c53-a8dd-1cbaa1a1a8bb}</Project>
<Name>Kent.Boogaart.KBCsv</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<?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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1C43651C-155C-48BA-A5FF-5C625FDD6878}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KBCsv.Examples.CSharp</RootNamespace>
<AssemblyName>KBCsv.Examples.CSharp</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\AssemblyInfoCommon.cs">
<Link>Properties\AssemblyInfoCommon.cs</Link>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="PlanetaryData.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="PlanetaryData.tdv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="PlanetaryData_NoHeader.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KBCsv.Extensions.Data\KBCsv.Extensions.Data.csproj">
<Project>{2a101a18-d972-4c37-a092-2e82515faf7f}</Project>
<Name>KBCsv.Extensions.Data</Name>
</ProjectReference>
<ProjectReference Include="..\KBCsv.Extensions\KBCsv.Extensions.csproj">
<Project>{d2ebb055-f466-41e0-af39-9a1e97eff11f}</Project>
<Name>KBCsv.Extensions</Name>
</ProjectReference>
<ProjectReference Include="..\KBCsv\KBCsv.csproj">
<Project>{4e89dcb7-60ec-4c53-a8dd-1cbaa1a1a8bb}</Project>
<Name>KBCsv</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name,RelativeMeanDistanceFromSun,RelativePeriodOfOrbit,MeanOrbitalVelocity,OrbitalEccentricity,InclinationToEcliptic,EquatorialRadius,PolarRadius,RelativeMass,MeanDensity,BodyRotationPeriod,Tilt,ObservedSatelliteCount,Nickname
Mercury,0.3871,0.24,47.89,0.206,7,2439,same,0.06,5.43,1408,2,0,The Swift Planet
Venus,0.7233,0.62,35.04,0.007,3.4,6052,same,0.82,5.25,5832,177.3,0,"The Morning Star, The Evening Star"
Earth,1,1,29.79,0.017,0,6378,6357,1,5.52,23.93,23.45,1,The Blue Planet
Mars,1.524,1.88,24.14,0.093,1.85,3397,3380,0.11,3.95,24.62,25.19,2,The Red Planet
Jupiter,5.203,11.86,13.06,0.048,1.3,71490,66854,317.89,1.33,9.92,3.12,>28,The Giant Planet
Saturn,9.539,29.46,9.64,0.056,2.49,60268,54360,95.18,0.69,10.66,26.73,30,The Ringed Planet
Uranus,19.19,84.01,6.81,0.046,0.77,25559,24973,14.53,1.29,17.24,97.86,24,The Bull's Eye Planet
Neptune,30.06,164.79,5.43,0.01,1.77,25269,24340,17.14,1.64,16.11,29.6,8,"The Blue Planet, The Last Of The Gas Giants, Oceanus, LeVerrier's Planet, Janus, The Watery Planet"
Name,RelativeMeanDistanceFromSun,RelativePeriodOfOrbit,MeanOrbitalVelocity,OrbitalEccentricity,InclinationToEcliptic,EquatorialRadius,PolarRadius,RelativeMass,MeanDensity,BodyRotationPeriod,Tilt,ObservedSatelliteCount,Nickname
Mercury,0.3871,0.24,47.89,0.206,7,2439,same,0.06,5.43,1408,2,0,The Swift Planet
Venus,0.7233,0.62,35.04,0.007,3.4,6052,same,0.82,5.25,5832,177.3,0,"The Morning Star, The Evening Star"
Earth,1,1,29.79,0.017,0,6378,6357,1,5.52,23.93,23.45,1,The Blue Planet
Mars,1.524,1.88,24.14,0.093,1.85,3397,3380,0.11,3.95,24.62,25.19,2,The Red Planet
Jupiter,5.203,11.86,13.06,0.048,1.3,71490,66854,317.89,1.33,9.92,3.12,>28,The Giant Planet
Saturn,9.539,29.46,9.64,0.056,2.49,60268,54360,95.18,0.69,10.66,26.73,30,The Ringed Planet
Uranus,19.19,84.01,6.81,0.046,0.77,25559,24973,14.53,1.29,17.24,97.86,24,The Bull's Eye Planet
Neptune,30.06,164.79,5.43,0.01,1.77,25269,24340,17.14,1.64,16.11,29.6,8,"The Blue Planet, The Last Of The Gas Giants, Oceanus, LeVerrier's Planet, Janus, The Watery Planet"
Pluto,39.48,248.54,4.74,0.248,17.15,1160,same,0.002,2.03,153.3,122.46,1,Disney's Planet
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Mercury 0.3871 0.24 47.89 0.206 7 2439 same 0.06 5.43 1408 2 0 The Swift Planet
Venus 0.7233 0.62 35.04 0.007 3.4 6052 same 0.82 5.25 5832 177.3 0 The Morning Star, The Evening Star
Earth 1 1 29.79 0.017 0 6378 6357 1 5.52 23.93 23.45 1 The Blue Planet
Mars 1.524 1.88 24.14 0.093 1.85 3397 3380 0.11 3.95 24.62 25.19 2 The Red Planet
Jupiter 5.203 11.86 13.06 0.048 1.3 71490 66854 317.89 1.33 9.92 3.12 >28 The Giant Planet
Saturn 9.539 29.46 9.64 0.056 2.49 60268 54360 95.18 0.69 10.66 26.73 30 The Ringed Planet
Uranus 19.19 84.01 6.81 0.046 0.77 25559 24973 14.53 1.29 17.24 97.86 24 'The Bull''s Eye Planet'
Neptune 30.06 164.79 5.43 0.01 1.77 25269 24340 17.14 1.64 16.11 29.6 8 'The Blue Planet, The Last Of The Gas Giants, Oceanus, LeVerrier''s Planet, Janus, The Watery Planet'
Pluto 39.48 248.54 4.74 0.248 17.15 1160 same 0.002 2.03 153.3 122.46 1 'Disney''s Planet'
Mercury 0.3871 0.24 47.89 0.206 7 2439 same 0.06 5.43 1408 2 0 The Swift Planet
Venus 0.7233 0.62 35.04 0.007 3.4 6052 same 0.82 5.25 5832 177.3 0 The Morning Star, The Evening Star
Earth 1 1 29.79 0.017 0 6378 6357 1 5.52 23.93 23.45 1 The Blue Planet
Mars 1.524 1.88 24.14 0.093 1.85 3397 3380 0.11 3.95 24.62 25.19 2 The Red Planet
Jupiter 5.203 11.86 13.06 0.048 1.3 71490 66854 317.89 1.33 9.92 3.12 >28 The Giant Planet
Saturn 9.539 29.46 9.64 0.056 2.49 60268 54360 95.18 0.69 10.66 26.73 30 The Ringed Planet
Uranus 19.19 84.01 6.81 0.046 0.77 25559 24973 14.53 1.29 17.24 97.86 24 'The Bull''s Eye Planet'
Neptune 30.06 164.79 5.43 0.01 1.77 25269 24340 17.14 1.64 16.11 29.6 8 'The Blue Planet, The Last Of The Gas Giants, Oceanus, LeVerrier''s Planet, Janus, The Watery Planet'
Pluto 39.48 248.54 4.74 0.248 17.15 1160 same 0.002 2.03 153.3 122.46 1 'Disney''s Planet'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Mercury,The Swift Planet
Venus,"The Morning Star, The Evening Star"
Earth,The Blue Planet
Mars,The Red Planet
Jupiter,The Giant Planet
Saturn,The Ringed Planet
Uranus,The Bull's Eye Planet
Neptune,"The Blue Planet, The Last Of The Gas Giants, Oceanus, LeVerrier's Planet, Janus, The Watery Planet"
Pluto,Disney's Planet
Mercury,The Swift Planet
Venus,"The Morning Star, The Evening Star"
Earth,The Blue Planet
Mars,The Red Planet
Jupiter,The Giant Planet
Saturn,The Ringed Planet
Uranus,The Bull's Eye Planet
Neptune,"The Blue Planet, The Last Of The Gas Giants, Oceanus, LeVerrier's Planet, Janus, The Watery Planet"
Pluto,Disney's Planet
Loading

0 comments on commit 3809ba8

Please sign in to comment.