Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 9097892

Browse files
authored
Add files via upload
BETA 0.01
1 parent e02e418 commit 9097892

20 files changed

Lines changed: 460 additions & 0 deletions
119 KB
Binary file not shown.
741 KB
Binary file not shown.
876 KB
Binary file not shown.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29424.173
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GeneticalAlgorythm", "GeneticalAlgorythm\GeneticalAlgorythm.vcxproj", "{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Debug|x64.ActiveCfg = Debug|x64
17+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Debug|x64.Build.0 = Debug|x64
18+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Debug|x86.ActiveCfg = Debug|Win32
19+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Debug|x86.Build.0 = Debug|Win32
20+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Release|x64.ActiveCfg = Release|x64
21+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Release|x64.Build.0 = Release|x64
22+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Release|x86.ActiveCfg = Release|Win32
23+
{7862D2FD-44AC-4492-9BDA-D4D1FE8D24AE}.Release|x86.Build.0 = Release|Win32
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {7D9B13E2-42B9-4936-9685-C8CB587FA223}
30+
EndGlobalSection
31+
EndGlobal
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
2+
Debug|Win32|C:\Users\Formak21\source\repos\GeneticalAlgorythm\|
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)