forked from mdsol/FastAndFaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FastAndFaster.sln
40 lines (40 loc) · 2.18 KB
/
FastAndFaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastAndFaster", "FastAndFaster\FastAndFaster.csproj", "{B03869B5-F6C3-4D58-8307-DB0F4A50EA69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastAndFaster.Tests", "FastAndFaster.Tests\FastAndFaster.Tests.csproj", "{BE3415E4-C55A-4924-8BDB-EC9F5D0FFFF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastAndFaster.Benchmark", "FastAndFaster.Benchmark\FastAndFaster.Benchmark.csproj", "{11BFF8A8-E7B8-4883-A5BE-673A2F312197}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B03869B5-F6C3-4D58-8307-DB0F4A50EA69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B03869B5-F6C3-4D58-8307-DB0F4A50EA69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B03869B5-F6C3-4D58-8307-DB0F4A50EA69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B03869B5-F6C3-4D58-8307-DB0F4A50EA69}.Release|Any CPU.Build.0 = Release|Any CPU
{BE3415E4-C55A-4924-8BDB-EC9F5D0FFFF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE3415E4-C55A-4924-8BDB-EC9F5D0FFFF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE3415E4-C55A-4924-8BDB-EC9F5D0FFFF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE3415E4-C55A-4924-8BDB-EC9F5D0FFFF1}.Release|Any CPU.Build.0 = Release|Any CPU
{11BFF8A8-E7B8-4883-A5BE-673A2F312197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11BFF8A8-E7B8-4883-A5BE-673A2F312197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11BFF8A8-E7B8-4883-A5BE-673A2F312197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11BFF8A8-E7B8-4883-A5BE-673A2F312197}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C2FA904-16F6-4831-90AD-25825BFF9384}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.1.0
EndGlobalSection
EndGlobal