Skip to content

Commit

Permalink
Using Symu.Common repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorisse committed Aug 18, 2020
1 parent b663269 commit 26b8b4d
Show file tree
Hide file tree
Showing 41 changed files with 40 additions and 1,817 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* SymuTools refactored in Symu.Common solution
* Prepare Symu.org for ONA project

## 0.91 [](https://github.com/lmorisse/symu/compare/v0.9.1..v0.9.0) by [lmorisse](https://github.com/lmorisse)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Symu works only on Windows for the moment.

### Building

Symu is built upon different repositories. We don't use git submodules. So that, to build Symu and its examples solutions, you'll need to check the dependencies manually.

#### Symu dependencies
To build Symu you have to add the Symu.Common.dll as a dependency. You find this library in the [Symu.Common](https://github.com/lmorisse/Symu.Common/releases/latest) repository.
To build Symu examples, you'll need to add Symu.dll, Symu.Forms.dll and Symu.Common.dll as dependencies.

#### External dependencies
* [Math.net](https://www.math.net/)
* Some examples are using [SyncFusion](https://www.syncfusion.com/)

Expand Down
2 changes: 1 addition & 1 deletion SourceCode/Symu/Symu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SymuCommon\SymuCommon.csproj" />
<ProjectReference Include="..\..\..\..\Symu.Common\Github\SourceCode\SymuCommon\SymuCommon.csproj" />
</ItemGroup>

</Project>
19 changes: 0 additions & 19 deletions SourceCode/SymuCommon/Constants.cs

This file was deleted.

29 changes: 0 additions & 29 deletions SourceCode/SymuCommon/Interfaces/IAgentId.cs

This file was deleted.

19 changes: 0 additions & 19 deletions SourceCode/SymuCommon/Interfaces/IClassId.cs

This file was deleted.

118 changes: 0 additions & 118 deletions SourceCode/SymuCommon/List.cs

This file was deleted.

36 changes: 0 additions & 36 deletions SourceCode/SymuCommon/Math/Combinatorics.cs

This file was deleted.

0 comments on commit 26b8b4d

Please sign in to comment.