configs project files

This commit is contained in:
この中二病に爆焔を! 2024-01-25 09:44:17 +08:00
parent a9b9ece35b
commit eed9f73473
5 changed files with 7 additions and 4 deletions

View File

@ -869,8 +869,8 @@ Global
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Release|x86.Build.0 = Release|Any CPU
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|Any CPU.ActiveCfg = Release|Any CPU
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|Any CPU.Build.0 = Release|Any CPU
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|x64.ActiveCfg = Release|Any CPU
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|x64.Build.0 = Release|Any CPU
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|x64.ActiveCfg = Rsharp_app_release|x64
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|x64.Build.0 = Rsharp_app_release|x64
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|x86.ActiveCfg = Release|Any CPU
{FC9C708D-7212-4723-BF48-460157E5E7EA}.Rsharp_app_release|x86.Build.0 = Release|Any CPU
{AAE3BFD2-0276-4140-8765-1D167C0D057B}.CFD_win32|Any CPU.ActiveCfg = CFD_win32|Any CPU

View File

@ -0,0 +1,2 @@
imports "Math" from "Darwinism";
imports "Environment" from "Darwinism";

View File

@ -1,5 +1,3 @@
const .onLoad = function() {
}

View File

@ -3,6 +3,9 @@
<PropertyGroup>
<RootNamespace>Darwinism</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;Rsharp_app_release</Configurations>
<OutputPath>../../assembly/</OutputPath>
</PropertyGroup>
<ItemGroup>

0
test/canopy_demo.R Normal file
View File