Skip to content

Commit

Permalink
ExampleLibrary: merge open/closed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
objorke committed Jun 30, 2014
1 parent 1a8d0f1 commit 1a3dd18
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 342 deletions.
1 change: 0 additions & 1 deletion Source/Examples/ExampleLibrary/ExampleLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\OpenIssues.cs" />
<Compile Include="Issues\ClosedIssues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Examples/ExampleLibrary/ExampleLibrary_NET35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<Compile Include="Examples\BarSeries\BarSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\ColumnSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\ErrorColumnSeriesExamples.cs" />
<Compile Include="Examples\ScatterErrorSeriesExamples.cs" />
<Compile Include="Examples\BoxPlotSeriesExamples.cs" />
<Compile Include="Examples\CandleStickSeriesExamples.cs" />
<Compile Include="Examples\CartesianAxesExamples.cs" />
Expand Down Expand Up @@ -97,7 +98,6 @@
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\OpenIssues.cs" />
<Compile Include="Issues\ClosedIssues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Examples/ExampleLibrary/ExampleLibrary_SL4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<Compile Include="Examples\BarSeries\BarSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\ColumnSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\ErrorColumnSeriesExamples.cs" />
<Compile Include="Examples\ScatterErrorSeriesExamples.cs" />
<Compile Include="Examples\BoxPlotSeriesExamples.cs" />
<Compile Include="Examples\CandleStickSeriesExamples.cs" />
<Compile Include="Examples\CartesianAxesExamples.cs" />
Expand Down Expand Up @@ -120,7 +121,6 @@
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\OpenIssues.cs" />
<Compile Include="Issues\ClosedIssues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
338 changes: 0 additions & 338 deletions Source/Examples/ExampleLibrary/Issues/ClosedIssues.cs

This file was deleted.

Loading

0 comments on commit 1a3dd18

Please sign in to comment.