-
Notifications
You must be signed in to change notification settings - Fork 3
/
Fiss.sln
47 lines (47 loc) · 2.81 KB
/
Fiss.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
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33423.256
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fiss", "src\Fiss\Fiss.csproj", "{F8F10274-DAE9-43A2-B2BA-B592DD485DD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fiss.Tests", "tests\Fiss.Tests\Fiss.Tests.csproj", "{B19DFB36-5386-4B3A-95B9-A7911E4508B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "sandbox\Benchmarks\Benchmarks.csproj", "{C9A5A961-2BD5-4D1B-BEFE-AAEECF1BFF44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fiss.Client", "src\Fiss.Client\Fiss.Client.csproj", "{EE7F204A-6AB9-4998-8F00-25B104E74A21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8F10274-DAE9-43A2-B2BA-B592DD485DD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8F10274-DAE9-43A2-B2BA-B592DD485DD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8F10274-DAE9-43A2-B2BA-B592DD485DD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8F10274-DAE9-43A2-B2BA-B592DD485DD6}.Release|Any CPU.Build.0 = Release|Any CPU
{B19DFB36-5386-4B3A-95B9-A7911E4508B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B19DFB36-5386-4B3A-95B9-A7911E4508B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B19DFB36-5386-4B3A-95B9-A7911E4508B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B19DFB36-5386-4B3A-95B9-A7911E4508B1}.Release|Any CPU.Build.0 = Release|Any CPU
{C9A5A961-2BD5-4D1B-BEFE-AAEECF1BFF44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9A5A961-2BD5-4D1B-BEFE-AAEECF1BFF44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9A5A961-2BD5-4D1B-BEFE-AAEECF1BFF44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9A5A961-2BD5-4D1B-BEFE-AAEECF1BFF44}.Release|Any CPU.Build.0 = Release|Any CPU
{267892AC-BDBB-485E-9F5D-7C3844C06105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{267892AC-BDBB-485E-9F5D-7C3844C06105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{267892AC-BDBB-485E-9F5D-7C3844C06105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{267892AC-BDBB-485E-9F5D-7C3844C06105}.Release|Any CPU.Build.0 = Release|Any CPU
{EE7F204A-6AB9-4998-8F00-25B104E74A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE7F204A-6AB9-4998-8F00-25B104E74A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE7F204A-6AB9-4998-8F00-25B104E74A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE7F204A-6AB9-4998-8F00-25B104E74A21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9FC6F08-C4A4-4EF9-8184-3C6AE561E390}
EndGlobalSection
EndGlobal