Skip to content

Commit

Permalink
fixed project files, removed unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
julmb committed Jul 3, 2013
1 parent 25940c6 commit 6b3bbe7
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 127 deletions.
55 changes: 0 additions & 55 deletions source/Kurve/Kurve.Test/Kurve.Test.csproj

This file was deleted.

48 changes: 0 additions & 48 deletions source/Kurve/Kurve.Test/Program.cs

This file was deleted.

6 changes: 0 additions & 6 deletions source/Kurve/Kurve.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurve.Test", "Kurve.Test\Kurve.Test.csproj", "{40FAA97C-182F-4E4F-B44B-34DA0E04C93B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurve", "Kurve\Kurve.csproj", "{352049A9-B046-4C53-AE87-974F166A8109}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurve.Curves", "Kurve.Curves\Kurve.Curves.csproj", "{7AC660D7-ED47-4DDB-A10F-DD480AC99286}"
Expand All @@ -27,10 +25,6 @@ Global
{352049A9-B046-4C53-AE87-974F166A8109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{352049A9-B046-4C53-AE87-974F166A8109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{352049A9-B046-4C53-AE87-974F166A8109}.Release|Any CPU.Build.0 = Release|Any CPU
{40FAA97C-182F-4E4F-B44B-34DA0E04C93B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40FAA97C-182F-4E4F-B44B-34DA0E04C93B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40FAA97C-182F-4E4F-B44B-34DA0E04C93B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40FAA97C-182F-4E4F-B44B-34DA0E04C93B}.Release|Any CPU.Build.0 = Release|Any CPU
{7A82DCF3-7D64-4BB7-B500-CD72788AAA14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A82DCF3-7D64-4BB7-B500-CD72788AAA14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A82DCF3-7D64-4BB7-B500-CD72788AAA14}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/Components/Abstract/Component.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;
using Kurve.Interface;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;
using Krach.Graphics;
using Kurve.Interface;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/Components/CurveComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Krach.Graphics;
using Kurve.Curves;
using Kurve.Curves.Optimization;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/Components/RootComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;
using Krach.Graphics;
using Kurve.Curves;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/CurveOptimizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Krach.Graphics;
using Kurve.Curves;
using Kurve.Curves.Optimization;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/DiscreteCurve.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;
using Krach.Graphics;
using Kurve.Curves;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/DiscreteCurveItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;
using Krach.Graphics;
using Kurve.Curves;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/Interface/Key.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;

namespace Kurve.Interface
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/Interface/MouseButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;

namespace Kurve.Interface
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/Interface/ScrollDirection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;

namespace Kurve.Interface
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/InterfaceUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;

namespace Kurve
Expand Down
8 changes: 4 additions & 4 deletions source/Kurve/Kurve/Kurve.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@
<Project>{132A3E13-29BF-4322-B17F-E5E5D86C22EF}</Project>
<Name>Krach</Name>
</ProjectReference>
<ProjectReference Include="..\Kurve.Curves\Kurve.Curves.csproj">
<Project>{7AC660D7-ED47-4DDB-A10F-DD480AC99286}</Project>
<Name>Kurve.Curves</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\libraries\krach\Source\Wrappers.Casadi\Wrappers.Casadi.csproj">
<Project>{7A82DCF3-7D64-4BB7-B500-CD72788AAA14}</Project>
<Name>Wrappers.Casadi</Name>
</ProjectReference>
<ProjectReference Include="..\Kurve.Curves\Kurve.Curves.csproj">
<Project>{7AC660D7-ED47-4DDB-A10F-DD480AC99286}</Project>
<Name>Kurve.Curves</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Interface\" />
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Linq;
using Krach.Extensions;
using System.Collections.Generic;
using Wrappers.Casadi;
using System.Xml.Linq;
using Kurve.Interface;
using Kurve.Curves.Optimization;
Expand Down
1 change: 0 additions & 1 deletion source/Kurve/Kurve/OptimizationWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using Krach.Basics;
using Krach.Extensions;
using Wrappers.Casadi;
using Cairo;
using Kurve.Curves.Optimization;
using Kurve.Curves;
Expand Down
2 changes: 1 addition & 1 deletion source/Kurve/Kurve/gtk-gui/gui.stetic
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</configuration>
<import>
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<widget-library name="../bin/Release/Kurve.exe" internal="true" />
<widget-library name="../bin/Debug/Kurve.exe" internal="true" />
</import>
<widget class="Gtk.Window" id="MainWindow" design-size="496 341">
<property name="MemberName" />
Expand Down

0 comments on commit 6b3bbe7

Please sign in to comment.