-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAkkaSim.sln
43 lines (43 loc) · 2.49 KB
/
AkkaSim.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 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkkaSim", "AkkaSim\AkkaSim.csproj", "{BFBBBB86-86F4-4D13-B443-E637CAEAB225}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimTest", "SimTest\SimTest.csproj", "{9BAAF088-6A16-4D46-9A4B-C484B8235891}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ImmutableObjectLib", "ImmutableObjectLib\ImmutableObjectLib.fsproj", "{7F9EA285-0DE2-48DF-B095-32BA5B8FF5E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAkkaSim", "TestAkkaSim\TestAkkaSim.csproj", "{36A3BC96-B353-4EFE-A86F-9AB8A8CBE822}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BFBBBB86-86F4-4D13-B443-E637CAEAB225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFBBBB86-86F4-4D13-B443-E637CAEAB225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFBBBB86-86F4-4D13-B443-E637CAEAB225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFBBBB86-86F4-4D13-B443-E637CAEAB225}.Release|Any CPU.Build.0 = Release|Any CPU
{9BAAF088-6A16-4D46-9A4B-C484B8235891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BAAF088-6A16-4D46-9A4B-C484B8235891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BAAF088-6A16-4D46-9A4B-C484B8235891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BAAF088-6A16-4D46-9A4B-C484B8235891}.Release|Any CPU.Build.0 = Release|Any CPU
{7F9EA285-0DE2-48DF-B095-32BA5B8FF5E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F9EA285-0DE2-48DF-B095-32BA5B8FF5E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F9EA285-0DE2-48DF-B095-32BA5B8FF5E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F9EA285-0DE2-48DF-B095-32BA5B8FF5E2}.Release|Any CPU.Build.0 = Release|Any CPU
{36A3BC96-B353-4EFE-A86F-9AB8A8CBE822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36A3BC96-B353-4EFE-A86F-9AB8A8CBE822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36A3BC96-B353-4EFE-A86F-9AB8A8CBE822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36A3BC96-B353-4EFE-A86F-9AB8A8CBE822}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4D55C20-6EC8-4AD1-B298-85B6EBF10B30}
EndGlobalSection
EndGlobal