-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLangEvolSimulation.sln
43 lines (43 loc) · 2.26 KB
/
LangEvolSimulation.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LES", "LES\LES.csproj", "{FB0F8B5B-D920-4D30-8582-D98D939904A3}"
ProjectSection(ProjectDependencies) = postProject
{9027EB35-D184-44D9-9D1D-7AB4A0B9A420} = {9027EB35-D184-44D9-9D1D-7AB4A0B9A420}
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FsLib", "FsLib\FsLib.fsproj", "{D00CE1DC-E55C-4D2F-BA7A-09A45F0AF183}"
ProjectSection(ProjectDependencies) = postProject
{9027EB35-D184-44D9-9D1D-7AB4A0B9A420} = {9027EB35-D184-44D9-9D1D-7AB4A0B9A420}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Root", "Root\Root.csproj", "{9027EB35-D184-44D9-9D1D-7AB4A0B9A420}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB0F8B5B-D920-4D30-8582-D98D939904A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB0F8B5B-D920-4D30-8582-D98D939904A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB0F8B5B-D920-4D30-8582-D98D939904A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB0F8B5B-D920-4D30-8582-D98D939904A3}.Release|Any CPU.Build.0 = Release|Any CPU
{D00CE1DC-E55C-4D2F-BA7A-09A45F0AF183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D00CE1DC-E55C-4D2F-BA7A-09A45F0AF183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D00CE1DC-E55C-4D2F-BA7A-09A45F0AF183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D00CE1DC-E55C-4D2F-BA7A-09A45F0AF183}.Release|Any CPU.Build.0 = Release|Any CPU
{9027EB35-D184-44D9-9D1D-7AB4A0B9A420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9027EB35-D184-44D9-9D1D-7AB4A0B9A420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9027EB35-D184-44D9-9D1D-7AB4A0B9A420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9027EB35-D184-44D9-9D1D-7AB4A0B9A420}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33E3CA1B-01D1-4231-8197-A8E3C944A852}
EndGlobalSection
EndGlobal