Skip to content

Commit

Permalink
Unnecessary modules removed, nuget packages for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lospooky committed Feb 28, 2016
1 parent cc34d5e commit a8a72b2
Show file tree
Hide file tree
Showing 46 changed files with 113 additions and 1,263 deletions.
Binary file removed EPPlus-4.0.3.dll
Binary file not shown.
8 changes: 6 additions & 2 deletions GP4Sim.Collections.Views/GP4Sim.Collections.Views.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Ookii.Dialogs">
<HintPath>..\Ookii.Dialogs.dll</HintPath>
<Reference Include="Ookii.Dialogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
<HintPath>..\packages\Ookii.Dialogs.WindowsForms.1.0\lib\net35\Ookii.Dialogs.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -166,6 +167,9 @@
<Name>GP4Sim.Trading</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
14 changes: 1 addition & 13 deletions GP4Sim.Collections.Views/SolutionListView.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions GP4Sim.Collections.Views/SolutionListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -684,20 +684,5 @@ private void ExcelAllButton_Click(object sender, EventArgs e)
}
}
}

private void MCAllButton_Click(object sender, EventArgs e)
{
List<ITradingProblemData> mcSets = null;
if (Content != null)
mcSets = ((ITradingSolution)Content[0]).ProblemData.MonteCarloSets(0, true);

if (mcSets != null)
{
foreach (ITradingSolution sol in Content)
{
sol.PerformMonteCarloEvaluation(mcSets);
}
}
}
}
}
4 changes: 4 additions & 0 deletions GP4Sim.Collections.Views/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="Ookii.Dialogs.WindowsForms" version="1.0" targetFramework="net45" />
</packages>
12 changes: 6 additions & 6 deletions GP4Sim.Data/GP4Sim.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,31 @@
<ItemGroup>
<Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Common-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Common-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Core-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Core-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Data-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Data-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.PluginInfrastructure-3.3">
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
8 changes: 6 additions & 2 deletions GP4Sim.Excel/GP4Sim.Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="EPPlus-4.0.3">
<HintPath>..\EPPlus-4.0.3.dll</HintPath>
<Reference Include="EPPlus, Version=4.0.5.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\packages\EPPlus.4.0.5\lib\net20\EPPlus.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
Expand Down Expand Up @@ -129,6 +130,9 @@
<Name>GP4Sim.Trading</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
4 changes: 4 additions & 0 deletions GP4Sim.Excel/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="EPPlus" version="4.0.5" targetFramework="net45" />
</packages>
10 changes: 6 additions & 4 deletions GP4Sim.SimulationFramework/GP4Sim.SimulationFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\HeuristicLab\bin\ALGLIB-3.7.0.dll</HintPath>
<Private>False</Private>
<Reference Include="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\alglibnet2.0.0.0\lib\alglibnet2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -202,6 +201,9 @@
<Name>GP4Sim.SymbolicTrees</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
4 changes: 4 additions & 0 deletions GP4Sim.SimulationFramework/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="alglibnet2" version="0.0.0" targetFramework="net45" />
</packages>
10 changes: 6 additions & 4 deletions GP4Sim.SymbolicTrees/GP4Sim.SymbolicTrees.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\HeuristicLab\bin\ALGLIB-3.7.0.dll</HintPath>
<Private>False</Private>
<Reference Include="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\alglibnet2.0.0.0\lib\alglibnet2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -171,6 +170,9 @@
<Compile Include="SymbolicAbstractTreeInterpreter.cs" />
<Compile Include="TypeCoherentStateExpressionGrammar.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
4 changes: 4 additions & 0 deletions GP4Sim.SymbolicTrees/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="alglibnet2" version="0.0.0" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -58,62 +58,62 @@
<ItemGroup>
<Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Common-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Common-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Core-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Core-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Data-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Data-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
<HintPath>..\..\..\HeuristicLab\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
Loading

0 comments on commit a8a72b2

Please sign in to comment.