-
Notifications
You must be signed in to change notification settings - Fork 14
/
NCsvPerf.sln
40 lines (40 loc) · 1.91 KB
/
NCsvPerf.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 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NCsvPerf", "NCsvPerf\NCsvPerf.csproj", "{A537DDF1-F590-49E3-A052-12B9B2AB9544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NCsvPerf.Test", "NCsvPerf.Test\NCsvPerf.Test.csproj", "{01F13250-624D-4C89-9E6C-C95437A1392B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE459907-6D10-484A-B79E-8B4C67E6E624}"
ProjectSection(SolutionItems) = preProject
bench.ps1 = bench.ps1
.github\workflows\build.yml = .github\workflows\build.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A537DDF1-F590-49E3-A052-12B9B2AB9544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A537DDF1-F590-49E3-A052-12B9B2AB9544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A537DDF1-F590-49E3-A052-12B9B2AB9544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A537DDF1-F590-49E3-A052-12B9B2AB9544}.Release|Any CPU.Build.0 = Release|Any CPU
{01F13250-624D-4C89-9E6C-C95437A1392B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F13250-624D-4C89-9E6C-C95437A1392B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F13250-624D-4C89-9E6C-C95437A1392B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F13250-624D-4C89-9E6C-C95437A1392B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23A3803C-EC74-44AC-8A36-DD0EB6DF52C9}
EndGlobalSection
EndGlobal