-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathFlatFiles.sln
40 lines (40 loc) · 2.14 KB
/
FlatFiles.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.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlatFiles", "FlatFiles\FlatFiles.csproj", "{E54B77A6-0E0D-4C42-A2EF-4C3A86B3F645}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlatFiles.Test", "FlatFiles.Test\FlatFiles.Test.csproj", "{17584620-5396-46CD-94C6-7C97A9BBCAA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlatFiles.Benchmark", "FlatFiles.Benchmark\FlatFiles.Benchmark.csproj", "{9AB09163-E81D-4969-B5B1-7F90D2183A12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E54B77A6-0E0D-4C42-A2EF-4C3A86B3F645}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E54B77A6-0E0D-4C42-A2EF-4C3A86B3F645}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E54B77A6-0E0D-4C42-A2EF-4C3A86B3F645}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E54B77A6-0E0D-4C42-A2EF-4C3A86B3F645}.Release|Any CPU.Build.0 = Release|Any CPU
{17584620-5396-46CD-94C6-7C97A9BBCAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17584620-5396-46CD-94C6-7C97A9BBCAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17584620-5396-46CD-94C6-7C97A9BBCAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17584620-5396-46CD-94C6-7C97A9BBCAA2}.Release|Any CPU.Build.0 = Release|Any CPU
{9AB09163-E81D-4969-B5B1-7F90D2183A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AB09163-E81D-4969-B5B1-7F90D2183A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AB09163-E81D-4969-B5B1-7F90D2183A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AB09163-E81D-4969-B5B1-7F90D2183A12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FED1B85A-5EFC-47F7-83D8-BA8BEDAD518F}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal