Skip to content

Commit

Permalink
Merge pull request #145 from ddobric/mahdieh
Browse files Browse the repository at this point in the history
Mahdieh
  • Loading branch information
MahdiehPirmoradian authored Jan 14, 2024
2 parents 08d7c01 + bc19444 commit 137bb8b
Show file tree
Hide file tree
Showing 7 changed files with 3,880 additions and 3,936 deletions.
63 changes: 30 additions & 33 deletions source/GridCell/GridCell.csproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

</PropertyGroup>

<ItemGroup>
<None Remove="NumSharp" />
<None Remove="ScottPlot" />
<None Remove="Numpy" />
<None Remove="encoder\" />
<None Remove="hexagonal\" />
<None Remove="hexagonal\coordinates\" />
<None Remove="GridCellModelTwistedTorous\" />
<None Remove="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.30.0" />
<PackageReference Include="ScottPlot" Version="4.1.57" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NeoCortexUtils\NeoCortexUtils.csproj" />
<ProjectReference Include="..\NeoCortexEntities\NeoCortexEntities.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="encoder\" />
<Folder Include="hexagonal\" />
<Folder Include="hexagonal\coordinates\" />
<Folder Include="GridCellModelTwistedTorous\" />
<Folder Include="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
</Project>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="NumSharp" />
<None Remove="ScottPlot" />
<None Remove="Numpy" />
<None Remove="encoder\" />
<None Remove="hexagonal\" />
<None Remove="hexagonal\coordinates\" />
<None Remove="GridCellModelTwistedTorous\" />
<None Remove="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.30.0" />
<PackageReference Include="ScottPlot" Version="4.1.57" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NeoCortexUtils\NeoCortexUtils.csproj" />
<ProjectReference Include="..\NeoCortexEntities\NeoCortexEntities.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="encoder\" />
<Folder Include="hexagonal\" />
<Folder Include="hexagonal\coordinates\" />
<Folder Include="GridCellModelTwistedTorous\" />
<Folder Include="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
</Project>
27 changes: 8 additions & 19 deletions source/HtmActorHost/HtmActorHost.csproj
Original file line number Diff line number Diff line change
@@ -1,50 +1,39 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<Compile Remove="ActorSbHostService.cs" />
</ItemGroup>

<ItemGroup>
<None Include="ActorSbHostService.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetActors" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.4.10" />

<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NeoCortexApi.Parallel\NeoCortexApi.Parallel.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="akkahost.hocon">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
</Project>
69 changes: 28 additions & 41 deletions source/ImageEncoder/HtmImageEncoder.csproj
Original file line number Diff line number Diff line change
@@ -1,42 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<IsPackable>true</IsPackable>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

<PackageId>HtmImageEncoder</PackageId>

<Version>1.0.1</Version>

<Authors>Toan Thanh Truong, Damir Dobric</Authors>

<Product>HtmImageEncoder</Product>

<Description>Package that extends NeocortexApi to work with images through ImageEncoder. It encodes the image to to the SDR.</Description>

<PackageProjectUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder/source/ImageEncoder</PackageProjectUrl>

<RepositoryUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder</RepositoryUrl>

<AssemblyVersion>1.0.1</AssemblyVersion>

<FileVersion>1.0.1</FileVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\license.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="NeoCortexApi" Version="1.1.2" />
</ItemGroup>

</Project>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>HtmImageEncoder</PackageId>
<Version>1.0.1</Version>
<Authors>Toan Thanh Truong, Damir Dobric</Authors>
<Product>HtmImageEncoder</Product>
<Description>Package that extends NeocortexApi to work with images through ImageEncoder. It encodes the image to to the SDR.</Description>
<PackageProjectUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder/source/ImageEncoder</PackageProjectUrl>
<RepositoryUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder</RepositoryUrl>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\license.txt">
<Pack>True</Pack>
<PackagePath>
</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="NeoCortexApi" Version="1.1.2" />
</ItemGroup>
</Project>
11 changes: 2 additions & 9 deletions source/NeoCortexApi.Experiments/NeoCortexApi.Experiments.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="IronXL.Excel" Version="2020.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />

</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NeoCortexApi.Parallel\NeoCortexApi.Parallel.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
Expand All @@ -23,7 +18,6 @@
<ProjectReference Include="..\NeoCortexUtils\NeoCortexUtils.csproj" />
<ProjectReference Include="..\WebSocketNeuroVisualizer\WebSocketNeuroVisualizer.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestFiles\digit1.PNG">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -44,5 +38,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
</Project>
11 changes: 3 additions & 8 deletions source/NeoCortexUtils/NeoCortexUtils.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\dev\NeoCortexAPI\neocortexapi\source\NeoCortexUtils\NeoCortexUtils.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GemBox.Spreadsheet" Version="47.0.1268" />
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="System.Drawing.Common" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
</ItemGroup>

</Project>
</Project>
Loading

0 comments on commit 137bb8b

Please sign in to comment.